diff --git a/tests/azure/templates/playbook_fast.yml b/tests/azure/templates/playbook_fast.yml index a00a7875d..73de5030c 100644 --- a/tests/azure/templates/playbook_fast.yml +++ b/tests/azure/templates/playbook_fast.yml @@ -62,9 +62,23 @@ jobs: ${{ parameters.distro }}-test displayName: Setup target container +# - script: | +# . utils/set_test_modules +# pytest -m "playbook" --verbose --color=yes --suppress-no-test-exit-code --junit-xml=TEST-results-pr-check.xml +# displayName: Run playbook tests +# env: +# ANSIBLE_ROLES_PATH: "${PWD}/roles" +# ANSIBLE_LIBRARY: "${PWD}/plugins" +# ANSIBLE_MODULE_UTILS: "${PWD}/plugins/module_utils" +# IPA_SERVER_HOST: ${{ parameters.distro }}-test +# RUN_TESTS_IN_DOCKER: podman +# IPA_DISABLED_MODULES: ${{ variables.ipa_disabled_modules }} +# IPA_DISABLED_TESTS: ${{ variables.ipa_disabled_tests }} +# IPA_VERBOSITY: "-vvv" +# IPA_PYTHON_PATH: ${{ parameters.target_python }} + - script: | - . utils/set_test_modules - pytest -m "playbook" --verbose --color=yes --suppress-no-test-exit-code --junit-xml=TEST-results-pr-check.xml + ansible-playbook -i /tmp/inventory tests/user/test_users_present_absent.yml tests/user/test_users_present_absent_slice.yml displayName: Run playbook tests env: ANSIBLE_ROLES_PATH: "${PWD}/roles"