Rebuild for 20.02 release

Remove disco

Change-Id: Ic1d32a082498727f8673436144a3149044f86c4d
This commit is contained in:
Liam Young 2020-02-05 17:02:57 +00:00
parent a9a5a2e5fa
commit 166c4694a1
3 changed files with 1 additions and 12 deletions

View File

@ -2,4 +2,4 @@
# when dependencies of the charm change,
# but nothing in the charm needs to.
# simply change the uuid to something new
f57f307b-74f9-4f1d-bdc2-50e20aecbb63
52737480-4839-11ea-8ea6-4bb6c0f4660c

View File

@ -12,7 +12,6 @@ series:
- xenial
- bionic
- eoan
- disco
subordinate: false
requires:
identity-admin:

View File

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