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: I56fdbbfc2ead2f3af8ea8a4bd17c53c6794c141a
This commit is contained in:
Ryan Beisner 2018-07-11 14:07:26 -05:00
parent d105cabc1d
commit 99e9dcfcf6
2 changed files with 1 additions and 9 deletions

View File

@ -10,7 +10,7 @@ tags:
series:
- xenial
- bionic
- artful
- cosmic
- trusty
extra-bindings:
access:

View File

@ -1,8 +0,0 @@
#!/usr/bin/env python
import basic_deployment
if __name__ == "__main__":
t = basic_deployment.BasicDeployment(units=3, series='artful')
t.run()