summaryrefslogtreecommitdiffstats
path: root/test/test_neighbor.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_neighbor.py')
-rw-r--r--test/test_neighbor.py4
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):