@@ -777,8 +777,36 @@ tasks:
777
777
OCSP_SERVER_TYPE : revoked
778
778
TEST_NAME : ocsp
779
779
tags : [ocsp, ocsp-ecdsa]
780
+ - name : test-ocsp-ecdsa-basic-tls-ocsp-disableStapling-valid-delegate
781
+ commands :
782
+ - func : run server
783
+ vars :
784
+ TEST_NAME : ocsp
785
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
786
+ - func : run tests
787
+ vars :
788
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
789
+ OCSP_SERVER_TYPE : valid-delegate
790
+ TEST_NAME : ocsp
791
+ tags : [ocsp, ocsp-ecdsa]
792
+ - name : test-ocsp-ecdsa-basic-tls-ocsp-disableStapling-revoked-delegate
793
+ commands :
794
+ - func : run server
795
+ vars :
796
+ TEST_NAME : ocsp
797
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
798
+ - func : run tests
799
+ vars :
800
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
801
+ OCSP_SERVER_TYPE : revoked-delegate
802
+ TEST_NAME : ocsp
803
+ tags : [ocsp, ocsp-ecdsa]
780
804
- name : test-ocsp-ecdsa-basic-tls-ocsp-disableStapling-no-responder
781
805
commands :
806
+ - func : run server
807
+ vars :
808
+ TEST_NAME : ocsp
809
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
782
810
- func : run tests
783
811
vars :
784
812
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
@@ -809,8 +837,36 @@ tasks:
809
837
OCSP_SERVER_TYPE : revoked
810
838
TEST_NAME : ocsp
811
839
tags : [ocsp, ocsp-ecdsa]
840
+ - name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-disableStapling-valid-delegate
841
+ commands :
842
+ - func : run server
843
+ vars :
844
+ TEST_NAME : ocsp
845
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
846
+ - func : run tests
847
+ vars :
848
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
849
+ OCSP_SERVER_TYPE : valid-delegate
850
+ TEST_NAME : ocsp
851
+ tags : [ocsp, ocsp-ecdsa]
852
+ - name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-disableStapling-revoked-delegate
853
+ commands :
854
+ - func : run server
855
+ vars :
856
+ TEST_NAME : ocsp
857
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
858
+ - func : run tests
859
+ vars :
860
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
861
+ OCSP_SERVER_TYPE : revoked-delegate
862
+ TEST_NAME : ocsp
863
+ tags : [ocsp, ocsp-ecdsa]
812
864
- name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-disableStapling-no-responder
813
865
commands :
866
+ - func : run server
867
+ vars :
868
+ TEST_NAME : ocsp
869
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
814
870
- func : run tests
815
871
vars :
816
872
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
@@ -841,14 +897,6 @@ tasks:
841
897
OCSP_SERVER_TYPE : revoked
842
898
TEST_NAME : ocsp
843
899
tags : [ocsp, ocsp-ecdsa, ocsp-staple]
844
- - name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-no-responder
845
- commands :
846
- - func : run tests
847
- vars :
848
- ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
849
- OCSP_SERVER_TYPE : no-responder
850
- TEST_NAME : ocsp
851
- tags : [ocsp, ocsp-ecdsa, ocsp-staple]
852
900
- name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-valid-delegate
853
901
commands :
854
902
- func : run server
@@ -897,8 +945,36 @@ tasks:
897
945
OCSP_SERVER_TYPE : revoked
898
946
TEST_NAME : ocsp
899
947
tags : [ocsp, ocsp-rsa]
948
+ - name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-disableStapling-valid-delegate
949
+ commands :
950
+ - func : run server
951
+ vars :
952
+ TEST_NAME : ocsp
953
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
954
+ - func : run tests
955
+ vars :
956
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
957
+ OCSP_SERVER_TYPE : valid-delegate
958
+ TEST_NAME : ocsp
959
+ tags : [ocsp, ocsp-rsa]
960
+ - name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-disableStapling-revoked-delegate
961
+ commands :
962
+ - func : run server
963
+ vars :
964
+ TEST_NAME : ocsp
965
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
966
+ - func : run tests
967
+ vars :
968
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
969
+ OCSP_SERVER_TYPE : revoked-delegate
970
+ TEST_NAME : ocsp
971
+ tags : [ocsp, ocsp-rsa]
900
972
- name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-disableStapling-no-responder
901
973
commands :
974
+ - func : run server
975
+ vars :
976
+ TEST_NAME : ocsp
977
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
902
978
- func : run tests
903
979
vars :
904
980
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
@@ -929,8 +1005,36 @@ tasks:
929
1005
OCSP_SERVER_TYPE : revoked
930
1006
TEST_NAME : ocsp
931
1007
tags : [ocsp, ocsp-rsa]
1008
+ - name : test-ocsp-rsa-basic-tls-ocsp-disableStapling-valid-delegate
1009
+ commands :
1010
+ - func : run server
1011
+ vars :
1012
+ TEST_NAME : ocsp
1013
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
1014
+ - func : run tests
1015
+ vars :
1016
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
1017
+ OCSP_SERVER_TYPE : valid-delegate
1018
+ TEST_NAME : ocsp
1019
+ tags : [ocsp, ocsp-rsa]
1020
+ - name : test-ocsp-rsa-basic-tls-ocsp-disableStapling-revoked-delegate
1021
+ commands :
1022
+ - func : run server
1023
+ vars :
1024
+ TEST_NAME : ocsp
1025
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
1026
+ - func : run tests
1027
+ vars :
1028
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
1029
+ OCSP_SERVER_TYPE : revoked-delegate
1030
+ TEST_NAME : ocsp
1031
+ tags : [ocsp, ocsp-rsa]
932
1032
- name : test-ocsp-rsa-basic-tls-ocsp-disableStapling-no-responder
933
1033
commands :
1034
+ - func : run server
1035
+ vars :
1036
+ TEST_NAME : ocsp
1037
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
934
1038
- func : run tests
935
1039
vars :
936
1040
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
@@ -961,14 +1065,6 @@ tasks:
961
1065
OCSP_SERVER_TYPE : revoked
962
1066
TEST_NAME : ocsp
963
1067
tags : [ocsp, ocsp-rsa, ocsp-staple]
964
- - name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-no-responder
965
- commands :
966
- - func : run tests
967
- vars :
968
- ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
969
- OCSP_SERVER_TYPE : no-responder
970
- TEST_NAME : ocsp
971
- tags : [ocsp, ocsp-rsa, ocsp-staple]
972
1068
- name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-valid-delegate
973
1069
commands :
974
1070
- func : run server
0 commit comments