From b8ae801dde24882d0b745ce0e84d5fdd0fadaddf Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Wed, 6 Feb 2019 14:49:57 -0600 Subject: [PATCH] Update functional test definitions Remove trusty-icehouse test combo from gate, leaving trusty-mitaka if/where it exists. Change-Id: I1ffafd2c64de7e62fbd5f53e7a87393078e74967 --- tests/gate-basic-trusty | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 tests/gate-basic-trusty diff --git a/tests/gate-basic-trusty b/tests/gate-basic-trusty deleted file mode 100755 index 8aecc5a..0000000 --- a/tests/gate-basic-trusty +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env python - -import basic_deployment - - -if __name__ == "__main__": - t = basic_deployment.BasicDeployment(units=3, series='trusty') - t.run()