~celebdor/charms/trusty/midonet-agent/cassandra

« back to all changes in this revision

Viewing changes to tests/010-basic-trusty-juno

  • Committer: Antoni Segura Puimedon
  • Date: 2015-10-19 03:38:14 UTC
  • mfrom: (16.1.1 trunk)
  • Revision ID: toni@midokura.com-20151019033814-85e628f9s30pp4ls
Update amulet tests from Lucas

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
if __name__ == '__main__':
21
21
    deployment = MidonetBasicDeployment(ubuntu_series='trusty',
22
 
                                        openstack='juno')
 
22
                                        openstack='cloud:trusty-juno',
 
23
                                        midonet_release='juno/midonet-2015.06')
23
24
    deployment.run_tests()