Tests to target holes in adjacency and DPO test coverage

Change-Id: Ic6ac7e441a7b75baa02f03c1585d1ae00903a399
Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:
Neale Ranns
2017-02-21 17:30:26 -08:00
parent 794813fda1
commit 37be73693a
7 changed files with 284 additions and 16 deletions

View File

@ -335,6 +335,13 @@ class VppInterface(object):
self.sw_if_index,
ip_sw_if_index)
def unset_unnumbered(self, ip_sw_if_index):
""" Unaet the interface to unnumbered via ip_sw_if_index """
self.test.vapi.sw_interface_set_unnumbered(
self.sw_if_index,
ip_sw_if_index,
is_add=0)
def set_proxy_arp(self, enable=1):
""" Set the interface to enable/disable Proxy ARP """
self.test.vapi.proxy_arp_intfc_enable_disable(