~1chb1n/charms/trusty/ceph-osd/15.10-stable-flip-tests-helper-syncs

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

  • Committer: Liam Young
  • Date: 2015-04-24 10:07:07 UTC
  • Revision ID: liam.young@canonical.com-20150424100707-id1xv3h8oycbqmik
Point charmhelper sync and amulet tests at stable branches

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    """Amulet tests on a basic ceph-osd deployment."""
19
19
 
20
20
    def __init__(self, series=None, openstack=None, source=None,
21
 
                 stable=False):
 
21
                 stable=True):
22
22
        """Deploy the entire test environment."""
23
23
        super(CephOsdBasicDeployment, self).__init__(series, openstack,
24
24
                                                     source, stable)