diff options
author | 2019-09-07 18:29:36 +0200 | |
---|---|---|
committer | 2019-09-07 18:33:41 +0200 | |
commit | ba59f6a4ccba1155626b10d03e6f9800cbba02dd (patch) | |
tree | 57e46cb53b73287bd56656e8265cadfc68a1a57e | |
parent | 4d5ef08f38b3dd4a39a5f292e93f75d2aa4c2c8f (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>
(cherry picked from commit 9ceacae40f638695472d5c6dadf3ae2c3521bd81)
-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 |