aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/l2
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2019-12-12 20:50:15 +0100
committerJan Gelety <jgelety@cisco.com>2020-03-09 16:27:31 +0000
commit5fc9a9c0129adb984c2823f2f7c691e8bb0b7798 (patch)
treec7bb425b3b6059188ba82da5ce5c35f7b14db430 /resources/libraries/robot/l2
parent6420897309b9e677f9352e5bfee007b3421eb2c5 (diff)
CSIT-1597 API cleanup: l2
- cover API changes in VPP: https://gerrit.fd.io/r/c/vpp/+/22970 - update vpp stable to version 20.05-rc0~307 Change-Id: I3b4c69ee60b0add12edeb8d5e6ac6006b519593b Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot/l2')
-rw-r--r--resources/libraries/robot/l2/l2_bridge_domain.robot3
1 files changed, 1 insertions, 2 deletions
diff --git a/resources/libraries/robot/l2/l2_bridge_domain.robot b/resources/libraries/robot/l2/l2_bridge_domain.robot
index 0c13b6f7af..7ca190e5d0 100644
--- a/resources/libraries/robot/l2/l2_bridge_domain.robot
+++ b/resources/libraries/robot/l2/l2_bridge_domain.robot
@@ -1,4 +1,4 @@
-# Copyright (c) 2019 Cisco and/or its affiliates.
+# Copyright (c) 2020 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:
@@ -44,7 +44,6 @@
| |
| | [Arguments] | ${dut_node} | ${bd_id} | ${learn}=${TRUE}
| |
-| | ${learn} = | Set Variable If | ${learn} == ${TRUE} | ${1} | ${0}
| | Create L2 BD | ${dut_node} | ${bd_id} | learn=${learn}
| Add interface to bridge domain