Skip to content

Commit ba9fd02

Browse files
committed
fix: add test logs for iperf stop
1 parent f71f9af commit ba9fd02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iperf-cmd/iperf_cmd.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ static int cmd_do_iperf(int argc, char **argv)
126126
} else {
127127
iperf_stop_instance(iperf_args.id->ival[0]);
128128
}
129+
/* log for test scriptes */
130+
ESP_LOGI(APP_TAG, "DONE,IPERF_STOP,OK");
129131
return 0;
130132
}
131133

0 commit comments

Comments
 (0)