Skip to content

Commit

Permalink
Merge pull request #1214 from srl-labs/more-time-4-srl-ping
Browse files Browse the repository at this point in the history
add 5s delay before srl ping test
  • Loading branch information
hellt authored Jan 20, 2023
2 parents b5cdcc2 + acb2cc3 commit 2bb13db
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 2bb13db

Please sign in to comment.