From adb8f1cf56b9efdebc211c2e3bf4916c95f77309 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Mon, 7 May 2018 15:46:04 +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 pyghmi and can be excluded. Change-Id: If75f60afc3feb900b91a893299eb5f3cc4e6091c --- .../tempest-devstack-ironic-pxe_ipmitool-pyghmi-src/run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/legacy/tempest-devstack-ironic-pxe_ipmitool-pyghmi-src/run.yaml b/playbooks/legacy/tempest-devstack-ironic-pxe_ipmitool-pyghmi-src/run.yaml index 6f593483..b573b10b 100644 --- a/playbooks/legacy/tempest-devstack-ironic-pxe_ipmitool-pyghmi-src/run.yaml +++ b/playbooks/legacy/tempest-devstack-ironic-pxe_ipmitool-pyghmi-src/run.yaml @@ -53,7 +53,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'