~corey.bryant/charms/trusty/nova-compute/amulet-novacc

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

[1chb1n, r=gnuoy] auto normalize amulet test definitions and amulet make targets; charm-helper sync.

Show diffs side-by-side

added added

removed removed

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