From 2eea62aa6eef183c66e8af7ba961f05b41932066 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 7 May 2018 15:32:29 +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 virtualbmc and can be excluded. Change-Id: I14d7bba478a28db0f3d331354d8fab2f10c4372b --- .../virtualbmc-tempest-dsvm-ironic-pxe_ipmitool-src/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/legacy/virtualbmc-tempest-dsvm-ironic-pxe_ipmitool-src/run.yaml b/playbooks/legacy/virtualbmc-tempest-dsvm-ironic-pxe_ipmitool-src/run.yaml index f9f2f7c..2baeb76 100644 --- a/playbooks/legacy/virtualbmc-tempest-dsvm-ironic-pxe_ipmitool-src/run.yaml +++ b/playbooks/legacy/virtualbmc-tempest-dsvm-ironic-pxe_ipmitool-src/run.yaml @@ -36,7 +36,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'