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()