Skip to content

Commit 85e8358

Browse files
committed
1.4.3 to 1.4.4 upgrade testing
1 parent 9981a0e commit 85e8358

File tree

4 files changed

+57
-73
lines changed

4 files changed

+57
-73
lines changed

.github/workflows/verify.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
${{ runner.os }}-go-
126126
- name: Run integration tests
127127
shell: bash
128-
run: integration_tests/run-all.sh
128+
run: integration_tests/run-all.sh upgrade
129129
lint:
130130
if: needs.changes.outputs.go == 'true'
131131
name: Check linter issues with golangci-lint tool

integration_tests/upgrade/03-test-upgrade-1.2-to-1.4.3.sh

-6
Original file line numberDiff line numberDiff line change
@@ -1254,12 +1254,6 @@ result=$($DCLD_BIN_NEW query pki noc-x509-root-certs --vid=$vid_for_1_4_3)
12541254
check_response "$result" "Not Found"
12551255
response_does_not_contain "$result" "$noc_root_cert_1_subject_key_id_for_1_4_3"
12561256

1257-
echo "Get all noc x509 root certificates by vid $vid_for_1_4_3 (must be empty)"
1258-
result=$($DCLD_BIN_NEW query pki noc-x509-root-certs --vid=$vid_for_1_4_3)
1259-
check_response "$result" "Not Found"
1260-
response_does_not_contain "$result" "\"subject\": \"$noc_root_cert_1_subject_for_1_4_3\""
1261-
response_does_not_contain "$result" "$noc_root_cert_1_subject_key_id_for_1_4_3"
1262-
12631257
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)"
12641258
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)
12651259
check_response "$result" "Not Found"

0 commit comments

Comments
 (0)