diff options
author | Patrik Hrnciar <phrnciar@cisco.com> | 2016-03-08 17:34:18 +0100 |
---|---|---|
committer | Patrik Hrnciar <phrnciar@cisco.com> | 2016-03-14 13:52:46 +0100 |
commit | be157c8643a2c095d169e3ea78e8db60000189eb (patch) | |
tree | d08e935d6f9b65530ccd739061954dbd9c110017 /resources/libraries/python/InterfaceSetup.py | |
parent | 23b681550b878b62ca43ba3554d5d71dd7b4dff2 (diff) |
Add vxlan tests using xconnect
Change-Id: I190689d5a624f1c876df90ce29b05a2b0b8a2df4
Signed-off-by: Patrik Hrnciar <phrnciar@cisco.com>
Diffstat (limited to 'resources/libraries/python/InterfaceSetup.py')
-rw-r--r-- | resources/libraries/python/InterfaceSetup.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/libraries/python/InterfaceSetup.py b/resources/libraries/python/InterfaceSetup.py index f981d2323a..946c8fc8fd 100644 --- a/resources/libraries/python/InterfaceSetup.py +++ b/resources/libraries/python/InterfaceSetup.py @@ -151,8 +151,6 @@ class InterfaceSetup(object): if_v['driver']) @staticmethod - @keyword('Create VXLAN interface on "${DUT}" with VNI "${VNI}"' - ' from "${SRC_IP}" to "${DST_IP}"') def create_vxlan_interface(node, vni, source_ip, destination_ip): """Create VXLAN interface and return index of created interface |