File tree 1 file changed +2
-2
lines changed
integration_tests/upgrade
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1190,7 +1190,7 @@ test_divider
1190
1190
# PKI
1191
1191
1192
1192
echo " Get x509 root certificate"
1193
- result=$( $DCLD_BIN_NEW query pki x509-cert --subject=$root_cert_with_vid_subject_for_1_4_3 --subject-key-id=$root_cert_with_vid_subject_for_1_4_3_key_id )
1193
+ result=$( $DCLD_BIN_NEW query pki x509-cert --subject=$root_cert_with_vid_subject_for_1_4_3 --subject-key-id=$root_cert_with_vid_subject_key_id_for_1_4_3 )
1194
1194
check_response " $result " " \" subject\" : \" $root_cert_with_vid_subject_for_1_4_3 \" "
1195
1195
check_response " $result " " \" subjectKeyId\" : \" $root_cert_with_vid_subject_key_id_for_1_4_3 \" "
1196
1196
check_response " $result " " \" vid\" : $vid_for_1_4_3 "
@@ -1251,7 +1251,7 @@ response_does_not_contain "$result" "$noc_ica_cert_1_subject_key_id_for_1_4_3"
1251
1251
1252
1252
echo " Get all noc x509 root certificates"
1253
1253
result=$( $DCLD_BIN_NEW query pki noc-x509-root-certs --vid=$vid_for_1_4_3 )
1254
- check_response " $result " " \[\] "
1254
+ check_response " $result " " Not Found "
1255
1255
response_does_not_contain " $result " " $noc_root_cert_1_subject_key_id_for_1_4_3 "
1256
1256
1257
1257
echo " Get all noc x509 root certificates by vid $vid_for_1_4_3 (must be empty)"
You can’t perform that action at this time.
0 commit comments