X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ip6.py;h=884f793680dc2bc76adf3535062d6b03ccafc97f;hb=c7b8f203c0740ddd36bced39439aef63ea092d59;hp=c9efcbbc51c606f8a901bd38e9c6ff37522f284f;hpb=cbe8d65068c9c39ca6b1f7e116dac2744835f18c;p=vpp.git diff --git a/test/test_ip6.py b/test/test_ip6.py index c9efcbbc51c..884f793680d 100644 --- a/test/test_ip6.py +++ b/test/test_ip6.py @@ -84,7 +84,7 @@ class TestIPv6ND(VppTestCase): dst_ip = inet_ntop(AF_INET6, nsma) # NS is broadcast - self.assertEqual(rx[Ether].dst, "ff:ff:ff:ff:ff:ff") + self.assertEqual(rx[Ether].dst, in6_getnsmac(nsma)) # and from the router's MAC self.assertEqual(rx[Ether].src, intf.local_mac)