From be157c8643a2c095d169e3ea78e8db60000189eb Mon Sep 17 00:00:00 2001 From: Patrik Hrnciar Date: Tue, 8 Mar 2016 17:34:18 +0100 Subject: Add vxlan tests using xconnect Change-Id: I190689d5a624f1c876df90ce29b05a2b0b8a2df4 Signed-off-by: Patrik Hrnciar --- resources/libraries/python/IPv4Util.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'resources/libraries/python/IPv4Util.py') diff --git a/resources/libraries/python/IPv4Util.py b/resources/libraries/python/IPv4Util.py index 3b500ab1d9..b7035f272c 100644 --- a/resources/libraries/python/IPv4Util.py +++ b/resources/libraries/python/IPv4Util.py @@ -36,8 +36,6 @@ class IPv4Util(object): get_node(node).arp_ping(ip_address, interface) @staticmethod - @keyword('Node "${node}" interface "${port}" has IPv4 address "${address}"' - ' with prefix length "${prefix_length}"') def set_interface_address(node, interface, address, length): """See IPv4Node.set_ip for more information. -- cgit 1.2.3-korg