Diff comments:
> > === modified file 'tests/01-bundle.py' > --- tests/01-bundle.py 2015-07-20 20:54:16 +0000 > +++ tests/01-bundle.py 2015-09-15 14:35:41 +0000 > @@ -13,7 +13,7 @@ > Base class for tests for Apache Hadoop Bundle. > """ > # have to use the v3 format because that's what amulet supports remove comment above? > - bundle_file = os.path.join(os.path.dirname(__file__), '..', > 'bundles_v3.yaml') > + bundle_file = os.path.join(os.path.dirname(__file__), '..', > 'bundle.yaml') > profile_name = None > > @classmethod -- https://code.launchpad.net/~bigdata-dev/charms/bundles/apache-core-batch-processing/v4-only/+merge/271137 Your team Juju Big Data Development is subscribed to branch lp:~bigdata-dev/charms/bundles/apache-core-batch-processing/trunk. -- Mailing list: https://launchpad.net/~bigdata-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~bigdata-dev More help : https://help.launchpad.net/ListHelp

