Skip to content

Commit 5a379a7

Browse files
authored
updated upgrade test (#607)
Signed-off-by: DenisRybas <denis.rybas@dsr-corporation.com>
1 parent eb86023 commit 5a379a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ source integration_tests/cli/common.sh
1919
# Upgrade constants
2020

2121
plan_name="v1.4"
22-
upgrade_checksum="sha256:135eb3d3200d53894b16a9d56c4437ae36aaf2ee663a6cbfb594c2a47b89bf6e"
22+
upgrade_checksum="sha256:a007f58d61632af107a09c89b7392eedd05d8127d0df67ace50f318948c62001"
2323
binary_version_old="v1.2.2"
24-
binary_version_new="v1.4.3-pre1"
24+
binary_version_new="v1.4.3"
2525

2626
wget -O dcld_old "https://github.com/zigbee-alliance/distributed-compliance-ledger/releases/download/$binary_version_old/dcld"
2727
chmod ugo+x dcld_old

integration_tests/upgrade/add-new-node-after-upgrade.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ trap cleanup EXIT
5050

5151
check_adding_new_node() {
5252
local stable_binary_version="${1:-0.12.1}"
53-
local latest_binary_version="${2:-1.4.3-pre1}"
53+
local latest_binary_version="${2:-1.4.3}"
5454

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

0 commit comments

Comments
 (0)