File tree 1 file changed +1
-7
lines changed
integration_tests/upgrade
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -1260,14 +1260,8 @@ 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 root certificate by subject and subject key id"
1264
- result=$( dcld query pki noc-x509-certs --subject=" $noc_root_cert_1_subject_for_1_4_3 " --subject-key-id=" $noc_root_cert_1_subject_key_id_for_1_4_3 " )
1265
- check_response " $result " " Not Found"
1266
- response_does_not_contain " $result " " \" subject\" : \" $noc_root_cert_1_subject_for_1_4_3 \" "
1267
- response_does_not_contain " $result " " \" subjectKeyId\" : \" $noc_root_cert_1_subject_key_id_for_1_4_3 \" "
1268
-
1269
1263
echo " Get noc x509 ica certificate by subject and subject key id"
1270
- result=$( dcld query pki noc-x509-certs --subject= " $noc_ica_cert_1_subject_for_1_4_3 " --subject-key-id=" $noc_ica_cert_1_subject_key_id_for_1_4_3 " )
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 " )
1271
1265
check_response " $result " " Not Found"
1272
1266
response_does_not_contain " $result " " \" subject\" : \" $noc_ica_cert_1_subject_for_1_4_3 \" "
1273
1267
response_does_not_contain " $result " " \" subjectKeyId\" : \" $noc_ica_cert_1_subject_key_id_for_1_4_3 \" "
You can’t perform that action at this time.
0 commit comments