@@ -755,6 +755,10 @@ tasks:
755
755
# Ocsp tests
756
756
- name : test-ocsp-ecdsa-basic-tls-ocsp-disableStapling-valid
757
757
commands :
758
+ - func : run server
759
+ vars :
760
+ TEST_NAME : ocsp
761
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
758
762
- func : run tests
759
763
vars :
760
764
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
@@ -763,6 +767,10 @@ tasks:
763
767
tags : [ocsp, ocsp-ecdsa]
764
768
- name : test-ocsp-ecdsa-basic-tls-ocsp-disableStapling-revoked
765
769
commands :
770
+ - func : run server
771
+ vars :
772
+ TEST_NAME : ocsp
773
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
766
774
- func : run tests
767
775
vars :
768
776
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
@@ -771,10 +779,6 @@ tasks:
771
779
tags : [ocsp, ocsp-ecdsa]
772
780
- name : test-ocsp-ecdsa-basic-tls-ocsp-disableStapling-no-responder
773
781
commands :
774
- - func : run server
775
- vars :
776
- TEST_NAME : ocsp
777
- ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
778
782
- func : run tests
779
783
vars :
780
784
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-disableStapling.json
@@ -783,6 +787,10 @@ tasks:
783
787
tags : [ocsp, ocsp-ecdsa]
784
788
- name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-disableStapling-valid
785
789
commands :
790
+ - func : run server
791
+ vars :
792
+ TEST_NAME : ocsp
793
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
786
794
- func : run tests
787
795
vars :
788
796
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
@@ -791,6 +799,10 @@ tasks:
791
799
tags : [ocsp, ocsp-ecdsa]
792
800
- name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-disableStapling-revoked
793
801
commands :
802
+ - func : run server
803
+ vars :
804
+ TEST_NAME : ocsp
805
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
794
806
- func : run tests
795
807
vars :
796
808
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
@@ -799,10 +811,6 @@ tasks:
799
811
tags : [ocsp, ocsp-ecdsa]
800
812
- name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-disableStapling-no-responder
801
813
commands :
802
- - func : run server
803
- vars :
804
- TEST_NAME : ocsp
805
- ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
806
814
- func : run tests
807
815
vars :
808
816
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple-disableStapling.json
@@ -811,6 +819,10 @@ tasks:
811
819
tags : [ocsp, ocsp-ecdsa]
812
820
- name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-valid
813
821
commands :
822
+ - func : run server
823
+ vars :
824
+ TEST_NAME : ocsp
825
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
814
826
- func : run tests
815
827
vars :
816
828
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
@@ -819,6 +831,10 @@ tasks:
819
831
tags : [ocsp, ocsp-ecdsa, ocsp-staple]
820
832
- name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-revoked
821
833
commands :
834
+ - func : run server
835
+ vars :
836
+ TEST_NAME : ocsp
837
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
822
838
- func : run tests
823
839
vars :
824
840
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
@@ -827,10 +843,6 @@ tasks:
827
843
tags : [ocsp, ocsp-ecdsa, ocsp-staple]
828
844
- name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-no-responder
829
845
commands :
830
- - func : run server
831
- vars :
832
- TEST_NAME : ocsp
833
- ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
834
846
- func : run tests
835
847
vars :
836
848
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
@@ -839,6 +851,10 @@ tasks:
839
851
tags : [ocsp, ocsp-ecdsa, ocsp-staple]
840
852
- name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-valid-delegate
841
853
commands :
854
+ - func : run server
855
+ vars :
856
+ TEST_NAME : ocsp
857
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
842
858
- func : run tests
843
859
vars :
844
860
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
@@ -847,6 +863,10 @@ tasks:
847
863
tags : [ocsp, ocsp-ecdsa, ocsp-staple]
848
864
- name : test-ocsp-ecdsa-basic-tls-ocsp-mustStaple-revoked-delegate
849
865
commands :
866
+ - func : run server
867
+ vars :
868
+ TEST_NAME : ocsp
869
+ ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
850
870
- func : run tests
851
871
vars :
852
872
ORCHESTRATION_FILE : ecdsa-basic-tls-ocsp-mustStaple.json
@@ -855,6 +875,10 @@ tasks:
855
875
tags : [ocsp, ocsp-ecdsa, ocsp-staple]
856
876
- name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-disableStapling-valid
857
877
commands :
878
+ - func : run server
879
+ vars :
880
+ TEST_NAME : ocsp
881
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
858
882
- func : run tests
859
883
vars :
860
884
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
@@ -863,6 +887,10 @@ tasks:
863
887
tags : [ocsp, ocsp-rsa]
864
888
- name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-disableStapling-revoked
865
889
commands :
890
+ - func : run server
891
+ vars :
892
+ TEST_NAME : ocsp
893
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
866
894
- func : run tests
867
895
vars :
868
896
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
@@ -871,10 +899,6 @@ tasks:
871
899
tags : [ocsp, ocsp-rsa]
872
900
- name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-disableStapling-no-responder
873
901
commands :
874
- - func : run server
875
- vars :
876
- TEST_NAME : ocsp
877
- ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
878
902
- func : run tests
879
903
vars :
880
904
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple-disableStapling.json
@@ -883,6 +907,10 @@ tasks:
883
907
tags : [ocsp, ocsp-rsa]
884
908
- name : test-ocsp-rsa-basic-tls-ocsp-disableStapling-valid
885
909
commands :
910
+ - func : run server
911
+ vars :
912
+ TEST_NAME : ocsp
913
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
886
914
- func : run tests
887
915
vars :
888
916
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
@@ -891,6 +919,10 @@ tasks:
891
919
tags : [ocsp, ocsp-rsa]
892
920
- name : test-ocsp-rsa-basic-tls-ocsp-disableStapling-revoked
893
921
commands :
922
+ - func : run server
923
+ vars :
924
+ TEST_NAME : ocsp
925
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
894
926
- func : run tests
895
927
vars :
896
928
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
@@ -899,10 +931,6 @@ tasks:
899
931
tags : [ocsp, ocsp-rsa]
900
932
- name : test-ocsp-rsa-basic-tls-ocsp-disableStapling-no-responder
901
933
commands :
902
- - func : run server
903
- vars :
904
- TEST_NAME : ocsp
905
- ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
906
934
- func : run tests
907
935
vars :
908
936
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-disableStapling.json
@@ -911,6 +939,10 @@ tasks:
911
939
tags : [ocsp, ocsp-rsa]
912
940
- name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-valid
913
941
commands :
942
+ - func : run server
943
+ vars :
944
+ TEST_NAME : ocsp
945
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
914
946
- func : run tests
915
947
vars :
916
948
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
@@ -919,6 +951,10 @@ tasks:
919
951
tags : [ocsp, ocsp-rsa, ocsp-staple]
920
952
- name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-revoked
921
953
commands :
954
+ - func : run server
955
+ vars :
956
+ TEST_NAME : ocsp
957
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
922
958
- func : run tests
923
959
vars :
924
960
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
@@ -927,10 +963,6 @@ tasks:
927
963
tags : [ocsp, ocsp-rsa, ocsp-staple]
928
964
- name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-no-responder
929
965
commands :
930
- - func : run server
931
- vars :
932
- TEST_NAME : ocsp
933
- ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
934
966
- func : run tests
935
967
vars :
936
968
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
@@ -939,6 +971,10 @@ tasks:
939
971
tags : [ocsp, ocsp-rsa, ocsp-staple]
940
972
- name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-valid-delegate
941
973
commands :
974
+ - func : run server
975
+ vars :
976
+ TEST_NAME : ocsp
977
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
942
978
- func : run tests
943
979
vars :
944
980
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
@@ -947,6 +983,10 @@ tasks:
947
983
tags : [ocsp, ocsp-rsa, ocsp-staple]
948
984
- name : test-ocsp-rsa-basic-tls-ocsp-mustStaple-revoked-delegate
949
985
commands :
986
+ - func : run server
987
+ vars :
988
+ TEST_NAME : ocsp
989
+ ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
950
990
- func : run tests
951
991
vars :
952
992
ORCHESTRATION_FILE : rsa-basic-tls-ocsp-mustStaple.json
0 commit comments