← Back to team overview

bigdata-dev team mailing list archive

[Merge] lp:~bigdata-dev/charms/bundles/realtime-syslog-analytics/bundle into lp:~charmers/charms/bundles/realtime-syslog-analytics/bundle

 

Kevin W Monroe has proposed merging lp:~bigdata-dev/charms/bundles/realtime-syslog-analytics/bundle into lp:~charmers/charms/bundles/realtime-syslog-analytics/bundle.

Requested reviews:
  Juju Big Data Development (bigdata-dev)
Related bugs:
  Bug #1498589 in Juju Charms Collection: "new bundle: realtime syslog analytics"
  https://bugs.launchpad.net/charms/+bug/1498589

For more details, see:
https://code.launchpad.net/~bigdata-dev/charms/bundles/realtime-syslog-analytics/bundle/+merge/273752

fixup tests
-- 
Your team Juju Big Data Development is requested to review the proposed merge of lp:~bigdata-dev/charms/bundles/realtime-syslog-analytics/bundle into lp:~charmers/charms/bundles/realtime-syslog-analytics/bundle.
=== removed file 'tests/00-setup'
--- tests/00-setup	2015-10-02 19:02:34 +0000
+++ tests/00-setup	1970-01-01 00:00:00 +0000
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-if ! python3 -c 'import amulet' &> /dev/null; then
-    echo Installing Amulet...
-    sudo add-apt-repository -y ppa:juju/stable
-    sudo apt-get update
-    sudo apt-get -y install amulet
-fi

=== added file 'tests/tests.yaml'
--- tests/tests.yaml	1970-01-01 00:00:00 +0000
+++ tests/tests.yaml	2015-10-07 20:20:34 +0000
@@ -0,0 +1,3 @@
+reset: false
+packages:
+  - amulet


Follow ups