Remove deprecated series metadata and tests

Change-Id: Id12cc118334abb2a934cb144fcf59a4f763d6d87
This commit is contained in:
Ryan Beisner 2017-08-23 09:53:46 -05:00
parent 8c0399cb90
commit 41bf5a7a64
2 changed files with 0 additions and 11 deletions

View File

@ -12,7 +12,6 @@ tags:
- openstack
series:
- xenial
- yakkety
- zesty
subordinate: false
requires:

View File

@ -1,10 +0,0 @@
#!/usr/bin/env python
"""Amulet tests on a basic manila deployment on yakkety-newton
"""
from basic_deployment import ManilaBasicDeployment
if __name__ == '__main__':
deployment = ManilaBasicDeployment(series='yakkety')
deployment.run_tests()