::echo off
echo test_product=%test_product%
echo test_env=%test_env%
echo list_devices=[%list_devices%]
echo total iteration=%ota_iterations%
echo total max attempts=%ota_max_attempt%
set test1=KPI_Scripts\UbiCell\%KPM_Tests%
echo test1=%test1%
echo is_test_result_to_be_uploaded_on_cloud=%is_test_result_to_be_uploaded_on_cloud%
pytest %test1% -n=%NumberOfThreadsForOTAIterations% --junitxml="./Reports/reports.xml" --html="./Reports/reports.html"