diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_neighbor.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_neighbor.py b/test/test_neighbor.py index 64be36d739a..503b1f11456 100644 --- a/test/test_neighbor.py +++ b/test/test_neighbor.py @@ -1794,9 +1794,7 @@ class ARPTestCase(VppTestCase): # they are all dropped because the subnet's don't match self.assertEqual( 4, - self.statistics.get_err_counter( - "/err/arp-reply/IP4 destination address not local to subnet" - ), + self.statistics.get_err_counter("/err/arp-reply/l3_dst_address_not_local"), ) def test_arp_incomplete2(self): |