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:
@ -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(
|
||||
|
Reference in New Issue
Block a user