charm-ceph-proxy/tests/gate-basic-bionic-queens
Ryan Beisner c88bc5de02 Update amulet test definitions
Enable Queens, and set Queens as the smoke gate

Remove soon-to-be deprecated combos

Change-Id: I905aabc8d2168e87b6d341bac45a38991f26cc57
2018-03-28 14:07:45 -05:00

10 lines
246 B
Python
Executable File

#!/usr/bin/env python
"""Amulet tests on a basic ceph deployment on bionic-queens."""
from basic_deployment import CephBasicDeployment
if __name__ == '__main__':
deployment = CephBasicDeployment(series='bionic')
deployment.run_tests()