We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5c21c commit 8825db5Copy full SHA for 8825db5
1 file changed
tests/vxlan/conftest.py
@@ -54,7 +54,7 @@ def pytest_addoption(parser):
54
vxlan_group.addoption(
55
"--num_vnet",
56
action="store",
57
- default=1,
+ default=8,
58
type=int,
59
help="number of VNETs for VNET VxLAN test"
60
)
@@ -94,7 +94,7 @@ def pytest_addoption(parser):
94
95
"--ipv6_vxlan_test",
96
97
- default=True,
+ default=False,
98
type=str2bool,
99
help="Test IPV6 encap"
100
0 commit comments