From 4beff7d35ff89b54a5421b2991c680843a170f69 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 30 Apr 2018 15:40:59 +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 ironicclient and can be excluded. Change-Id: Ie9713354c5d1a4d7503bb3cb548208ed7ce78299 --- playbooks/legacy/ironicclient-tempest-dsvm-src/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/legacy/ironicclient-tempest-dsvm-src/run.yaml b/playbooks/legacy/ironicclient-tempest-dsvm-src/run.yaml index 91f33fb53..9c0cf6de6 100644 --- a/playbooks/legacy/ironicclient-tempest-dsvm-src/run.yaml +++ b/playbooks/legacy/ironicclient-tempest-dsvm-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'