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
This commit is contained in:
Ghanshyam Mann 2019-08-16 06:30:41 +00:00
parent a42e2121d7
commit 4213578cc3
1 changed files with 3 additions and 1 deletions

View File

@ -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