From ab0c87c7d8163f95596fcf32b66d04cb9ce89839 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Thu, 12 Dec 2019 22:41:24 +0000 Subject: Python3: refactor ':FOR' statements Signed-off-by: Dave Wallace Change-Id: I76835e3d3acf6955e328f30427f9dd0098947e41 --- resources/libraries/robot/l2/l2_patch.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources/libraries/robot/l2') diff --git a/resources/libraries/robot/l2/l2_patch.robot b/resources/libraries/robot/l2/l2_patch.robot index 836e281758..7d4a527fe3 100644 --- a/resources/libraries/robot/l2/l2_patch.robot +++ b/resources/libraries/robot/l2/l2_patch.robot @@ -22,6 +22,7 @@ | | ... | each DUT. Interfaces are brought up. | | | | Set interfaces in path up -| | :FOR | ${dut} | IN | @{duts} +| | FOR | ${dut} | IN | @{duts} | | | VPP Setup Bidirectional L2 patch | | | ... | ${nodes['${dut}']} | ${${dut}_if1} | ${${dut}_if2} +| | END -- cgit 1.2.3-korg