Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test_vrf1_neigh_with_new_router_mac] increase socket size to receive jumbograms #5669

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/vrf/test_vrf_attr.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_vrf1_neigh_with_new_router_mac(self, ptfhost, tbinfo):
'fib_info_files': ["/tmp/vrf1_neigh.txt"],
'src_ports': g_vars['vrf_intf_member_port_indices']['Vrf1']['Vlan1000'],
'ptf_test_port_map': PTF_TEST_PORT_MAP},
socket_recv_size=16384,
log_file="/tmp/vrf_attr_src_mac_test.FwdTest2.log")

def test_vrf2_neigh_with_default_router_mac(self, partial_ptf_runner):
Expand Down