X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ipsec_esp.py;h=74d01cd5568fca5cff16c447754d1ac17c682ae2;hb=3ef8bf36605a8f83a5d070713a2c88e23c2fc3a9;hp=14112d6d71aa03367cfc397969f77d5daac485b8;hpb=d170681b24724c522adaf1e2f4f0e1f3289dbf82;p=vpp.git diff --git a/test/test_ipsec_esp.py b/test/test_ipsec_esp.py index 14112d6d71a..74d01cd5568 100644 --- a/test/test_ipsec_esp.py +++ b/test/test_ipsec_esp.py @@ -948,7 +948,7 @@ class RunTestIpsecEspAll(ConfigIpsecESP, 1970, # results in 2 chained buffers entering decrypt node # but leaving as simple buffer due to ICV removal (tra4) 2004, # footer+ICV will be added to 2nd buffer (tun4) - 4010, # ICV ends up splitted accross 2 buffers in esp_decrypt + 4010, # ICV ends up splitted across 2 buffers in esp_decrypt # for transport4; transport6 takes normal path 4020, # same as above but tra4 and tra6 are switched ] @@ -974,6 +974,9 @@ class RunTestIpsecEspAll(ConfigIpsecESP, self.unconfig_network() self.config_network(self.params.values()) self.verify_hi_seq_num() + self.unconfig_network() + self.config_network(self.params.values()) + self.verify_tra_lost() # # swap the handlers while SAs are up