← Back to team overview

bigdata-dev team mailing list archive

[Merge] lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk into lp:~charmers/charms/bundles/apache-core-batch-processing/bundle

 

Kevin W Monroe has proposed merging lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk into lp:~charmers/charms/bundles/apache-core-batch-processing/bundle.

Requested reviews:
  Juju Big Data Development (bigdata-dev)

For more details, see:
https://code.launchpad.net/~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk/+merge/273751

fixup tests
-- 
Your team Juju Big Data Development is requested to review the proposed merge of lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk into lp:~charmers/charms/bundles/apache-core-batch-processing/bundle.
=== removed file 'tests/00-setup'
--- tests/00-setup	2015-10-02 20:28:04 +0000
+++ tests/00-setup	1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-to_install=''
-
-if ! dpkg -s amulet &> /dev/null; then
-    sudo add-apt-repository -y ppa:juju/stable
-    sudo apt-get update
-    to_install="$to_install amulet"
-fi
-
-if ! dpkg -s python3-yaml &> /dev/null; then
-    to_install="$to_install python3-yaml"
-fi
-
-if [[ -n "$to_install" ]]; then
-    echo Installing $to_install...
-    sudo apt-get install -y $to_install
-fi

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


Follow ups