82b598afa3
Change-Id: I502cf0d0481d4c9260777a4a8083249b1740758c
10 lines
276 B
Python
Executable File
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()
|