~frankban/juju-quickstart/bundlelib-03

« back to all changes in this revision

Viewing changes to quickstart/tests/functional/test_functional.py

  • Committer: Francesco Banconi
  • Date: 2015-06-17 14:47:17 UTC
  • mfrom: (137.1.1 fix-functional-test)
  • Revision ID: francesco.banconi@canonical.com-20150617144717-uajaze4f61uksi7d
Tags: 2.2.0
Fix uncommitted bundle ftest.

Avoid using a no longer existing openstack bundle.

R=
CC=
https://codereview.appspot.com/245370043

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
    def test_uncommitted_bundle_deployment(self):
185
185
        # The application can be used to deploy uncommitted bundles.
186
186
        retcode, output, error = run_quickstart(
187
 
            self.env_name, '-u', 'u/openstack-charmers/openstack/25')
 
187
            self.env_name, '-u', 'openstack-base/34')
188
188
        self.assertEqual(0, retcode)
189
189
        self.assertIn('the bundle is ready to be deployed', output)
190
190
        self.assertEqual('', error)