Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
t-woerner committed Aug 1, 2024
1 parent e3a1641 commit 1cd3c89
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions tests/azure/templates/playbook_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1cd3c89

Please sign in to comment.