Net-automation error in logs
The following error can be found in a completed Net-automation trigger pod:
--- 10.244.2.225 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 0.116/0.116/0.116 ms
Link failure time from steroidpi to codeco-almende during 1min is 0
Link failure time from steroidpi to taart5 during 1min is 0
Link failure time from steroidpi to vk-c5f6b0742f2b during 1min is 0
Link failure time from steroidpi to vk-c865621e8b24 during 1min is 0
stdout is: MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 192.168.169.190 (192.168) port 0 AF_INET : first burst 0
50th Percentile Latency Microseconds,90th Percentile Latency Microseconds,99th Percentile Latency Microseconds,Throughput,Throughput Units
1334,1895,2900,729.83,Trans/s
last line: 1334,1895,2900,729.83,Trans/s
InterNode NetPerf TCP_RR test between Node steroidpi and Node codeco-almende: 1334,1895,2900,729.83,Trans/s
stdout is: MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 192.168.169.144 (192.168) port 0 AF_INET : first burst 0
50th Percentile Latency Microseconds,90th Percentile Latency Microseconds,99th Percentile Latency Microseconds,Throughput,Throughput Units
248,278,406,4072.28,Trans/s
last line: 248,278,406,4072.28,Trans/s
InterNode NetPerf TCP_RR test between Node steroidpi and Node taart5: 248,278,406,4072.28,Trans/s
Error running command: kubectl exec -nhe-codeco-netma -it netperf-host-dqczw -- timeout -t 4 netperf -H 10.244.2.224 -l 2 -P 1 -t TCP_RR -- -r 32,1024 -o P50_LATENCY,P90_LATENCY,P99_LATENCY,THROUGHPUT,THROUGHPUT_UNITS
Error: Unable to use a TTY - input is not a terminal or the right kind of file
netperf: send_omni: connect_data_socket failed: Connection refused
command terminated with exit code 1
stdout is: MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 10.244.2.224 (10.244.) port 0 AF_INET : first burst 0
last line: MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 10.244.2.224 (10.244.) port 0 AF_INET : first burst 0
InterNode NetPerf TCP_RR test between Node steroidpi and Node vk-c5f6b0742f2b: MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 10.244.2.224 (10.244.) port 0 AF_INET : first burst 0
[WARN] Malformed or missing netperf result: MIGRATED TCP REQUEST/RESPONSE TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 10.244.2.224 (10.244.) port 0 AF_INET : first burst 0
Error running command: kubectl exec -nhe-codeco-netma -it netperf-host-dqczw -- timeout -t 4 netperf -H 10.244.2.225 -l 2 -P 1 -t TCP_RR -- -r 32,1024 -o P50_LATENCY,P90_LATENCY,P99_LATENCY,THROUGHPUT,THROUGHPUT_UNITS
Error: Unable to use a TTY - input is not a terminal or the right kind of file
netperf: send_omni: connect_data_socket failed: Connection refused
command terminated with exit code 1
Could you tell me why I get this error?