Use the regular inspector tests in the CI

The smoke test was removed in favor of them.

Change-Id: I6cfe991689bbb296985e26aa2c80034a835829de
This commit is contained in:
Dmitry Tantsur 2018-03-22 14:06:04 +01:00
parent 33483f1634
commit ac3bbb2bec
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
- shell:
cmd: |
cat << 'EOF' >> ironic-extra-vars
export DEVSTACK_GATE_TEMPEST_REGEX="InspectorSmokeTest"
export DEVSTACK_GATE_TEMPEST_REGEX="InspectorBasicTest"
EOF
chdir: '{{ ansible_user_dir }}/workspace'