Code review comment for lp://staging/~frankban/charms/trusty/redis/bundletester

Revision history for this message
Francesco Banconi (frankban) wrote :

Reviewers: mp+261188_code.launchpad.net,

Message:
Please take a look.

Description:
Add support for bundletester.

QA:
make bundletester

https://code.launchpad.net/~frankban/charms/trusty/redis/bundletester/+merge/261188

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/245110043/

Affected files (+8, -1 lines):
   M Makefile
   A [revision details]
   M tests/tests.yaml

Index: Makefile
=== modified file 'Makefile'
--- Makefile 2015-05-27 07:41:36 +0000
+++ Makefile 2015-06-05 09:15:51 +0000
@@ -52,6 +52,11 @@
    (touch test-requirements.pip; exit 1)
   @touch $(VENV_ACTIVATE)

+.PHONY: bundletester
+bundletester: setup
+ $(PIP) install bundletester
+ $(VENV)/bin/bundletester -l DEBUG
+
  .PHONY: clean
  clean:
   -$(RM) -rfv $(VENV) .coverage

Index: [revision details]
=== added file '[revision details]'
--- [revision details] 2012-01-01 00:00:00 +0000
+++ [revision details] 2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision:
<email address hidden>
+New revision:
<email address hidden>

Index: tests/tests.yaml
=== modified file 'tests/tests.yaml'
--- tests/tests.yaml 2015-05-21 17:28:02 +0000
+++ tests/tests.yaml 2015-06-05 09:15:51 +0000
@@ -1,4 +1,4 @@
-bootstrap: true
+bootstrap: false
  reset: false
  tests: "none"
  packages:

« Back to merge proposal