~openstack-charmers/charms/trusty/neutron-openvswitch/trunk

« back to all changes in this revision

Viewing changes to tests/basic_deployment.py

  • Committer: David Ames
  • Date: 2016-07-28 14:06:06 UTC
  • Revision ID: david.ames@canonical.com-20160728140606-7dv750d8307spr8w
Updates for stable branch creation for 16.07

Set defaultbranch for git review/gerrit.
Switch amulet tests to stable.
Switch to using stable charm-helpers branch.

Change-Id: I049cde180b04c5394901f960adf2623d367e26e2

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    """Amulet tests on a basic neutron-openvswtich deployment."""
44
44
 
45
45
    def __init__(self, series, openstack=None, source=None, git=False,
46
 
                 stable=False):
 
46
                 stable=True):
47
47
        """Deploy the entire test environment."""
48
48
        super(NeutronOVSBasicDeployment, self).__init__(series, openstack,
49
49
                                                        source, stable)