Pedro Algarvio
7f98810ea6
Merge 3006.x into 3007.x
2024-03-28 13:50:44 +00:00
David Murphy
53fce6957d
Fix RedHat family systemd restart on upgrade, and updated tests
2024-03-27 19:16:29 +00:00
Pedro Algarvio
15f9f585f0
Merge branch '3007.x' of github.com:saltstack/salt into hotfix/merge-forward-into-3007.x
2024-03-27 18:47:24 +00:00
Pedro Algarvio
6fb74a0d1a
Reap child processes after each of the ssh tests in case of timeouts
2024-03-27 18:44:44 +00:00
Shane Lee
017f714e96
Use sorted instead of sort
2024-03-26 19:49:35 +00:00
Shane Lee
4dcad68d9b
Don't use configure_loader_modules
2024-03-26 19:49:35 +00:00
Shane Lee
979457d935
Fix some test issues, use sort
2024-03-26 19:49:35 +00:00
Shane Lee
b7dd23ef4e
Move test_win_useradd.py to functional
2024-03-26 19:49:35 +00:00
Shane Lee
52ace3bc34
Fix issue with win_user.add
...
win_useradd.add now allows you to add new users that have only integers in
the username.
It also adds tests for the win_useradd module.
2024-03-26 19:49:35 +00:00
nicholasmhughes
4a6fac0934
fixes saltstack/salt#66260 aptpkg.remove unable to locate package for non-existent package
2024-03-25 18:11:18 +00:00
Pedro Algarvio
1f08a3c191
Bump functional test splits to 4
2024-03-25 09:06:36 -07:00
Tyler Levy Conde
65e5c4f227
Fix: Prevent full system upgrade in pkg.installed for Arch Linux
...
This change modifies the logic in the pacman module to only append the '-u' flag to the pacman command if sysupgrade is explicitly set to True. This prevents the pkg.installed state from triggering a full system upgrade by default on Arch Linux systems.
2024-03-25 09:06:36 -07:00
Pedro Algarvio
fccecc695c
Stop ignoring the host keys, query them and write them down as accepted.
2024-03-21 16:56:53 +00:00
Pedro Algarvio
ebb02d6c3a
Adjust some tests to get passing nightly builds again
2024-03-20 14:24:06 +00:00
Pedro Algarvio
dfb87cdf57
Merge branch '3007.x' of github.com:saltstack/salt into hotfix/merge-forward-into-3007.x
2024-03-20 07:30:32 +00:00
Shane Lee
293f6b2d02
Skip state test on Windows
2024-03-19 19:07:20 +00:00
Shane Lee
e23893fb51
Skip state test on Windows
2024-03-19 16:07:31 +00:00
Pedro Algarvio
3d44711e01
Merge 3006.x into 3007.x
2024-03-18 12:01:32 +00:00
Pedro Algarvio
e50d3a194f
Skip problematic MacOS test in specific conditions
2024-03-18 11:03:58 +00:00
Pedro Algarvio
c0823f6a68
Increase timeouts
2024-03-18 11:03:58 +00:00
Pedro Algarvio
da57d43cc0
Randomize names and prefer salt_master.state_tree.base
2024-03-15 14:49:04 +00:00
Pedro Algarvio
62bea250ff
Minor timeout adjustments
2024-03-15 14:49:04 +00:00
Pedro Algarvio
a80140819b
Bump timeout
2024-03-15 14:49:04 +00:00
Pedro Algarvio
87556f9f50
Merge 3006.x into 3007.x
2024-03-14 13:11:46 +00:00
Pedro Algarvio
f7570047bd
Merge 3006.x into 3007.x
2024-03-14 13:06:00 +00:00
Daniel A. Wozniak
773772c426
Fix content-type backwards compatability
2024-03-14 13:04:29 +00:00
Pedro Algarvio
aee2110921
Increase test timeout
2024-03-14 12:32:06 +00:00
Thomas Phipps
3c3285e51e
move fix from #66164 for $65703
2024-03-13 16:03:40 -07:00
Pedro Algarvio
cb7cd3e8d9
Daylight savings suck!
2024-03-13 16:13:18 +00:00
Shane Lee
176ccd63e3
Fix issue with refresh_db on Windows
...
When a new package definition file was added to the repo you had to run
refresh_db twice to get it to show up in the package databse. This
clears the cache before refreshing the database to force changes.
2024-03-11 17:56:59 +00:00
Shane Lee
d09b485c16
Honor saltenv in refresh_db on Windows
2024-03-11 17:54:09 +00:00
Shane Lee
0105aecd96
Fix test on Windows
2024-03-11 16:59:43 +00:00
Erik Johnson
9344558cc9
Add test case
2024-03-11 16:59:43 +00:00
Shane Lee
45cf38f4b4
Fix an issue with the win_pki execution module
...
Change the _cmd_run function so that it raises a CommandExecutionError
when the command fails so that it doesn't try to parse the output of the
command as JSON
Also raise a CommandExecutionError when it recieves invalid JSON
2024-03-06 11:20:37 -07:00
Shane Lee
fdfb0e1310
Fix test_log_beacon.py::test_log_match test on Windows
2024-03-06 15:19:54 +00:00
Gareth J. Greenaway
5ebf18260c
removing parens from pytest.fixture.
2024-03-06 15:19:54 +00:00
Gareth J. Greenaway
5c5f484627
renaming virtual test name, fixing nesting.
2024-03-06 15:19:54 +00:00
Gareth J. Greenaway
24f1f3489a
Running pre-commit manually
2024-03-06 15:19:54 +00:00
Gareth J. Greenaway
198395f263
Update tests/pytests/unit/modules/test_textfsm_mod.py
...
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2024-03-06 15:19:54 +00:00
Gareth J. Greenaway
05465fe898
Update tests/pytests/unit/modules/test_textfsm_mod.py
...
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2024-03-06 15:19:54 +00:00
Gareth J. Greenaway
6da2e379c6
Update tests/pytests/unit/modules/test_textfsm_mod.py
...
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2024-03-06 15:19:54 +00:00
Gareth J. Greenaway
93579ead06
Update tests/pytests/unit/modules/test_textfsm_mod.py
...
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
2024-03-06 15:19:54 +00:00
Gareth J. Greenaway
5832c07632
fixing lint issues
2024-03-06 15:19:54 +00:00
Pedro Algarvio
c336cdb1c9
Fix test failures
2024-03-06 12:41:11 +00:00
Pedro Algarvio
bd564da5b8
Skip test if the rpmdev-vercmp
is not found
2024-03-06 12:41:11 +00:00
Pedro Algarvio
628c0d2713
Fix lint issues in 3007.x branch
2024-03-06 12:41:11 +00:00
Pedro Algarvio
54f4150727
Merge branch '3007.x' of github.com:saltstack/salt into hotfix/merge-forward-into-3007.x
2024-03-06 12:37:56 +00:00
Shane Lee
8c86b5ec70
Make the win_function.get_sam_name function handle Everyone
2024-03-05 16:46:07 -07:00
Daniel A. Wozniak
e14ece8d3b
Fix test timeouts
2024-03-02 00:33:29 -07:00
Pedro Algarvio
a66262933e
Fix lint and formatting issues
2024-03-01 18:54:12 +00:00