diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2019-12-12 22:41:24 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-12-13 09:29:55 +0000 |
commit | ab0c87c7d8163f95596fcf32b66d04cb9ce89839 (patch) | |
tree | f1479be351e96a5a6f6a660888cef7b9d0a44b2a /resources/libraries/robot | |
parent | 9d8845d77648b93293c4d622c2529e4e2f4dc25f (diff) |
Python3: refactor ':FOR' statements
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Change-Id: I76835e3d3acf6955e328f30427f9dd0098947e41
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/l2/l2_patch.robot | 3 |
1 files changed, 2 insertions, 1 deletions
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 |