From 0860dd32e5aca4a49fe06a3b382b6e62b3a1af9d Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Mon, 5 Jun 2017 12:52:31 -0400 Subject: [PATCH] Remove wily integration test Change-Id: Ib98275beb99c2fc61626275c3f12971e7c1f4ba3 --- tests/gate-basic-wily-liberty | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 tests/gate-basic-wily-liberty diff --git a/tests/gate-basic-wily-liberty b/tests/gate-basic-wily-liberty deleted file mode 100755 index 8e91324..0000000 --- a/tests/gate-basic-wily-liberty +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python - -"""Amulet tests on a basic ceph deployment on wily-liberty.""" - -from basic_deployment import CephBasicDeployment - -if __name__ == '__main__': - deployment = CephBasicDeployment(series='wily') - deployment.run_tests()