~corey.bryant/charms/trusty/quantum-gateway/use-stable

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

  • Committer: Corey Bryant
  • Date: 2014-10-23 18:04:44 UTC
  • Revision ID: corey.bryant@canonical.com-20141023180444-mvd54hayozkpab4t
Use stable branches for Amulet tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
class QuantumGatewayBasicDeployment(OpenStackAmuletDeployment):
25
25
    """Amulet tests on a basic quantum-gateway deployment."""
26
26
 
27
 
    def __init__(self, series, openstack=None, source=None, stable=False):
 
27
    def __init__(self, series, openstack=None, source=None, stable=True):
28
28
        """Deploy the entire test environment."""
29
29
        super(QuantumGatewayBasicDeployment, self).__init__(series, openstack,
30
30
                                                            source, stable)