test_routing_tls.py (1434:7e6a2071f723) test_routing_tls.py (1467:195fe0a92670)
1from unit.applications.tls import TestApplicationTLS
2
3
4class TestRoutingTLS(TestApplicationTLS):
1from unit.applications.tls import TestApplicationTLS
2
3
4class TestRoutingTLS(TestApplicationTLS):
5 prerequisites = {'modules': ['openssl']}
5 prerequisites = {'modules': {'openssl': 'any'}}
6
7 def test_routes_match_scheme_tls(self):
8 self.certificate()
9
10 self.assertIn(
11 'success',
12 self.conf(
13 {

--- 29 unchanged lines hidden ---
6
7 def test_routes_match_scheme_tls(self):
8 self.certificate()
9
10 self.assertIn(
11 'success',
12 self.conf(
13 {

--- 29 unchanged lines hidden ---