Update functional test definitions

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

Change-Id: I2a0b9e6e6ba5466e10fb46b08dd3bbc1afd732fa
This commit is contained in:
Ryan Beisner 2019-02-06 14:50:31 -06:00
parent 5fffa55187
commit 93f812057c
No known key found for this signature in database
GPG Key ID: 952BACDC1C1A05FB
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/usr/bin/env python
"""Amulet tests on a basic tempest deployment on trusty-icehouse."""
from basic_deployment import TempestBasicDeployment
if __name__ == '__main__':
deployment = TempestBasicDeployment(series='trusty')
deployment.run_tests()