Skip to content

Commit

Permalink
add 5s delay before ping
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jan 20, 2023
1 parent b5cdcc2 commit acb2cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/02-basic-srl/01-two-srls.robot
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ Ensure srl1 is reachable over ssh with public key auth
... try_for=10

Ensure srl1 can ping srl2 over ethernet-1/1 interface
Sleep 5s give some time for networking stack to setlle
${rc} ${output} = Run And Return Rc And Output
... sudo containerlab --runtime ${runtime} exec -t ${CURDIR}/${lab-file-name} --label clab-node-name\=srl1 --cmd "ip netns exec srbase-default ping 192.168.0.1 -c2 -w 3s"
Log ${output}
Expand Down

0 comments on commit acb2cc3

Please sign in to comment.