charm-ceph-radosgw/tests/017-basic-trusty-kilo
Ryan Beisner 6202362477 amulet tests - update test coverage, enable vivid, prep for wily
add basic functional checks
sync tests/charmhelpers
2015-06-22 17:36:31 +00:00

12 lines
403 B
Python
Executable File

#!/usr/bin/python
"""Amulet tests on a basic ceph-radosgw deployment on trusty-kilo."""
from basic_deployment import CephRadosGwBasicDeployment
if __name__ == '__main__':
deployment = CephRadosGwBasicDeployment(series='trusty',
openstack='cloud:trusty-kilo',
source='cloud:trusty-updates/kilo')
deployment.run_tests()