Skip to content

Commit a8a9e2b

Browse files
committed
meh
1 parent e99ca38 commit a8a9e2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/01-smoke/03-bridges-and-host.robot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,10 @@ Setup
114114
Run sudo ctr -n clab image rm docker.io/library/alpine:3
115115

116116
Cleanup
117-
Destroy ${lab-name} lab
118117
${rc} ${output} = Run And Return Rc And Output
119118
... sudo -E ${CLAB_BIN} --runtime ${runtime} destroy -t ${CURDIR}/${lab-file} --cleanup
120119
Log ${output}
121120
Should Be Equal As Integers ${rc} 0
122-
121+
123122
Run sudo ip l del ${bridge-name}
124123
Run sudo ip l del ${host-link-name}

0 commit comments

Comments
 (0)