Rebuild for 20.02 release

Remove disco

Change-Id: I846527b971809e0e6f708f52905bd2868b78d2d1
This commit is contained in:
Liam Young 2020-02-05 16:52:20 +00:00
parent 5b14cf84f9
commit ff6b21a6f9
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
d1c16faa-4837-11ea-810e-97e1f362d969

View File

@ -8,7 +8,6 @@ series:
# - trusty
- xenial
- bionic
- disco
- eoan
subordinate: true
description: |

View File

@ -1,10 +0,0 @@
#!/usr/bin/env python
"""Amulet tests on a basic barbican deploy on bionic-stein for keystone v3.
"""
from basic_deployment import SoftHSMBasicDeployment
if __name__ == '__main__':
deployment = SoftHSMBasicDeployment(series='disco', keystone_version=3)
deployment.run_tests()