Skip to content

Commit

Permalink
use proper runtime exec command
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 23, 2021
1 parent f99cc29 commit de24757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/01-smoke/01-basic-flow.robot
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Ensure "inspect all" outputs IP addresses

Verify bind mount in l1 node
${rc} ${output} = Run And Return Rc And Output
... sudo containerlab --runtime ${runtime} exec -t ${CURDIR}/01-linux-nodes.clab.yml --label clab-node-name=l1 cat 01-test.txt
... ${runtime-cli-exec-cmd} clab-2-linux-nodes-l1 cat 01-test.txt
Log ${output}
Should Be Equal As Integers ${rc} 0
Should Contain ${output} Hello, containerlab
Expand Down

0 comments on commit de24757

Please sign in to comment.