Skip to content

Commit 8825db5

Browse files
authored
Reverted VNET Vxlan test params to prevent route configuration issues (#8379)
1 parent 9d5c21c commit 8825db5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/vxlan/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def pytest_addoption(parser):
5454
vxlan_group.addoption(
5555
"--num_vnet",
5656
action="store",
57-
default=1,
57+
default=8,
5858
type=int,
5959
help="number of VNETs for VNET VxLAN test"
6060
)
@@ -94,7 +94,7 @@ def pytest_addoption(parser):
9494
vxlan_group.addoption(
9595
"--ipv6_vxlan_test",
9696
action="store",
97-
default=True,
97+
default=False,
9898
type=str2bool,
9999
help="Test IPV6 encap"
100100
)

0 commit comments

Comments
 (0)