diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-03 19:11:40 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-03 19:13:47 +0200 |
commit | e00c2f9d301912728964ed833a2bee530c2fcf21 (patch) | |
tree | d242b43eab185b7ff49ccf14240cdd0f3796c89b | |
parent | f6b1f89607da9b8e062b9d3a76479a88d470b1b6 (diff) |
Fix tempest_scenario
It completes "min_computes_nodes is also used as max values".
Change-Id: I72c67e17015bc35ac5e14f20839cf74353695373
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit b765cf825b1a0d0853420b4a4bb7a154063f117e)
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 2 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 2 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 78ae64239..f674ae752 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -244,7 +244,7 @@ tiers: the OpenStack deployment. https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L84 run: - name: tempest_scenario + name: tempest_common args: mode: "\ (?!.*test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks)\ diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 8bb57999a..7141bff48 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -183,7 +183,7 @@ tiers: the OpenStack deployment. https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L84 run: - name: tempest_scenario + name: tempest_common args: mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.scenario)' option: diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index e6f3dfbc9..547f6b161 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -361,7 +361,7 @@ tiers: the OpenStack deployment. https://github.com/openstack/tempest/blob/18.0.0/tox.ini#L84 run: - name: tempest_scenario + name: tempest_common args: mode: '(?!.*\[.*\bslow\b.*\])(^tempest\.scenario)' option: |