diff --git a/src/metadata.yaml b/src/metadata.yaml index d354e36..16e665b 100644 --- a/src/metadata.yaml +++ b/src/metadata.yaml @@ -8,7 +8,7 @@ series: # - trusty - xenial - bionic - - artful + - cosmic subordinate: true description: | Barbican provides a secure storage for keys and other secrets and diff --git a/src/tests/gate-basic-artful-pike b/src/tests/gate-basic-artful-pike deleted file mode 100644 index 8b0f4a1..0000000 --- a/src/tests/gate-basic-artful-pike +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python - -"""Amulet tests on a basic aodh deployment on artful-pike for keystone v3. -""" - -from basic_deployment import SoftHSMBasicDeployment - -if __name__ == '__main__': - deployment = SoftHSMBasicDeployment(series='artful', keystone_version=3) - deployment.run_tests()