diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-09 12:06:12 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-09 12:09:33 +0100 |
commit | 80f380502edf592015df1adf542b6a143da98e7d (patch) | |
tree | 48c0ad48a258dc286eeffb2fdd756bcacf879755 | |
parent | d96dde8a04a7787a44a9b4fd5d447f6ffb6acb2b (diff) |
Rally_jobs asks for Router in several tasks
NeutronNetworks.create_and_list_ports can be executed when no L3 if
the appropriate params are passed (see rally_sanity and rally_full).
As rally_jobs is an official task which shouldn't be changed, it
simply skips rally_jobs rather than
NeutronNetworks.create_and_list_ports [1]
[1] http://artifacts.opnfv.org/airship/WR7HM1BV0NA2/airship-opnfv-functest-benchmarking-latest-rally_jobs-run-184/rally_jobs/rally_jobs.html#/NeutronNetworks.create_and_list_ports
Change-Id: I9bccb7417bbd514bd213a6b103f62165de497c00
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | docker/benchmarking/testcases.yaml | 2 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docker/benchmarking/testcases.yaml b/docker/benchmarking/testcases.yaml index 35faee87b..c84d3a00f 100644 --- a/docker/benchmarking/testcases.yaml +++ b/docker/benchmarking/testcases.yaml @@ -29,6 +29,8 @@ tiers: description: >- This test case runs a group of Rally jobs used in OpenStack gating + dependencies: + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: rally_jobs args: diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 106a40832..e322a84ae 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -850,6 +850,8 @@ tiers: description: >- This test case runs a group of Rally jobs used in OpenStack gating + dependencies: + - NO_TENANT_NETWORK: '^(?![tT]rue$)' run: name: rally_jobs args: |