diff options
author | Andrey Zelenkov <zelenkov@nginx.com> | 2019-07-14 23:49:37 +0300 |
---|---|---|
committer | Andrey Zelenkov <zelenkov@nginx.com> | 2019-07-14 23:49:37 +0300 |
commit | b097476824b356bfd025e7afffdc4650bae2b375 (patch) | |
tree | cc7751acb112f390413993b3cb1ecfdde505c2a9 /test/test_tls.py | |
parent | 72e987e1105822fa10899378d26b2706f04f5515 (diff) | |
download | unit-b097476824b356bfd025e7afffdc4650bae2b375.tar.gz unit-b097476824b356bfd025e7afffdc4650bae2b375.tar.bz2 |
Tests: TestApplicationTLS.openssl_conf() introduced.
Diffstat (limited to 'test/test_tls.py')
-rw-r--r-- | test/test_tls.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_tls.py b/test/test_tls.py index df3499da..076a2c38 100644 --- a/test/test_tls.py +++ b/test/test_tls.py @@ -145,6 +145,8 @@ class TestTLS(TestApplicationTLS): def test_tls_certificate_key_ec(self): self.load('empty') + self.openssl_conf() + subprocess.call( [ 'openssl', |