Re-number amulet test file names; add missing combos as not-executable for now.
This commit is contained in:
parent
5b48378605
commit
6f30089e1b
11
tests/019-basic-trusty-mitaka
Normal file
11
tests/019-basic-trusty-mitaka
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
"""Amulet tests on a basic quantum-gateway deployment on trusty-liberty."""
|
||||||
|
|
||||||
|
from basic_deployment import NeutronGatewayBasicDeployment
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
deployment = NeutronGatewayBasicDeployment(series='trusty',
|
||||||
|
openstack='cloud:trusty-liberty',
|
||||||
|
source='cloud:trusty-updates/liberty')
|
||||||
|
deployment.run_tests()
|
9
tests/021-basic-xenial-mitaka
Normal file
9
tests/021-basic-xenial-mitaka
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
|
||||||
|
"""Amulet tests on a basic quantum-gateway deployment on xenial-mitaka."""
|
||||||
|
|
||||||
|
from basic_deployment import NeutronGatewayBasicDeployment
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
deployment = NeutronGatewayBasicDeployment(series='xenial')
|
||||||
|
deployment.run_tests()
|
Loading…
Reference in New Issue
Block a user