charm-neutron-gateway/tests/dev-basic-cosmic-rocky

10 lines
276 B
Python
Executable File

#!/usr/bin/env python
"""Amulet tests on a basic quantum-gateway deployment on cosmic-rocky."""
from basic_deployment import NeutronGatewayBasicDeployment
if __name__ == '__main__':
deployment = NeutronGatewayBasicDeployment(series='cosmic')
deployment.run_tests()