Update grenade job to run one smoke test

With the addition of many new test permutations, the grenade job
is taking more time to run.
Previously grenade ran one smoke test to test basic traffic.
This patch updated the grenade job to run the "smoke" test
labeled job.

Change-Id: Ieade64f62b26e8cf4742bc54c17774f61d9abe4c
This commit is contained in:
Michael Johnson 2020-09-14 09:25:02 -07:00
parent e5cc2493f6
commit 43db347787
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
o-hk: true o-hk: true
tempest_plugins: tempest_plugins:
- octavia-tempest-plugin - octavia-tempest-plugin
tempest_test_regex: ^octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops tempest_test_regex: ^octavia_tempest_plugin.*\[.*\bsmoke\b.*\]
tox_envlist: all tox_envlist: all
zuul_copy_output: zuul_copy_output:
'/var/log/dib-build/': 'logs' '/var/log/dib-build/': 'logs'