From 13a74ae25d606f0ee85b65a57d7cba8bba86c2c2 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Tue, 9 Aug 2022 00:59:37 +0000 Subject: arp: Use the new style error count declaration Type: improvement Signed-off-by: Neale Ranns Change-Id: Ifda8ca8d26912c750a77d2ca889e1638ca83d85a --- test/test_neighbor.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/test_neighbor.py') 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): -- cgit 1.2.3-korg