diff --git a/test/integration/execute_integration_tests_against_test_chain_peg.sh b/test/integration/execute_integration_tests_against_test_chain_peg.sh index 72aeb208d9..fed2fc90df 100755 --- a/test/integration/execute_integration_tests_against_test_chain_peg.sh +++ b/test/integration/execute_integration_tests_against_test_chain_peg.sh @@ -5,18 +5,30 @@ set -ex +echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 1" + . $(dirname $0)/vagrantenv.sh . $(dirname $0)/shell_utilities.sh +echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 2" + loglevel=${LOG_LEVEL:-INFO} logecho $0 starting +echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 3" + env | sort +echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 4" + python3 --version +echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 5" + set | sort +echo "jure-debug: execute_integration_tests_against_test_chain_peg.sh: 6" + python3 -m pytest -olog_level=$loglevel -v -olog_file=/tmp/log.txt -v \ ${TEST_INTEGRATION_PY_DIR}/test_new_currency_transfers.py diff --git a/test/integration/setup-linux-environment-user.sh b/test/integration/setup-linux-environment-user.sh index 810d3f6606..a32fa483db 100644 --- a/test/integration/setup-linux-environment-user.sh +++ b/test/integration/setup-linux-environment-user.sh @@ -27,6 +27,12 @@ echo '. ~/.bash_profile' >> ~/.bashrc . ~/.bash_profile curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.33.0 +echo "jure-debug: setup-linux-environment-user.sh: 1" + python3 -m pip install pytest==7.4.3 web3==6.11.1 grpcio-tools==1.59.0 toml==0.10.2 PyYAML==6.0.1 +echo "jure-debug: setup-linux-environment-user.sh: 2" + python3 -m pip freeze | sort + +echo "jure-debug: setup-linux-environment-user.sh: 3"