charm-tempest/src/tests/gate-basic-artful-pike

11 lines
254 B
Python
Executable File

#!/usr/bin/env python
"""Amulet tests on a basic tempest deployment on artful-pike."""
from basic_deployment import TempestBasicDeployment
if __name__ == '__main__':
deployment = TempestBasicDeployment(series='artful')
deployment.run_tests()