From 4213578cc381d2020a4ee897b7953d9c43807129 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Fri, 16 Aug 2019 06:30:41 +0000 Subject: [PATCH] Run only smoke tests in ipv6 job 'congress-tempest-ipv6-only' job is to verify that congress is able to listen and run on IPv6 env. We do not need to run all the tests in this job. Running only smoke tests should be fine. This commit define the 'congress-ipv6' tox env which include smoke test only as of now but it can be extended to include more IPv6 tests if any. Change-Id: Idbd4c6ea362487dd93330adddb26abc89387a726 Story: #2005477 Task: #35885 --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index c381d93cd..cc0ad3bc3 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -69,7 +69,9 @@ irrelevant-files: *base_irrelevant_files required-projects: *base_required_projects timeout: 6000 - vars: *base_vars + vars: + <<: *base_vars + tempest_test_regex: '(^congress_tempest_plugin.*)(\[.*\bsmoke\b.*\])' - job: name: congress-tempest-py2