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:15:10 +0200 |
commit | d207c1963804b9d86187de73b1f1251f6c216bfe (patch) | |
tree | f825a568909ace7adb1f5e9acfa36a9637f8402f | |
parent | 1fb6c3681c8e3b634b35be8b941c6ebefcabfdd2 (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 7e5abc269..8ce5c39ce 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -237,7 +237,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 73f72b3b5..43799b44e 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 da8e2aa56..1098f2098 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: |