Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'
[vpp.git] / test / test_neighbor.py
index 74209e4..7798fdd 100644 (file)
@@ -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)