From a8a9e2b8c26fb847ff4239c6ba138473892c9ce5 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Sat, 18 Jan 2025 00:53:39 +0100 Subject: [PATCH] meh --- tests/01-smoke/03-bridges-and-host.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/01-smoke/03-bridges-and-host.robot b/tests/01-smoke/03-bridges-and-host.robot index ac17e07f3..3738449e4 100644 --- a/tests/01-smoke/03-bridges-and-host.robot +++ b/tests/01-smoke/03-bridges-and-host.robot @@ -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}