Update functional test definitions

Remove trusty-icehouse test combo from gate, leaving trusty-mitaka
if/where it exists.

Change-Id: I13262810105e68cf93d3df31a76c6f0f215cbcc1
This commit is contained in:
Ryan Beisner 2019-02-06 14:49:09 -06:00
parent cf4fe1af9e
commit 2debccbdea
No known key found for this signature in database
GPG Key ID: 952BACDC1C1A05FB
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#!/usr/bin/env 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()