From 7dd599f9782eef37e11184be5036232b76fcdf48 Mon Sep 17 00:00:00 2001 From: Viliam Luc Date: Tue, 16 Aug 2022 11:20:52 +0200 Subject: fix: add missing closing END Signed-off-by: Viliam Luc Change-Id: I5352181e9cc427378ca919bf7459f0b7d1a62bd3 --- resources/libraries/robot/shared/interfaces.robot | 1 - 1 file changed, 1 deletion(-) (limited to 'resources/libraries/robot/shared/interfaces.robot') diff --git a/resources/libraries/robot/shared/interfaces.robot b/resources/libraries/robot/shared/interfaces.robot index 058255844b..d6d35380c3 100644 --- a/resources/libraries/robot/shared/interfaces.robot +++ b/resources/libraries/robot/shared/interfaces.robot @@ -183,7 +183,6 @@ | | | ... | Set Interface MTU | ${nodes['${dut}']} | ${${dut}_pf_pci} | mtu=9200 | | | ... | ELSE | | | ... | Set Interface MTU | ${nodes['${dut}']} | ${${dut}_pf_pci} | mtu=1518 -| | FOR | ${dut} | IN | @{duts} | | | Set Interface Flow Control | | | ... | ${nodes['${dut}']} | ${${dut}_pf_pci} | rxf="off" | txf="off" | | END -- cgit 1.2.3-korg