diff --git a/tests/README.md b/tests/README.md deleted file mode 100644 index e5095d0..0000000 --- a/tests/README.md +++ /dev/null @@ -1,2 +0,0 @@ -This directory contains functional test definition for functional test of Zaza -itself. diff --git a/tests/bundles/magpie.yaml b/tests/bundles/magpie.yaml deleted file mode 100644 index eb065fd..0000000 --- a/tests/bundles/magpie.yaml +++ /dev/null @@ -1,5 +0,0 @@ -series: bionic -applications: - magpie: - charm: cs:~admcleod/magpie - num_units: 2 diff --git a/tests/bundles/overlays/local-charm-overlay.yaml.j2 b/tests/bundles/overlays/local-charm-overlay.yaml.j2 deleted file mode 100644 index 185df30..0000000 --- a/tests/bundles/overlays/local-charm-overlay.yaml.j2 +++ /dev/null @@ -1 +0,0 @@ -comment: this bundle overlay intentionally left blank diff --git a/tests/tests.yaml b/tests/tests.yaml deleted file mode 100644 index 73f9e9a..0000000 --- a/tests/tests.yaml +++ /dev/null @@ -1,11 +0,0 @@ -charm_name: none -gate_bundles: -- magpie -target_deploy_status: - magpie: - workload-status: active - workload-status-message: icmp ok, local hostname ok, dns ok -configure: -- zaza.openstack.charm_tests.noop.setup.basic_setup -tests: -- zaza.openstack.charm_tests.noop.tests.NoopTest