X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_ipsec_esp.py;fp=test%2Ftest_ipsec_esp.py;h=4dc74bcb21932f47dd779ea3d59a56db44d6baf4;hb=9a9604b09f15691d7c4ddf29afd99a31e7e31eed;hp=c1bed91759e5aad9d07b9d9bb757e9f7cab994a3;hpb=8340b249974f1787f5930b8a50da5c32ec7a3fc2;p=vpp.git diff --git a/test/test_ipsec_esp.py b/test/test_ipsec_esp.py index c1bed91759e..4dc74bcb219 100644 --- a/test/test_ipsec_esp.py +++ b/test/test_ipsec_esp.py @@ -822,11 +822,6 @@ class TestIpsecEspAsync(TemplateIpsecEsp): self.p_async.spd.remove_vpp_config() self.p_async.sa.remove_vpp_config() - # async mode should have been disabled now that there are - # no async SAs. there's no API for this, so a reluctant - # screen scrape. - self.assertTrue("DISABLED" in self.vapi.cli("sh crypto async status")) - class TestIpsecEspHandoff( TemplateIpsecEsp, IpsecTun6HandoffTests, IpsecTun4HandoffTests