diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-08 18:17:04 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-09 12:31:30 +0100 |
commit | 9c5f01bed779069a360c50eebde2f7ef97361da1 (patch) | |
tree | 580176d0fa348d1a45ecc71f8d778ae80e552ef6 /tools | |
parent | 5bb75aa96aabdd69e605d317e6f0e387d1589a6b (diff) |
Catch NeutronNetworks.create_and_*routers in blacklist
It skips it if NO_TENANT_NETWORK as asked by Airship.
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Change-Id: I4d685a51566e063605b0fea1f6f329d4d286e467
Diffstat (limited to 'tools')
-rw-r--r-- | tools/files/blacklist.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/files/blacklist.yaml b/tools/files/blacklist.yaml index 91e439b..ea3e717 100644 --- a/tools/files/blacklist.yaml +++ b/tools/files/blacklist.yaml @@ -41,5 +41,7 @@ functionality: - VMTasks.dd_load_test - NeutronNetworks.create_and_delete_routers - NeutronNetworks.create_and_list_routers + - NeutronNetworks.create_and_show_routers + - NeutronNetworks.create_and_update_routers - NeutronNetworks.set_and_clear_router_gateway - Quotas.neutron_update |