diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-07 18:29:36 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-07 18:31:22 +0200 |
commit | 9ceacae40f638695472d5c6dadf3ae2c3521bd81 (patch) | |
tree | af5476b4c04ed8833ba33c9fa8ce66f5b637985c | |
parent | b751a36eb2c6269aa44d314b3f5797db17742e6a (diff) |
Blacklist create_and_delete_stack if no floating ip
One HeatStacks.create_and_delete_stack call asks for floating_network.
Change-Id: I75d01b4ecb1f484eac3af6efc53cf4a94206b158
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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 628a418ad..c50ead272 100644 --- a/functest/opnfv_tests/openstack/rally/blacklist.yaml +++ b/functest/opnfv_tests/openstack/rally/blacklist.yaml @@ -32,6 +32,7 @@ functionality: functions: - no_floating_ip tests: + - HeatStacks.create_and_delete_stack - NovaServers.boot_server_associate_and_dissociate_floating_ip - NeutronNetworks.create_and_delete_floating_ips - NeutronNetworks.create_and_list_floating_ips |