salt/tests/integration/modules
2023-05-23 14:41:30 -07:00
..
files Add a few more nice to have hooks 2023-02-07 07:10:13 +00:00
__init__.py Pyupgrade and drop six 2021-07-06 09:04:28 -04:00
test_boto_iam.py Stop using @skipIf 2022-12-06 06:03:10 +00:00
test_boto_sns.py Stop using @skipIf 2022-12-06 06:03:10 +00:00
test_chocolatey.py [3006.x] rebase test labels (#64053) 2023-04-15 18:19:58 -07:00
test_cmdmod.py Windows fixes for the new golden images 2022-12-14 11:23:26 -07:00
test_config.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_cp.py The repo.saltproject.io index.html file changed it's contents. Fix tests. 2023-04-19 16:56:12 +01:00
test_decorators.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_disk.py Replace @skipIf(not platform.is_darwin(), ...) usage 2022-12-06 06:03:10 +00:00
test_file.py Replace @skipIf(salt.utils.platform.is_windows(), ...) usage 2022-12-06 06:03:10 +00:00
test_gem.py Remove vendored tornado 2023-05-23 14:41:30 -07:00
test_gentoolkitmod.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_git.py Use packaging for version parsing. looseversion when needed only. 2023-01-09 12:31:51 -07:00
test_groupadd.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_hosts.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_jinja.py Cleanup calculation of template sls/tpl context (#58238) 2020-10-08 07:18:08 -07:00
test_key.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_linux_acl.py Replace @skipIf(salt.utils.platform.is_freebsd(), ...) usage 2022-12-06 06:03:10 +00:00
test_linux_shadow.py [3006.x] rebase test labels (#64053) 2023-04-15 18:19:58 -07:00
test_localemod.py Replace @skipIf(not platform.is_darwin(), ...) usage 2022-12-06 06:03:10 +00:00
test_lxc.py Stop using @skipIf 2022-12-06 06:03:10 +00:00
test_mac_assistive.py Skip known macOS initial GH Actions failures 2022-12-14 11:23:26 -07:00
test_mac_brew_pkg.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_mac_desktop.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_mac_group.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_mac_keychain.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_mac_portspkg.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_mac_power.py [3006.x] rebase test labels (#64053) 2023-04-15 18:19:58 -07:00
test_mac_service.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_mac_shadow.py Skip known macOS initial GH Actions failures 2022-12-14 11:23:26 -07:00
test_mac_softwareupdate.py Skip known macOS initial GH Actions failures 2022-12-14 11:23:26 -07:00
test_mac_sysctl.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_mac_system.py [3006.x] rebase test labels (#64053) 2023-04-15 18:19:58 -07:00
test_mac_timezone.py [3006.x] rebase test labels (#64053) 2023-04-15 18:19:58 -07:00
test_mac_user.py Fix the password hashing function of mac_user.enable_auto_login 2023-05-15 20:46:34 +00:00
test_mac_xattr.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_macdefaults.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_mine.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_mysql.py Stop using @skipIf 2022-12-06 06:03:10 +00:00
test_pip.py Switch to the VirtualEnv helper 2023-01-25 10:05:16 -07:00
test_publish.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_pw_user.py Replace the usage of @runs_on(...) and @not_runs_on(...) 2022-12-06 06:03:10 +00:00
test_rabbitmq.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_saltcheck.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_service.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_ssh.py Remaining test fixes regarding the recent GitHub RSA key change 2023-03-27 18:01:10 +00:00
test_status.py [3006.x] rebase test labels (#64053) 2023-04-15 18:19:58 -07:00
test_supervisord.py Stop using @skipIf 2022-12-06 06:03:10 +00:00
test_sysctl.py Replace the usage of @skipIf(...) 2022-12-06 06:03:10 +00:00
test_sysrc.py Replace the usage of @skipIf(...) 2022-12-06 06:03:10 +00:00
test_test.py Update to isort 5.10.1 2022-08-01 12:49:16 -06:00
test_timezone.py Replace @skipIf(not platform.is_windows(), ...) usage 2022-12-06 06:03:10 +00:00
test_tls.py Fix strings 2021-08-06 13:09:47 -07:00
test_win_autoruns.py Replace @skipIf(not platform.is_windows(), ...) usage 2022-12-06 06:03:10 +00:00
test_win_dns_client.py Replace @skipIf(not platform.is_windows(), ...) usage 2022-12-06 06:03:10 +00:00
test_win_firewall.py Replace @skipIf(not platform.is_windows(), ...) usage 2022-12-06 06:03:10 +00:00
test_win_ip.py Replace @skipIf(not platform.is_windows(), ...) usage 2022-12-06 06:03:10 +00:00
test_win_ntp.py [3006.x] rebase test labels (#64053) 2023-04-15 18:19:58 -07:00
test_win_pkg.py Replace @skipIf(not platform.is_windows(), ...) usage 2022-12-06 06:03:10 +00:00
test_win_servermanager.py Replace @skipIf(not platform.is_windows(), ...) usage 2022-12-06 06:03:10 +00:00
test_win_task.py Replace @skipIf(not platform.is_windows(), ...) usage 2022-12-06 06:03:10 +00:00