From 31ff94add9c4043a753683d9e8b68733c69aa1ac Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Mon, 29 May 2023 16:45:49 +0100 Subject: Tests: more fixtures. Common methods from applications/proto.py converted to the fixtures. sysctl check moved to the specific file where it is using. Some options moved to the constructor to have early access. --- test/test_tls_sni.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/test_tls_sni.py') diff --git a/test/test_tls_sni.py b/test/test_tls_sni.py index 18b85ed8..09e212bd 100644 --- a/test/test_tls_sni.py +++ b/test/test_tls_sni.py @@ -19,9 +19,6 @@ class TestTLSSNI(TestApplicationTLS): } ) - def openssl_date_to_sec_epoch(self, date): - return self.date_to_sec_epoch(date, '%b %d %X %Y %Z') - def add_tls(self, cert='default'): assert 'success' in self.conf( {"pass": "routes", "tls": {"certificate": cert}}, -- cgit