File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
lisa/microsoft/testsuites/dpdk Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -817,6 +817,7 @@ def verify_dpdk_send_receive(
817817 receive_timeout = kill_timeout + 10
818818 receiver_processes : List [Process ] = []
819819 sender_processes : List [Process ] = []
820+ # start the testpmd processes
820821 for command in kit_cmd_pairs [receiver ]:
821822 proc = receiver .node .tools [Timeout ].start_with_timeout (
822823 command = command ,
@@ -826,13 +827,6 @@ def verify_dpdk_send_receive(
826827 )
827828 proc .wait_output ("start packet forwarding" )
828829 receiver_processes += [proc ]
829- # receive_result = receiver.node.tools[Timeout].start_with_timeout(
830- # kit_cmd_pairs[receiver],
831- # receive_timeout,
832- # constants.SIGINT,
833- # kill_timeout=receive_timeout,
834- # )
835- # receive_result.wait_output("start packet forwarding")
836830 for command in kit_cmd_pairs [sender ]:
837831 proc = sender .node .tools [Timeout ].start_with_timeout (
838832 command = command ,
You can’t perform that action at this time.
0 commit comments