Update functional test definitions

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

Change-Id: I1ffafd2c64de7e62fbd5f53e7a87393078e74967
This commit is contained in:
Ryan Beisner 2019-02-06 14:49:57 -06:00
parent 7ac7991b64
commit b8ae801dde
No known key found for this signature in database
GPG Key ID: 952BACDC1C1A05FB
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/usr/bin/env python
import basic_deployment
if __name__ == "__main__":
t = basic_deployment.BasicDeployment(units=3, series='trusty')
t.run()