diff --git a/tests/gate-basic-trusty-icehouse b/tests/gate-basic-trusty-icehouse deleted file mode 100755 index c36fd00..0000000 --- a/tests/gate-basic-trusty-icehouse +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python - -"""Amulet tests on a basic ceph deployment on trusty-icehouse.""" - -from basic_deployment import CephBasicDeployment - -if __name__ == '__main__': - deployment = CephBasicDeployment(series='trusty') - deployment.run_tests()