charm-neutron-gateway/tests/gate-basic-trusty-icehouse
James Page 34fbfcfb08 Use bundletester for amulet test execution
Switch to using bundletester for execution of functional tests,
leveraging tox to build out test virtualenvs.

Rename amulet tests inline with gate-* and dfs-* naming standards.

Update README to refer to functional testing section of the charm
guide.

Change-Id: I9b36f8a6375da5cf5807d51e1d009c47d74dc1dd
2016-07-18 17:58:02 +01:00

10 lines
275 B
Python
Executable File

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