Remove wily integration test

Change-Id: Ib98275beb99c2fc61626275c3f12971e7c1f4ba3
This commit is contained in:
Felipe Reyes 2017-06-05 12:52:31 -04:00
parent d7254c2d89
commit 0860dd32e5
1 changed files with 0 additions and 9 deletions

View File

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