From 195e6646f5a41e6ee1704a318b3e1c19ffa14fb7 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 7 May 2018 15:21:08 +0200 Subject: [PATCH] Do not run functional (API) tests in the CI These tests exercise Ironic API with the fake driver, thus they provide no coverage for sushy-tools and can be excluded. Change-Id: Iaef8316c2fbece7bf31da095d71ba9794b83ea8a --- .../run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/legacy/sushy-tools-tempest-dsvm-ironic-ipa-partition-redfish-src/run.yaml b/playbooks/legacy/sushy-tools-tempest-dsvm-ironic-ipa-partition-redfish-src/run.yaml index a0f1c84e..110fd71a 100644 --- a/playbooks/legacy/sushy-tools-tempest-dsvm-ironic-ipa-partition-redfish-src/run.yaml +++ b/playbooks/legacy/sushy-tools-tempest-dsvm-ironic-ipa-partition-redfish-src/run.yaml @@ -62,7 +62,7 @@ - shell: cmd: | cat << 'EOF' >> ironic-extra-vars - export DEVSTACK_GATE_TEMPEST_REGEX="ironic" + export DEVSTACK_GATE_TEMPEST_REGEX="ironic_tempest_plugin.tests.scenario" EOF chdir: '{{ ansible_user_dir }}/workspace'