X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ipsec_tun_if_esp.py;fp=test%2Ftest_ipsec_tun_if_esp.py;h=d10ad216bd6ccb831ddb3d97a9b6c19adecbbbe2;hb=93688d7341ada44755dc0432de3e3dbaaa8aa111;hp=9da75f0a4aa649f3a59a92c8be64ca0a39d78f35;hpb=13a74ae25d606f0ee85b65a57d7cba8bba86c2c2;p=vpp.git diff --git a/test/test_ipsec_tun_if_esp.py b/test/test_ipsec_tun_if_esp.py index 9da75f0a4aa..d10ad216bd6 100644 --- a/test/test_ipsec_tun_if_esp.py +++ b/test/test_ipsec_tun_if_esp.py @@ -1842,7 +1842,7 @@ class TestIpsecGreIfEspTra(TemplateIpsec, IpsecTun4Tests): dst=self.pg1.remote_ip6, ) self.send_and_assert_no_replies(self.tun_if, tx) - node_name = "/err/%s/unsupported payload" % self.tun4_decrypt_node_name[0] + node_name = "/err/%s/unsup_payload" % self.tun4_decrypt_node_name[0] self.assertEqual(1, self.statistics.get_err_counter(node_name)) @@ -2577,9 +2577,7 @@ class TestIpsec6TunProtect(TemplateIpsec, TemplateIpsec6TunProtect, IpsecTun6): # bounce the interface state p.tun_if.admin_down() self.verify_drop_tun_66(np, count=127) - node = ( - "/err/ipsec6-tun-input/%s" % "ipsec packets received on disabled interface" - ) + node = "/err/ipsec6-tun-input/disabled" self.assertEqual(127, self.statistics.get_err_counter(node)) p.tun_if.admin_up() self.verify_tun_66(np, count=127)