Merge "Enable bionic/stein and disco/stein functional tests"
This commit is contained in:
commit
1cedc2d756
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 manila deployment on disco-stein.
|
||||
"""
|
||||
|
||||
from basic_deployment import ManilaBasicDeployment
|
||||
|
||||
if __name__ == '__main__':
|
||||
deployment = ManilaBasicDeployment(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 manila deployment on bionic-stein.
|
||||
"""
|
||||
|
||||
from basic_deployment import ManilaBasicDeployment
|
||||
|
||||
if __name__ == '__main__':
|
||||
deployment = ManilaBasicDeployment(series='bionic')
|
||||
deployment.run_tests()
|
Loading…
Reference in New Issue
Block a user