diff options
Diffstat (limited to 'test/test_mpls.py')
-rw-r--r-- | test/test_mpls.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_mpls.py b/test/test_mpls.py index 6e01a03aea1..846179765dc 100644 --- a/test/test_mpls.py +++ b/test/test_mpls.py @@ -1148,9 +1148,7 @@ class TestMPLS(VppTestCase): self.assertEqual(rx[ICMP].nexthopmtu, 9000 - 4) self.assertEqual( - self.statistics.get_err_counter( - "/err/mpls-frag/can't fragment this packet" - ), + self.statistics.get_err_counter("/err/mpls-frag/dont_fragment_set"), len(tx), ) # |