X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_neighbor.py;h=9d91f031571ba866b1c648b346811cac9f561403;hb=404d88edce63a635b58ba54d21d91735ff933584;hp=c161eb8881cc1c09b2443604745b8265b052e481;hpb=59ae61ee7587502c0446655ecbe3daa296498f56;p=vpp.git diff --git a/test/test_neighbor.py b/test/test_neighbor.py index c161eb8881c..9d91f031571 100644 --- a/test/test_neighbor.py +++ b/test/test_neighbor.py @@ -296,6 +296,10 @@ class ARPTestCase(VppTestCase): # self.pg2.set_unnumbered(self.pg1.sw_if_index) + unnum = self.vapi.ip_unnumbered_dump() + self.assertEqual(unnum[0].ip_sw_if_index, self.pg1.sw_if_index) + self.assertEqual(unnum[0].sw_if_index, self.pg2.sw_if_index) + # # We should respond to ARP requests for the unnumbered to address # once an attached route to the source is known