From d066fdd718e9f95a36d486b709af0981c3df0b04 Mon Sep 17 00:00:00 2001 From: sharhio Date: Mon, 29 Jul 2024 13:16:58 +0300 Subject: [PATCH] fix modules not found error --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 35758f34..b3527d4f 100755 --- a/test.sh +++ b/test.sh @@ -74,7 +74,7 @@ done echo running otpqa docker pull $TOOL_IMAGE -docker run --name $TOOLCONT $TOOL_IMAGE /bin/sh -c "cd OTPQA; python3 otpprofiler_json.py $OTP_URL $ROUTER_NAME $SKIPPED_SITES" +docker run --name $TOOLCONT $TOOL_IMAGE /bin/sh -c "cd OTPQA; /python-venv/bin/python3 otpprofiler_json.py $OTP_URL $ROUTER_NAME $SKIPPED_SITES" if [ $? == 0 ]; then echo getting failed feed list from container