Allow rally_jobs without external network 58/68358/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 16 Aug 2019 19:36:14 +0000 (21:36 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 17 Aug 2019 09:59:21 +0000 (11:59 +0200)
rally_jobs can verify network providers by skipping:
  - NeutronNetworks.create_and_delete_floating_ips
  - NeutronNetworks.create_and_list_floating_ips
  - NeutronNetworks.associate_and_dissociate_floating_ips

Co-Authored-By: Juha Kosonen <juha.kosonen@nokia.com>
Change-Id: Ibda66e47f4d1101b53435ef4cd144dacbabff165
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 0dfe9d377b0170b74455129222f12ff1ccb99814)
(cherry picked from commit 54b3752cb07cbebe06988673bd4a71d375cc499a)

functest/opnfv_tests/openstack/rally/blacklist.yaml

index beed15c..628a418 100644 (file)
@@ -33,3 +33,6 @@ functionality:
             - no_floating_ip
         tests:
             - NovaServers.boot_server_associate_and_dissociate_floating_ip
+            - NeutronNetworks.create_and_delete_floating_ips
+            - NeutronNetworks.create_and_list_floating_ips
+            - NeutronNetworks.associate_and_dissociate_floating_ips