NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/54525 (net/arp/t_arp:arp_rtm still fails)



On 05/09/2019 16:21, gson%NetBSD.org@localhost wrote:
Synopsis: net/arp/t_arp:arp_rtm still fails

Termination reason

FAILED: Test case timed out after 300 seconds
Standard output stream

Executing command [ rump_server -lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpnet_shmif unix://commsock1 ] Executing command [ rump_server -lrumpnet -lrumpnet_net -lrumpnet_netinet -lrumpnet_shmif unix://commsock2 ]
Executing command [ rump.ifconfig shmif0 create ]
Executing command [ rump.ifconfig shmif0 linkstr bus1 ]
Executing command [ rump.ifconfig shmif0 inet 10.0.1.2/24 ]
Executing command [ rump.ifconfig shmif0 up ]
Executing command [ rump.ifconfig -w 10 ]
Executing command [ rump.ifconfig shmif0 create ]
Executing command [ rump.ifconfig shmif0 linkstr bus1 ]
Executing command [ rump.ifconfig shmif0 inet 10.0.1.1/24 ]
Executing command [ rump.ifconfig shmif0 up ]
Executing command [ rump.ifconfig -w 10 ]
Executing command [ rump.arp -n 10.0.1.1 ]
Executing command [ rump.arp -n 10.0.1.2 ]
Executing command [ rump.ping -n -w 1 -c 1 10.0.1.2 ]
Executing command [ cat ./tmp ]
Executing command [ rump.ping -n -w 6 -c 6 10.0.1.99 ]

Looks like ping didn't obey the -w6 parameter if it takes 300 seconds!!!
The test case works fine for me locally.

Rump or ping issue maybe?

Roy


Home | Main Index | Thread Index | Old Index