From 9ceacae40f638695472d5c6dadf3ae2c3521bd81 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 7 Sep 2019 18:29:36 +0200 Subject: Blacklist create_and_delete_stack if no floating ip MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit One HeatStacks.create_and_delete_stack call asks for floating_network. Change-Id: I75d01b4ecb1f484eac3af6efc53cf4a94206b158 Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/rally/blacklist.yaml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg