From 43bc7f82c85f600a27e5e3ccf52ad698520eca81 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Fri, 5 Mar 2021 12:07:54 +0000 Subject: [PATCH] Test bundles for focal-wallaby and hirsute-wallaby These are the test bundles (and any associated changes) for focal-wallaby and hirsute-wallaby support. hisute-wallaby test is disabled (moved to dev) due to [1]. [1] https://github.com/juju-solutions/layer-basic/issues/194 Change-Id: I1bb6f7e7431bbe86d12d8b90d234c95cbbd1d8d9 --- osci.yaml | 3 ++- src/tests/bundles/hirsute.yaml | 5 +++++ src/tests/tests.yaml | 10 +++++++++- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 src/tests/bundles/hirsute.yaml diff --git a/osci.yaml b/osci.yaml index 65be062..78a61d5 100644 --- a/osci.yaml +++ b/osci.yaml @@ -6,6 +6,7 @@ - bionic - focal - groovy + - hirsute vars: needs_charm_build: true - charm_build_name: magpie \ No newline at end of file + charm_build_name: magpie diff --git a/src/tests/bundles/hirsute.yaml b/src/tests/bundles/hirsute.yaml new file mode 100644 index 0000000..b007d03 --- /dev/null +++ b/src/tests/bundles/hirsute.yaml @@ -0,0 +1,5 @@ +series: hirsute +applications: + magpie: + num_units: 3 + charm: magpie diff --git a/src/tests/tests.yaml b/src/tests/tests.yaml index 4328b7f..207ef78 100644 --- a/src/tests/tests.yaml +++ b/src/tests/tests.yaml @@ -1,15 +1,23 @@ charm_name: magpie + gate_bundles: - bionic - focal - groovy + +dev_bundles: +- hirsute + smoke_bundles: - focal + target_deploy_status: magpie: workload-status-message: "icmp ok" + tests: - zaza.openstack.charm_tests.magpie.tests.MagpieTest + tests_options: force_deploy: - - groovy + - hirsute