Skip to content

Commit

Permalink
updated upgrade test (#607)
Browse files Browse the repository at this point in the history
Signed-off-by: DenisRybas <denis.rybas@dsr-corporation.com>
  • Loading branch information
DenisRybas authored Sep 9, 2024
1 parent eb86023 commit 5a379a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions integration_tests/upgrade/03-test-upgrade-1.2-to-1.4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ source integration_tests/cli/common.sh
# Upgrade constants

plan_name="v1.4"
upgrade_checksum="sha256:135eb3d3200d53894b16a9d56c4437ae36aaf2ee663a6cbfb594c2a47b89bf6e"
upgrade_checksum="sha256:a007f58d61632af107a09c89b7392eedd05d8127d0df67ace50f318948c62001"
binary_version_old="v1.2.2"
binary_version_new="v1.4.3-pre1"
binary_version_new="v1.4.3"

wget -O dcld_old "https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/$binary_version_old/dcld"
chmod ugo+x dcld_old
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/upgrade/add-new-node-after-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ trap cleanup EXIT

check_adding_new_node() {
local stable_binary_version="${1:-0.12.1}"
local latest_binary_version="${2:-1.4.3-pre1}"
local latest_binary_version="${2:-1.4.3}"

echo "1. run $node_name container"
docker run -d --name $node_name --ip $ip -p "$node_p2p_port-$node_client_port:26656-26657" --network $docker_network -i dcledger
Expand Down

0 comments on commit 5a379a7

Please sign in to comment.