Rebuild for 20.02 release
Remove disco Change-Id: Ic1d32a082498727f8673436144a3149044f86c4d
This commit is contained in:
parent
a9a5a2e5fa
commit
166c4694a1
2
rebuild
2
rebuild
@ -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
|
||||
|
@ -12,7 +12,6 @@ series:
|
||||
- xenial
|
||||
- bionic
|
||||
- eoan
|
||||
- disco
|
||||
subordinate: false
|
||||
requires:
|
||||
identity-admin:
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user