From ffd11b4480c9acb8fdcc1686c9182f2e3c9a86d4 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Wed, 23 Jun 2021 18:02:22 +0200 Subject: [PATCH] skip mgmt addressing for containerd --- tests/01-smoke/01-basic-flow.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/01-smoke/01-basic-flow.robot b/tests/01-smoke/01-basic-flow.robot index 0d23a8666..94f31228d 100644 --- a/tests/01-smoke/01-basic-flow.robot +++ b/tests/01-smoke/01-basic-flow.robot @@ -88,6 +88,7 @@ Verify port forwarding for node l2 Should Contain ${output} Thank you for using nginx Verify static mgmt addressing for l2 + Skip If '${runtime} != docker' ${rc} ${ipv4} = Run And Return Rc And Output ... ${runtime-cli-exec-cmd} clab-2-linux-nodes-l2 ip -o -4 a sh eth0 | cut -d ' ' -f7 Log ${ipv4}