diff --git a/rebuild b/rebuild index 538bb06..44b1227 100644 --- a/rebuild +++ b/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 diff --git a/src/metadata.yaml b/src/metadata.yaml index abb1a13..08e2f64 100644 --- a/src/metadata.yaml +++ b/src/metadata.yaml @@ -12,7 +12,6 @@ series: - xenial - bionic - eoan - - disco subordinate: false requires: identity-admin: diff --git a/src/tests/gate-basic-disco-stein b/src/tests/gate-basic-disco-stein deleted file mode 100755 index f07a1ae..0000000 --- a/src/tests/gate-basic-disco-stein +++ /dev/null @@ -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() -