Remove deprecated series metadata and tests

Change-Id: I79283330e7bae711c6d8866460861217bcb55a75
This commit is contained in:
Ryan Beisner 2017-08-23 09:51:51 -05:00
parent 18979d540f
commit f97a351481
2 changed files with 0 additions and 10 deletions

View File

@ -13,7 +13,6 @@ series:
- xenial
- zesty
- trusty
- yakkety
extra-bindings:
public:
cluster:

View File

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