X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_neighbor.py;h=7798fdd5e7c51c49f8b4b80ed7754f37266ee347;hb=e877d68407d316adb64baa855985b746dcb2e102;hp=74209e40428a55254996413707a59dfa3059968b;hpb=8b30e471df4d42214619e1d6c50cc8298426b45f;p=vpp.git diff --git a/test/test_neighbor.py b/test/test_neighbor.py index 74209e40428..7798fdd5e7c 100644 --- a/test/test_neighbor.py +++ b/test/test_neighbor.py @@ -1207,6 +1207,13 @@ class ARPTestCase(VppTestCase): self.pg0.remote_ip4, self.pg1.remote_hosts[1].ip4) + # + # set the mac address on the inteface that does not have a + # configured subnet and thus no glean + # + self.vapi.sw_interface_set_mac_address(self.pg2.sw_if_index, + mac_string) + if __name__ == '__main__': unittest.main(testRunner=VppTestRunner)