diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-07 22:30:57 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-09-07 22:32:26 +0200 |
commit | aa460705bc5af1be1546adb9db5375430de6368b (patch) | |
tree | 78ccfe18dc34d29b87bc9970ff997131d7dc20be | |
parent | 65572223b39233cd449f54b09d17c3463181a617 (diff) |
Blacklist boot_and_associate_floating_ip if no floating ip
Change-Id: Id907abff44490a57e8ec2cdb00396d9e4b422815
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 48a9f1d3ad295d30c8e80a1117830da4bdc57420)
-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 c50ead272..382e239f8 100644 --- a/functest/opnfv_tests/openstack/rally/blacklist.yaml +++ b/functest/opnfv_tests/openstack/rally/blacklist.yaml @@ -33,6 +33,7 @@ functionality: - no_floating_ip tests: - HeatStacks.create_and_delete_stack + - NovaServers.boot_and_associate_floating_ip - NovaServers.boot_server_associate_and_dissociate_floating_ip - NeutronNetworks.create_and_delete_floating_ips - NeutronNetworks.create_and_list_floating_ips |