@@ -440,15 +440,12 @@ def test_single(self):
440
440
server_cert_file = self .cert_file ,
441
441
server_auth_type = AUTH_TYPE_PAP_SHA256 ,
442
442
client_auth_type = AUTH_TYPE_CHAP_SHA1 ),
443
- # uncomment after this Tarantool EE SDK will be available on CI:
444
- # tarantool-enterprise-sdk-nogc64-2.11.0-entrypoint-110
445
- #
446
- # SslTestCase(
447
- # name="auth_type_use_server_id",
448
- # ok=True,
449
- # server_key_file=self.key_file,
450
- # server_cert_file=self.cert_file,
451
- # server_auth_type=AUTH_TYPE_PAP_SHA256),
443
+ SslTestCase (
444
+ name = "auth_type_use_server_id" ,
445
+ ok = True ,
446
+ server_key_file = self .key_file ,
447
+ server_cert_file = self .cert_file ,
448
+ server_auth_type = AUTH_TYPE_PAP_SHA256 ),
452
449
]
453
450
for t in testcases :
454
451
with self .subTest (msg = t .name ):
@@ -559,15 +556,12 @@ def test_pool(self):
559
556
client_cert_file = self .cert_file ,
560
557
client_ca_file = self .ca_file ,
561
558
client_auth_type = AUTH_TYPE_PAP_SHA256 ),
562
- # uncomment after this Tarantool EE SDK will be available on CI:
563
- # tarantool-enterprise-sdk-nogc64-2.11.0-entrypoint-110
564
- #
565
- # SslTestCase(
566
- # name="auth_type_use_server_id",
567
- # ok=True,
568
- # server_key_file=self.key_file,
569
- # server_cert_file=self.cert_file,
570
- # server_auth_type=AUTH_TYPE_PAP_SHA256),
559
+ SslTestCase (
560
+ name = "auth_type_use_server_id" ,
561
+ ok = True ,
562
+ server_key_file = self .key_file ,
563
+ server_cert_file = self .cert_file ,
564
+ server_auth_type = AUTH_TYPE_PAP_SHA256 ),
571
565
]
572
566
for t in testcases :
573
567
cnt = 5
@@ -683,19 +677,16 @@ def test_mesh(self):
683
677
client_cert_file = self .cert_file ,
684
678
client_ca_file = self .ca_file ,
685
679
client_auth_type = AUTH_TYPE_PAP_SHA256 ),
686
- # uncomment after this Tarantool EE SDK will be available on CI:
687
- # tarantool-enterprise-sdk-nogc64-2.11.0-entrypoint-110
688
- #
689
- # SslTestCase(
690
- # name="auth_type_use_server_id",
691
- # ok=True,
692
- # server_key_file=self.key_file,
693
- # server_cert_file=self.cert_file,
694
- # server_ca_file=self.ca_file,
695
- # server_auth_type=AUTH_TYPE_PAP_SHA256
696
- # client_key_file=self.key_file,
697
- # client_cert_file=self.cert_file,
698
- # client_ca_file=self.ca_file,),
680
+ SslTestCase (
681
+ name = "auth_type_use_server_id" ,
682
+ ok = True ,
683
+ server_key_file = self .key_file ,
684
+ server_cert_file = self .cert_file ,
685
+ server_ca_file = self .ca_file ,
686
+ server_auth_type = AUTH_TYPE_PAP_SHA256 ,
687
+ client_key_file = self .key_file ,
688
+ client_cert_file = self .cert_file ,
689
+ client_ca_file = self .ca_file ),
699
690
]
700
691
for t in testcases :
701
692
cnt = 5
0 commit comments