Merge "Enable bionic/stein and disco/stein functional tests"
This commit is contained in:
10
src/tests/dev-basic-disco-stein
Executable file
10
src/tests/dev-basic-disco-stein
Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
"""Amulet tests on a basic aodh deployment on disco-stein."""
|
||||||
|
|
||||||
|
from basic_deployment import AodhBasicDeployment
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
deployment = AodhBasicDeployment(series='disco')
|
||||||
|
deployment.run_tests()
|
||||||
|
|
10
src/tests/gate-basic-bionic-stein
Executable file
10
src/tests/gate-basic-bionic-stein
Executable file
@@ -0,0 +1,10 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
"""Amulet tests on a basic aodh deployment on bionic-stein."""
|
||||||
|
|
||||||
|
from basic_deployment import AodhBasicDeployment
|
||||||
|
|
||||||
|
if __name__ == '__main__':
|
||||||
|
deployment = AodhBasicDeployment(series='bionic',
|
||||||
|
openstack='cloud:bionic-stein')
|
||||||
|
deployment.run_tests()
|
Reference in New Issue
Block a user