Twangboy
dd2c86d844
Add list_repo_pkgs to win_pkg module
2025-03-05 11:42:07 -07:00
Daniel A. Wozniak
7b74517da5
Test fixes
2025-02-16 17:09:17 -07:00
Daniel A. Wozniak
9eb019278a
Account for api change
2025-02-14 16:01:17 -07:00
Daniel A. Wozniak
0140f6fd46
Add timeout for connect
2025-02-14 16:00:57 -07:00
Daniel A. Wozniak
d625eaeea8
Merge branch '3006.x' into merge/3007.x/3006.x-last-merge
2025-02-14 01:23:02 -07:00
Daniel A. Wozniak
d714a112b5
Fix unit test failures
2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
05cd683eab
Fix flaky multi-master test
...
Run event handlers for all master's in parallel. Otherwise, one handler
could block the other from running in a timely manner.
2025-02-12 16:58:48 -07:00
Daniel A. Wozniak
66e46a32d8
Add regression test for #66562
2025-02-12 16:58:48 -07:00
Twangboy
91dc936543
Fix failing tests
2025-02-11 15:07:32 -07:00
Twangboy
fb658a369b
fix lint
2025-02-11 15:07:32 -07:00
Twangboy
49950e7a25
Handle AllowInboundRules when setting firewall
2025-02-11 15:07:32 -07:00
David Murphy
a7f38d9473
Correct dictionary format returned in test
2025-02-10 15:26:36 -07:00
David Murphy
06d813285d
Add test support for slash embedded in git branch name when using pillar
2025-02-10 15:26:36 -07:00
David Murphy
ccdc5bb138
Removed debugging statements
2025-02-10 15:26:36 -07:00
David Murphy
5779722440
Fixed debugging test
2025-02-10 15:26:36 -07:00
David Murphy
c346ebaad4
Fix modified debug test
2025-02-10 15:26:36 -07:00
David Murphy
d0231f33ee
Added debugging outputs
2025-02-10 15:26:36 -07:00
Daniel A. Wozniak
cea608be9f
Increase request timeout
2025-02-06 23:44:28 -07:00
Daniel A. Wozniak
fe28c55227
Fix tests referencing repo.saltproject.io
2025-02-06 20:48:58 -07:00
Daniel A. Wozniak
65dff0ba98
Test fixup
...
- Actually fix cluster key rotate test by useing getpass module.
- Skip a test that won't pass because amazon linux 2 systemd is not
fully working in a container.
2025-02-05 19:25:46 -07:00
Daniel A. Wozniak
98a0673eca
Fix pre-commit and lint
2025-02-05 18:24:45 -07:00
Daniel A. Wozniak
ed8a0e0d9c
Cluster scenario fix
2025-02-05 17:50:58 -07:00
Twangboy
4719725412
Fix test.managed on Windows
2025-02-05 14:08:41 -07:00
Twangboy
9619b980c7
Fix line endings for Windows
2025-02-05 13:41:48 -07:00
Tom Doherty
5a097a50be
Recognise newer AMD GPU devices
2025-01-31 11:30:24 -07:00
David Murphy
bc5b823726
Restore requirements after testing with pygit2 v1.17.0 successfully
2025-01-30 14:43:31 -07:00
David Murphy
6d3178c23f
Corrected exception for pygit2 enums
2025-01-30 14:43:31 -07:00
David Murphy
03df109113
Allow for pygit2 enums not available, early version of pygit2
2025-01-30 14:43:31 -07:00
David Murphy
41c3d0974c
Fix pygit2 test
2025-01-30 14:43:31 -07:00
Twangboy
3d3d6d6e22
Add changelog
2025-01-30 02:30:26 -07:00
Twangboy
263c5e99dc
Add test for _encode_xmlns_url
2025-01-30 02:30:26 -07:00
Daniel A. Wozniak
9f1647d0f6
Merge branch '3006.x' into merge/3007.x/3006.x
2025-01-29 15:22:23 -07:00
Twangboy
a5594e7bd2
Use Sudo instead of Everything
2025-01-28 15:57:08 -07:00
Twangboy
ca81605ce6
Skip the test in 1.2.1 as well
2025-01-28 15:57:08 -07:00
Twangboy
7587e8bcf2
Revert "Disable chocolatey 1.2.1 tests"
...
This reverts commit 2a384ec9e7
.
2025-01-28 15:57:08 -07:00
Twangboy
739b94bd68
Skip test that's timing out
2025-01-28 15:57:08 -07:00
Twangboy
60a9edf235
Final fix for test_script failures
2025-01-27 14:51:37 -07:00
Twangboy
3f686c2e89
Clear the environment in the test
2025-01-27 14:51:37 -07:00
Twangboy
630f979214
Display Windows Environment Variables
2025-01-27 14:51:37 -07:00
Twangboy
46ce2f9e2d
Show powershell version
2025-01-27 14:51:37 -07:00
Twangboy
02e110abc7
Use actual shell in test
2025-01-27 14:51:37 -07:00
Twangboy
2b288fa007
Use different version for the everything package
2025-01-23 20:39:04 -07:00
Twangboy
2a384ec9e7
Disable chocolatey 1.2.1 tests
2025-01-23 20:39:04 -07:00
Daniel A. Wozniak
deda5dc15e
Skip tests when it will fail due to hostnamctl not working in some containers
2025-01-23 16:36:35 -07:00
Barney Sowood
b6a92f693d
Modify tests to use user temp directory
...
Modifies the win_dacl tests to use the user temp directory as using
any other directories breaks the expected matching perms
2025-01-22 12:57:32 -07:00
Barney Sowood
76fcc87785
Fix version check for patch
...
Fixes the version check for patch in test_file.py. It was expecting the
version string to be the 2nd string in the output, but it can be the
3rd. Updated the parsing to just get the last string on the first line.
2025-01-20 02:37:47 -07:00
Barney Sowood
955529f1c0
Update test_gem to set gem_binary to "gem.cmd
...
Updates tests/integration/modules/test_gem.py to pass
gem_binary="gem.cmd" to the gem module on windows. Although just using
"gem" on the commandline works, from the module, via cmd.run_all it
doesn't.
2025-01-20 02:37:15 -07:00
Barney Sowood
5fe28f00f9
Skip cmd.script tests on windows
...
Skips cmd.script tests on windows. These are using a python script
that relies on the shebang in the script to work on Unix like OSes. That
won't work on Windows.
2025-01-17 16:14:28 -07:00
Barney Sowood
b0a06655e4
Update salt_factories_default_root_dir GH runners
...
Updates salt_factories_default_root_dir to use $RUNNER_TEMP if running
in CI and using Windows. This is setup by the Github Runner and
should be on the same disk as the checked out repo.
Without doing that, the salt_factories_default_root_dir will be in the
user's temp dir which is on a different disk. This causes the fileserver
to throw an error as it tries to combine file_roots from the repo and
pytest-salt-factories.
2025-01-17 15:00:54 -07:00
Barney Sowood
9a327c5919
Convert test_custom grains test to pytest
...
Converts the test_custom grains test from an old style test to a pytest
test. This is just to make it easier for me to debug why it is failing
and needs to be done at some point anyway.
2025-01-17 15:00:54 -07:00