From 06a6a30f911383523931cd05c515f08aead7fbd0 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 17 Apr 2019 14:19:12 -0700 Subject: tls: allow engines to customize close Change-Id: I11ac3e4f59206902e5dfc326f815c877c5dd6643 Signed-off-by: Florin Coras --- test/test_vcl.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/test_vcl.py') diff --git a/test/test_vcl.py b/test/test_vcl.py index 7705fdcfd4d..feb4e39120c 100644 --- a/test/test_vcl.py +++ b/test/test_vcl.py @@ -127,8 +127,6 @@ class VCLTestCase(VppTestCase): i.set_table_ip4(0) i.admin_down() - self.vapi.session_enable_disable(is_enabled=0) - def thru_host_stack_ipv6_setup(self): self.vapi.session_enable_disable(is_enabled=1) self.create_loopback_interfaces(2) -- cgit 1.2.3-korg