fix: add missing closing END 06/36906/3
authorViliam Luc <vluc@cisco.com>
Tue, 16 Aug 2022 09:20:52 +0000 (11:20 +0200)
committerViliam Luc <vluc@cisco.com>
Tue, 16 Aug 2022 09:35:23 +0000 (11:35 +0200)
Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: I5352181e9cc427378ca919bf7459f0b7d1a62bd3

resources/libraries/robot/crypto/ipsec.robot
resources/libraries/robot/shared/interfaces.robot

index 8be8230..7ee8748 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2021 Cisco and/or its affiliates.
+# Copyright (c) 2022 Cisco and/or its affiliates.
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at:
 | |
 | | FOR | ${dut} | IN | @{duts}
 | | | Run Keyword | ${dut}.Add SPD Flow Cache IPv4 Outbound
+| | END
index 0582558..d6d3538 100644 (file)
 | | | ... | 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