remove amulet tests for unsupported releases

This commit is contained in:
Ryan Beisner 2015-07-29 17:23:30 +00:00
parent f35c489fc0
commit 45cb771f58
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/usr/bin/python
"""Amulet tests on a basic nova cloud controller deployment on
utopic-juno."""
from basic_deployment import NovaCCBasicDeployment
if __name__ == '__main__':
deployment = NovaCCBasicDeployment(series='utopic')
deployment.run_tests()