Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jan 17, 2025
1 parent e99ca38 commit a8a9e2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/01-smoke/03-bridges-and-host.robot
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,10 @@ Setup
Run sudo ctr -n clab image rm docker.io/library/alpine:3

Cleanup
Destroy ${lab-name} lab
${rc} ${output} = Run And Return Rc And Output
... sudo -E ${CLAB_BIN} --runtime ${runtime} destroy -t ${CURDIR}/${lab-file} --cleanup
Log ${output}
Should Be Equal As Integers ${rc} 0

Run sudo ip l del ${bridge-name}
Run sudo ip l del ${host-link-name}

0 comments on commit a8a9e2b

Please sign in to comment.