~plumgrid-team/charms/trusty/nova-cloud-controller/trunk

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

[beisner,r=corey.bryant] Point charmhelper sync and amulet tests at stable branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
    """Amulet tests on a basic nova cloud controller deployment."""
23
23
 
24
24
    def __init__(self, series=None, openstack=None, source=None, git=False,
25
 
                 stable=False):
 
25
                 stable=True):
26
26
        """Deploy the entire test environment."""
27
27
        super(NovaCCBasicDeployment, self).__init__(series, openstack, source, stable)
28
28
        self.git = git