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 @@ -1254,13 +1254,13 @@ result=$($DCLD_BIN_NEW query pki noc-x509-root-certs --vid=$vid_for_1_4_3)
1254
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
- echo " Get all noc x509 root certificates by vid=$vid_for_1_4_3 and skid=$noc_root_cert_1_subject_key_id_for_1_4_3 (must be empty)"
1257
+ echo " Get noc x509 root certificates by vid=$vid_for_1_4_3 and skid=$noc_root_cert_1_subject_key_id_for_1_4_3 (must be empty)"
1258
1258
result=$( $DCLD_BIN_NEW query pki noc-x509-certs --vid=$vid_for_1_4_3 --subject-key-id=$noc_root_cert_1_subject_key_id_for_1_4_3 )
1259
1259
check_response " $result " " Not Found"
1260
1260
response_does_not_contain " $result " " \" subject\" : \" $noc_root_cert_1_subject_for_1_4_3 \" "
1261
1261
response_does_not_contain " $result " " $noc_root_cert_1_subject_key_id_for_1_4_3 "
1262
1262
1263
- echo " Get noc x509 ica certificate by subject and subject key id "
1263
+ echo " Get noc x509 ica certificates by vid= $vid_for_1_4_3 and skid= $noc_ica_cert_1_subject_key_id_for_1_4_3 (must be empty) "
1264
1264
result=$( dcld query pki noc-x509-certs --vid=$vid_for_1_4_3 --subject-key-id=" $noc_ica_cert_1_subject_key_id_for_1_4_3 " )
1265
1265
check_response " $result " " Not Found"
1266
1266
response_does_not_contain " $result " " \" subject\" : \" $noc_ica_cert_1_subject_for_1_4_3 \" "
You can’t perform that action at this time.
0 commit comments