This commit is contained in:
Ryan Beisner 2016-01-20 04:41:56 +00:00
commit 8774ef27c2
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
#!/usr/bin/python
"""Amulet tests on a basic quantum-gateway deployment on trusty-liberty."""
"""Amulet tests on a basic quantum-gateway deployment on trusty-mitaka."""
from basic_deployment import NeutronGatewayBasicDeployment
if __name__ == '__main__':
deployment = NeutronGatewayBasicDeployment(series='trusty',
openstack='cloud:trusty-liberty',
source='cloud:trusty-updates/liberty')
openstack='cloud:trusty-mitaka',
source='cloud:trusty-updates/mitaka')
deployment.run_tests()