2.63. test_neighbor module

class test_neighbor.ARPTestCase(methodName='runTest')

Bases: framework.VppTestCase

ARP Test Case

setUp()

Clear trace before running each test

tearDown()

Show various debug prints after each test

test_arp()

ARP

test_arp_duplicates()

ARP Duplicates

test_arp_incomplete()

ARP Incomplete

test_arp_static()

ARP Static

test_arp_vrrp()

ARP reply with VRRP virtual src hw addr

test_garp()

GARP

test_mpls()

MPLS

test_proxy_arp()

Proxy ARP

test_proxy_mirror_arp()

Interface Mirror Proxy ARP

verify_arp_req(rx, smac, sip, dip)
verify_arp_resp(rx, smac, dmac, sip, dip)
verify_arp_vrrp_resp(rx, smac, dmac, sip, dip)
verify_ip(rx, smac, dmac, sip, dip)
verify_ip_o_mpls(rx, smac, dmac, label, sip, dip)