charm-neutron-gateway/tests/dev-basic-disco-stein
Frode Nordahl c491835877 Enable bionic/stein and disco/stein functional tests
Change-Id: Icb249cb96621dd358413ff96f7aacb5ee63d6452
2019-04-11 11:57:14 -07:00

10 lines
274 B
Python
Executable File

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