Update functional test definitions
Change-Id: I502cf0d0481d4c9260777a4a8083249b1740758c
This commit is contained in:
parent
18c33e822c
commit
82b598afa3
11
tests/dev-basic-bionic-rocky
Executable file
11
tests/dev-basic-bionic-rocky
Executable file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""Amulet tests on a basic quantum-gateway deployment on bionic-rocky."""
|
||||
|
||||
from basic_deployment import NeutronGatewayBasicDeployment
|
||||
|
||||
if __name__ == '__main__':
|
||||
deployment = NeutronGatewayBasicDeployment(series='bionic',
|
||||
openstack='cloud:bionic-rocky',
|
||||
source='cloud:bionic-updates/rocky')
|
||||
deployment.run_tests()
|
9
tests/dev-basic-cosmic-rocky
Executable file
9
tests/dev-basic-cosmic-rocky
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
"""Amulet tests on a basic quantum-gateway deployment on cosmic-rocky."""
|
||||
|
||||
from basic_deployment import NeutronGatewayBasicDeployment
|
||||
|
||||
if __name__ == '__main__':
|
||||
deployment = NeutronGatewayBasicDeployment(series='cosmic')
|
||||
deployment.run_tests()
|
Loading…
Reference in New Issue
Block a user