Is it platform specific
generic
Importance or Severity
Critical
Description of the bug
Currently, in the SRv6 dataplane script tests/srv6/test_srv6_dataplane.py, the function call of run_srv6_traffic_test would be failed due to lack of parameter ptfhost in cases:
test_srv6_dataplane_after_bgp_restart
test_srv6_dataplane_after_config_reload
test_srv6_dataplane_after_reboot
Steps to Reproduce
Run the script of tests/srv6/test_srv6_dataplane.py
Actual Behavior and Expected Behavior
the function call of run_srv6_traffic_test would be failed due to lack of parameter ptfhost in cases:
test_srv6_dataplane_after_bgp_restart
test_srv6_dataplane_after_config_reload
test_srv6_dataplane_after_reboot
There are 7 mandatory parameters in the definition
def run_srv6_traffic_test(duthost, dut_mac, ptf_src_port, neighbor_ip, ptfadapter, ptfhost, with_srh):
But there are 6 parameters pass in during function call
run_srv6_traffic_test(duthost, dut_mac, ptf_src_port, neighbor_ip, ptfadapter, with_srh)
Relevant log output
Output of show version
Attach files (if any)
No response
Is it platform specific
generic
Importance or Severity
Critical
Description of the bug
Currently, in the SRv6 dataplane script tests/srv6/test_srv6_dataplane.py, the function call of run_srv6_traffic_test would be failed due to lack of parameter ptfhost in cases:
Steps to Reproduce
Run the script of tests/srv6/test_srv6_dataplane.py
Actual Behavior and Expected Behavior
the function call of run_srv6_traffic_test would be failed due to lack of parameter ptfhost in cases:
There are 7 mandatory parameters in the definition
def run_srv6_traffic_test(duthost, dut_mac, ptf_src_port, neighbor_ip, ptfadapter, ptfhost, with_srh):But there are 6 parameters pass in during function call
run_srv6_traffic_test(duthost, dut_mac, ptf_src_port, neighbor_ip, ptfadapter, with_srh)Relevant log output
Output of
show versionAttach files (if any)
No response