From 03ae3c43252d17e126ee9a25c91244e13898a49d Mon Sep 17 00:00:00 2001 From: dkumbhar Date: Tue, 23 Mar 2021 16:56:40 +0530 Subject: [PATCH] external network with external subnet Change-Id: I0b0dd6396b6f1393a2e164d922d353cc7e18c69f --- .../tests/nsxv3/scenario/test_octavia_loadbalancers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmware_nsx_tempest_plugin/tests/nsxv3/scenario/test_octavia_loadbalancers.py b/vmware_nsx_tempest_plugin/tests/nsxv3/scenario/test_octavia_loadbalancers.py index ea9f1fd..98b9670 100644 --- a/vmware_nsx_tempest_plugin/tests/nsxv3/scenario/test_octavia_loadbalancers.py +++ b/vmware_nsx_tempest_plugin/tests/nsxv3/scenario/test_octavia_loadbalancers.py @@ -219,7 +219,7 @@ class OctaviaRoundRobin(feature_manager.FeatureManager): protocol_port="80", lb_algorithm="LEAST_CONNECTIONS", external_subnet=network['subnets'][0], - external=True) + external=True, create_fip=True) self.check_project_lbaas() vip_address = lb_dict['vip_address'] router_state_1 = diction['router']['router']