summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2018-12-10 07:34:45 +1000
committerToshio Kuratomi <a.badger@gmail.com>2018-12-10 10:13:51 -0800
commit5e0c292682052652821bd93d19501e533cfbd1a4 (patch)
treec996b862454c98831c2fb6793256e7d22a6c43ad
parent3343be2c56afd973ff6e99518cf2543f1d076f23 (diff)
downloadansible-5e0c292682052652821bd93d19501e533cfbd1a4.tar.gz
win_hotfix: use S3 bucket for update files in test (#49696)
(cherry picked from commit 478fcf7abb5a0c5ad6507d229240595fa0e0a00a)
-rw-r--r--test/integration/targets/win_hotfix/defaults/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/targets/win_hotfix/defaults/main.yml b/test/integration/targets/win_hotfix/defaults/main.yml
index 9a5244a4a4..9124eae05b 100644
--- a/test/integration/targets/win_hotfix/defaults/main.yml
+++ b/test/integration/targets/win_hotfix/defaults/main.yml
@@ -1,9 +1,9 @@
---
# these hotfixes, are for Hyper-V, there may be a chance the system already has them
# but in most cases for our CI purposes they wouldn't be present
-test_win_hotfix_good_url: http://download.windowsupdate.com/c/msdownload/update/software/htfx/2015/01/windows8.1-kb3027108-v2-x64_66366c7be2d64d83b63cac42bc40c0a3c01bc70d.msu
-test_win_hotfix_reboot_url: http://download.windowsupdate.com/c/msdownload/update/software/htfx/2014/01/windows8.1-kb2913659-v2-x64_963a4d890c9ff9cc83a97cf54305de6451038ba4.msu
-test_win_hotfix_bad_url: http://download.windowsupdate.com/d/msdownload/update/software/secu/2016/07/windows8-rt-kb3172729-x64_69cab4c7785b1faa3fc450f32bed4873d53bb96f.msu
+test_win_hotfix_good_url: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/win_hotfix/windows8.1-kb3027108-v2-x64_66366c7be2d64d83b63cac42bc40c0a3c01bc70d.msu
+test_win_hotfix_reboot_url: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/win_hotfix/windows8.1-kb2913659-v2-x64_963a4d890c9ff9cc83a97cf54305de6451038ba4.msu
+test_win_hotfix_bad_url: https://s3.amazonaws.com/ansible-ci-files/test/integration/targets/win_hotfix/windows8-rt-kb3172729-x64_69cab4c7785b1faa3fc450f32bed4873d53bb96f.msu
test_win_hotfix_path: C:\ansible\win_hotfix
test_win_hotfix_kb: KB3027108