diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-04 13:48:52 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-04 13:53:19 +0100 |
commit | 44bdf29110b95860f8742ec3ce81b165a3fda00f (patch) | |
tree | 8044914ab5c1e0d9a0821e03d0e9ffd4fdefaeb0 | |
parent | f4cd6397806e49a30eb15225741afb60d1a71769 (diff) |
Remove Rally Router testing if no tenant resources
It pleases airship which doesn't support neither routers and floating
ips.
Change-Id: I8b9f44c0bccd66d7808e100203f4bfea000ead2f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit cdc613aba932c61c7c3250f12a8c7fd76db4b70e)
-rw-r--r-- | functest/opnfv_tests/openstack/rally/blacklist.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/functest/opnfv_tests/openstack/rally/blacklist.yaml b/functest/opnfv_tests/openstack/rally/blacklist.yaml index bc41bb695..b77163366 100644 --- a/functest/opnfv_tests/openstack/rally/blacklist.yaml +++ b/functest/opnfv_tests/openstack/rally/blacklist.yaml @@ -30,3 +30,7 @@ functionality: - NeutronNetworks.create_and_delete_floating_ips - NeutronNetworks.create_and_list_floating_ips - NeutronNetworks.associate_and_dissociate_floating_ips + - NeutronNetworks.create_and_delete_routers + - NeutronNetworks.create_and_list_routers + - NeutronNetworks.set_and_clear_router_gateway + - Quotas.neutron_update |