From c52bc5beb55f41f459f8d35d741a567f1a0e0ce0 Mon Sep 17 00:00:00 2001 From: Shubham Kadam Date: Tue, 16 Mar 2021 10:32:48 +0000 Subject: [PATCH] Ipv6 testcase fix - Added ipv6 ra mode Change-Id: I7c40b516f929f6f8646bb677bdcd79754c3841d0 --- .../tests/nsxv3/scenario/test_ipv6_router.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vmware_nsx_tempest_plugin/tests/nsxv3/scenario/test_ipv6_router.py b/vmware_nsx_tempest_plugin/tests/nsxv3/scenario/test_ipv6_router.py index 46b6d01..3a55520 100644 --- a/vmware_nsx_tempest_plugin/tests/nsxv3/scenario/test_ipv6_router.py +++ b/vmware_nsx_tempest_plugin/tests/nsxv3/scenario/test_ipv6_router.py @@ -68,6 +68,8 @@ class IPv6RoutersTest(feature_manager.FeatureManager): subnet = self.create_topology_subnet( subnet_name, network, subnets_client=subnet_client, + ipv6_address_mode=ipv6_address_mode, + ipv6_ra_mode=ipv6_ra_mode, ip_version=6, enable_dhcp=True, cidr=cidr, router_id=router_id) return subnet