diff --git a/tests/azure/templates/galaxy_pytest_script.yml b/tests/azure/templates/galaxy_pytest_script.yml index cbf6df48fa46620f811880a76eec979bdb9e8c49..3b164169617bf76b8959316c79ce86ce35da4ebf 100644 --- a/tests/azure/templates/galaxy_pytest_script.yml +++ b/tests/azure/templates/galaxy_pytest_script.yml @@ -56,6 +56,7 @@ jobs: env: IPA_SERVER_HOST: ${{ parameters.scenario }} RUN_TESTS_IN_DOCKER: true + IPA_VERBOSITY: "-vvv" - task: PublishTestResults@2 inputs: diff --git a/tests/azure/templates/galaxy_script.yml b/tests/azure/templates/galaxy_script.yml index ca6af4de2f0f782c4e52a2369dae24717ac10245..cd95c6581518dbdb1a11ffdba5eaeb244b2303c6 100644 --- a/tests/azure/templates/galaxy_script.yml +++ b/tests/azure/templates/galaxy_script.yml @@ -76,6 +76,7 @@ jobs: IPA_DISABLED_TESTS: ${{ variables.ipa_disabled_tests }} IPA_ENABLED_MODULES: ${{ variables.ipa_enabled_modules }} IPA_ENABLED_TESTS: ${{ variables.ipa_enabled_tests }} + IPA_VERBOSITY: "-vvv" - task: PublishTestResults@2 inputs: diff --git a/tests/azure/templates/playbook_fast.yml b/tests/azure/templates/playbook_fast.yml index 3a26df2a4854e40a1f9231b1dc07d68b7d265f79..ce187a3ccbf192af4a442251eb53f3d1cd2f1512 100644 --- a/tests/azure/templates/playbook_fast.yml +++ b/tests/azure/templates/playbook_fast.yml @@ -82,6 +82,7 @@ jobs: RUN_TESTS_IN_DOCKER: true IPA_DISABLED_MODULES: ${{ variables.ipa_disabled_modules }} IPA_DISABLED_TESTS: ${{ variables.ipa_disabled_tests }} + IPA_VERBOSITY: "-vvv" - task: PublishTestResults@2 inputs: diff --git a/tests/azure/templates/playbook_tests.yml b/tests/azure/templates/playbook_tests.yml index 2a7ea8af96864a16abff79f50b2ec6b110a6a2c5..ce3200026b1b4a43f0d869ea8c2949d124d0207f 100644 --- a/tests/azure/templates/playbook_tests.yml +++ b/tests/azure/templates/playbook_tests.yml @@ -78,6 +78,7 @@ jobs: IPA_DISABLED_TESTS: ${{ variables.ipa_disabled_tests }} IPA_ENABLED_MODULES: ${{ variables.ipa_enabled_modules }} IPA_ENABLED_TESTS: ${{ variables.ipa_enabled_tests }} + IPA_VERBOSITY: "-vvv" - task: PublishTestResults@2 inputs: diff --git a/tests/azure/templates/pytest_tests.yml b/tests/azure/templates/pytest_tests.yml index 1159e056832e1b5119d49224be728a12239e5f97..a7b12110e52a19b0a83aad76b1d8488072db3dc6 100644 --- a/tests/azure/templates/pytest_tests.yml +++ b/tests/azure/templates/pytest_tests.yml @@ -66,6 +66,7 @@ jobs: IPA_DISABLED_TESTS: ${{ variables.ipa_disabled_tests }} IPA_ENABLED_MODULES: ${{ variables.ipa_enabled_modules }} IPA_ENABLED_TESTS: ${{ variables.ipa_enabled_tests }} + IPA_VERBOSITY: "-vvv" - task: PublishTestResults@2 inputs: