~ionutbalutoiu/charms/trusty/neutron-api/next

« back to all changes in this revision

Viewing changes to tests/020-basic-trusty-liberty

  • Committer: Ryan Beisner
  • Date: 2015-08-22 03:57:12 UTC
  • mto: This revision was merged to the branch mainline in revision 139.
  • Revision ID: ryan.beisner@canonical.com-20150822035712-cnvtcg46wg642dha
update makefile, amulet test dependencies, test definitions, amulet test

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/python
 
2
 
 
3
"""Amulet tests on a basic neutron-api deployment on trusty-liberty."""
 
4
 
 
5
from basic_deployment import NeutronAPIBasicDeployment
 
6
 
 
7
if __name__ == '__main__':
 
8
    deployment = NeutronAPIBasicDeployment(series='trusty',
 
9
                                           openstack='cloud:trusty-liberty',
 
10
                                           source='cloud:trusty-updates/liberty')
 
11
    deployment.run_tests()