Revert last commit, we need to wait on ARP reply

This commit is contained in:
2026-04-05 17:42:48 +02:00
parent 677ef6a5e3
commit dfbe5815c9
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ Check OSPF IPv6 Adjacency
Ensure client1 can ping client2
${rc} ${output} = Run And Return Rc And Output
... ${CLAB_BIN} --runtime ${runtime} exec -t ${CURDIR}/${lab-file-name} --label clab-node-name\=client1 --cmd "ping -c 5 -i 0.01 10.82.98.82"
... ${CLAB_BIN} --runtime ${runtime} exec -t ${CURDIR}/${lab-file-name} --label clab-node-name\=client1 --cmd "ping -c 5 10.82.98.82"
Log ${output}
Should Be Equal As Integers ${rc} 0
Should Contain ${output} 5 packets transmitted, 4 packets received, 20% packet loss