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:52:52 +0100 |
commit | 6f2d1380f121b76ff4b9d8f5414c0b5f1c88f2f2 (patch) | |
tree | f38cd2ae88f3e9566300ec40d28b106bb0f2dcff | |
parent | 76ca22bdccd82de1c736401b34477306c078c9f9 (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 |