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:50:49 +0100 |
commit | cdc613aba932c61c7c3250f12a8c7fd76db4b70e (patch) | |
tree | 18bd5931ec68631c5f62af8e6239d21257dab94a | |
parent | 47e7b7c59998dfaa76ac8e4c48b47a75538ac90a (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>
-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 6df0c35d1..47498f335 100644 --- a/functest/opnfv_tests/openstack/rally/blacklist.yaml +++ b/functest/opnfv_tests/openstack/rally/blacklist.yaml @@ -31,3 +31,7 @@ functionality: - NeutronNetworks.create_and_list_floating_ips - NeutronNetworks.associate_and_dissociate_floating_ips - VMTasks.dd_load_test + - NeutronNetworks.create_and_delete_routers + - NeutronNetworks.create_and_list_routers + - NeutronNetworks.set_and_clear_router_gateway + - Quotas.neutron_update |