Update series metadata

Ensure that EOL releases are removed from metadata
and tests, and that the current dev release is enabled
in metadata.  Dev release tests are enabled separately
because of chickens and eggs.

Change-Id: If892cf5e5b045300433dc2737f3b8b479d12527e
This commit is contained in:
Ryan Beisner 2018-07-11 14:03:30 -05:00
parent 199da4e739
commit 9fb8252a00
2 changed files with 1 additions and 10 deletions

View File

@ -12,7 +12,7 @@ tags:
series:
- xenial
- bionic
- artful
- cosmic
- trusty
extra-bindings:
public:

View File

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