add liberty amulet test targets (disabled pending liberty pkgs)
This commit is contained in:
11
tests/020-basic-trusty-liberty
Normal file
11
tests/020-basic-trusty-liberty
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
"""Amulet tests on a basic swift-storage deployment on trusty-liberty."""
|
||||
|
||||
from basic_deployment import SwiftStorageBasicDeployment
|
||||
|
||||
if __name__ == '__main__':
|
||||
deployment = SwiftStorageBasicDeployment(series='trusty',
|
||||
openstack='cloud:trusty-liberty',
|
||||
source='cloud:trusty-updates/liberty')
|
||||
deployment.run_tests()
|
||||
9
tests/021-basic-wily-liberty
Normal file
9
tests/021-basic-wily-liberty
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
"""Amulet tests on a basic swift-storage deployment on wily-liberty."""
|
||||
|
||||
from basic_deployment import SwiftStorageBasicDeployment
|
||||
|
||||
if __name__ == '__main__':
|
||||
deployment = SwiftStorageBasicDeployment(series='wily')
|
||||
deployment.run_tests()
|
||||
Reference in New Issue
Block a user