diff options
author | 2020-12-08 18:11:06 +0100 | |
---|---|---|
committer | 2020-12-08 18:12:58 +0100 | |
commit | 7b93190525618c7e5a3daafab092554cffb70307 (patch) | |
tree | c6537651d7fcec13123659dc12a0eea9366c547a | |
parent | 12caca490243a2fee746565485d277e1908b2498 (diff) |
Skip create_and_update_routers if NO_TENANT_NETWORK
http://artifacts.opnfv.org/airship/WR7HM1BV0NA2/airship-opnfv-functest-benchmarking-latest-rally_jobs-run-184/rally_jobs/rally_jobs.html#/NeutronNetworks.create_and_update_routers
Change-Id: Iac2330aff915ce5de55fc03d2c8466fbf6d40f07
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 2d782c0e7238308e8c2503e00b8e6e299e210855)
-rw-r--r-- | functest/opnfv_tests/openstack/rally/blacklist.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/rally/blacklist.yaml b/functest/opnfv_tests/openstack/rally/blacklist.yaml index b77163366..afea87d03 100644 --- a/functest/opnfv_tests/openstack/rally/blacklist.yaml +++ b/functest/opnfv_tests/openstack/rally/blacklist.yaml @@ -32,5 +32,6 @@ functionality: - NeutronNetworks.associate_and_dissociate_floating_ips - NeutronNetworks.create_and_delete_routers - NeutronNetworks.create_and_list_routers + - NeutronNetworks.create_and_update_routers - NeutronNetworks.set_and_clear_router_gateway - Quotas.neutron_update |