diff --git a/src/tests/dev-basic-cosmic-rocky b/src/tests/dev-basic-cosmic-rocky deleted file mode 100755 index 8d88ebd..0000000 --- a/src/tests/dev-basic-cosmic-rocky +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env python - -"""Amulet tests on a basic aodh deployment on cosmic-rocky for keystone v3. -""" - -from basic_deployment import SoftHSMBasicDeployment - -if __name__ == '__main__': - deployment = SoftHSMBasicDeployment(series='cosmic', keystone_version=3) - deployment.run_tests() diff --git a/src/tox.ini b/src/tox.ini index fc31006..4c5f90e 100644 --- a/src/tox.ini +++ b/src/tox.ini @@ -35,7 +35,7 @@ commands = # Run a specific test as an Amulet smoke test (expected to always pass) basepython = python2.7 commands = - bundletester -vl DEBUG -r json -o func-results.json gate-basic-bionic-rocky --no-destroy + bundletester -vl DEBUG -r json -o func-results.json gate-basic-bionic-stein --no-destroy [testenv:func27-dfs] # Run all deploy-from-source tests which are +x (may not always pass!)