memif: contention between memif_disconnect and memif RX/TX threads
[vpp.git] / test / test_ip6.py
index b46bef6..c78b844 100644 (file)
@@ -141,7 +141,7 @@ class TestIPv6ND(VppTestCase):
         self.assertEqual(in6_ptop(ns.tgt), in6_ptop(tgt_ip))
 
         # packet is from the router's local address
-        self.assertEqual(in6_ptop(rx[IPv6].src), intf.local_ip6)
+        self.assertEqual(in6_ptop(rx[IPv6].src), intf.local_ip6_ll)
 
         # Src link-layer options should have the router's MAC
         sll = rx[ICMPv6NDOptSrcLLAddr]
@@ -2975,7 +2975,6 @@ class TestIP6Input(VppTestCase):
         ]
     )
     def test_ip_input_no_replies(self, name, src, dst, l4, msg, timeout):
-
         self._testMethodDoc = "IPv6 Input Exception - %s" % name
 
         p_version = (