From 0a0cd797e38838dcb0e23f230653094863923517 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 13 Nov 2019 16:29:06 +0100 Subject: [PATCH] ci/tests: use new Monero tests binary --- ci/Dockerfile | 4 ++-- core/tests/run_tests_device_emu_monero.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 59abb15a3..4391727c8 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -113,8 +113,8 @@ ENV WORKON_HOME=/tmp/.venvs # download monero tests binary -ENV TREZOR_MONERO_TESTS_SHA256SUM=4c4e4b1ad0acda8bf9622c16f1af3298d7e20b9b53634c5d55e60c5a115f0110 -ENV TREZOR_MONERO_TESTS_URL="https://github.com/ph4r05/monero/releases/download/v0.15.0.0-tests-u18.04-01/trezor_tests" +ENV TREZOR_MONERO_TESTS_SHA256SUM=36852ff2add3f865dbf4e23f4e32e1022a8f4b14cd4fb4eb97491d99ba93b9bc +ENV TREZOR_MONERO_TESTS_URL="https://github.com/ph4r05/monero/releases/download/v0.15.0.0-tests-u18.04-02/trezor_tests" ENV TREZOR_MONERO_TESTS_PATH="/opt/trezor_monero_tests" RUN if [ "${FULLDEPS_TESTING}" = "1" ]; then \ diff --git a/core/tests/run_tests_device_emu_monero.sh b/core/tests/run_tests_device_emu_monero.sh index ad8fd92f0..acf889fed 100755 --- a/core/tests/run_tests_device_emu_monero.sh +++ b/core/tests/run_tests_device_emu_monero.sh @@ -64,8 +64,8 @@ if [[ "$OSTYPE" != "linux-gnu" && "$OSTYPE" != "darwin"* ]]; then fi error=1 -: "${TREZOR_MONERO_TESTS_URL:=https://github.com/ph4r05/monero/releases/download/v0.15.0.0-tests-u18.04-01/trezor_tests}" -: "${TREZOR_MONERO_TESTS_SHA256SUM:=4c4e4b1ad0acda8bf9622c16f1af3298d7e20b9b53634c5d55e60c5a115f0110}" +: "${TREZOR_MONERO_TESTS_URL:=https://github.com/ph4r05/monero/releases/download/v0.15.0.0-tests-u18.04-02/trezor_tests}" +: "${TREZOR_MONERO_TESTS_SHA256SUM:=36852ff2add3f865dbf4e23f4e32e1022a8f4b14cd4fb4eb97491d99ba93b9bc}" : "${TREZOR_MONERO_TESTS_PATH:=$CORE_DIR/tests/trezor_monero_tests}" : "${TREZOR_MONERO_TESTS_LOG:=$CORE_DIR/tests/trezor_monero_tests.log}"