Skip to content

Commit

Permalink
1.4.3 to 1.4.4 upgrade testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemkaaas committed Nov 6, 2024
1 parent 9981a0e commit 01d39d1
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
${{ runner.os }}-go-
- name: Run integration tests
shell: bash
run: integration_tests/run-all.sh
run: integration_tests/run-all.sh upgrade
lint:
if: needs.changes.outputs.go == 'true'
name: Check linter issues with golangci-lint tool
Expand Down
6 changes: 0 additions & 6 deletions integration_tests/upgrade/03-test-upgrade-1.2-to-1.4.3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1254,12 +1254,6 @@ result=$($DCLD_BIN_NEW query pki noc-x509-root-certs --vid=$vid_for_1_4_3)
check_response "$result" "Not Found"
response_does_not_contain "$result" "$noc_root_cert_1_subject_key_id_for_1_4_3"

echo "Get all noc x509 root certificates by vid $vid_for_1_4_3 (must be empty)"
result=$($DCLD_BIN_NEW query pki noc-x509-root-certs --vid=$vid_for_1_4_3)
check_response "$result" "Not Found"
response_does_not_contain "$result" "\"subject\": \"$noc_root_cert_1_subject_for_1_4_3\""
response_does_not_contain "$result" "$noc_root_cert_1_subject_key_id_for_1_4_3"

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)"
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)
check_response "$result" "Not Found"
Expand Down
Loading

0 comments on commit 01d39d1

Please sign in to comment.