d4a07f9573
* Added support for user-specified log file in win_package - feature (#38353) * added integration tests for win_package log_path support feature (#38353), and applied review feedback * win_package log_path support feature (#38353) - fixed typo in win-package.py documentation * win_package log_path support feature (#38353) - improved an integration test and better doc in win-package.py
21 lines
No EOL
1.3 KiB
YAML
21 lines
No EOL
1.3 KiB
YAML
---
|
|
# spaces are tricky, let's have one by default
|
|
test_win_package_path_safe: C:\ansible\win_package
|
|
test_win_package_path: C:\ansible\win package
|
|
test_win_package_log_path_install: C:\ansible\win package\test-install.log
|
|
test_win_package_log_path_uninstall: C:\ansible\win package\test-uninstall.log
|
|
test_win_package_good_url: https://s3.amazonaws.com/ansible-ci-files/test/integration/roles/test_win_package/good.msi
|
|
test_win_package_reboot_url: https://s3.amazonaws.com/ansible-ci-files/test/integration/roles/test_win_package/reboot.msi
|
|
test_win_package_bad_url: https://s3.amazonaws.com/ansible-ci-files/test/integration/roles/test_win_package/bad.msi
|
|
test_win_package_exe_url: https://s3.amazonaws.com/ansible-ci-files/test/integration/roles/test_win_package/7z.exe # TODO: change to it's own executable
|
|
|
|
test_win_package_good_id: '{223D9A13-653B-4231-A365-EDDC30B4F226}'
|
|
test_win_package_reboot_id: '{223D9A13-653B-4231-A365-EDDC30B4F227}'
|
|
test_win_package_exe_id: 7-Zip
|
|
|
|
# define the below to run the network tests, all 3 msi's should exist in this path
|
|
# test_win_package_network_path: \\ANSIBLE\network
|
|
|
|
# set the below to test a network path without credential delegation like Basic or NTLM
|
|
# test_win_package_network_username: ANSIBLE\User
|
|
# test_win_package_network_password: Password |