salt/tests/pytests/unit/modules
2022-07-14 11:13:51 -06:00
..
dockermod Migrate `tests/unit/modules/test_dockermod.py` to Pytest 2021-08-14 08:17:52 -07:00
file Fix salt.states.file.managed() for follow_symlinks=True and test=True 2022-06-07 07:10:37 -06:00
napalm Remove debug logging 2022-02-02 14:56:36 -07:00
sol10_pkg/bashs/SUNWbashS Fix for Solaris 10 pkg.install issue 59305 and tests 2021-04-13 12:40:04 -07:00
state Fix failing unit test for state.highstate after refactor 2022-06-01 13:43:12 -06:00
virt virt: use ET node get() to fetch attributes 2021-12-15 16:16:09 -05:00
__init__.py Pyupgrade and drop six 2021-07-06 09:04:28 -04:00
test_aix_status.py After reviewer comments, removed try/except around import pytest 2022-01-25 16:01:23 -08:00
test_aixpkg.py Updated to remove use of f-strings, and review comments 2022-01-06 15:44:45 -05:00
test_aliases.py move aliases module tests to pytest 2022-06-28 14:23:00 -07:00
test_alternatives.py alternatives: Do not access /var/lib/dpkg/alternatives directly 2021-10-13 14:21:55 -04:00
test_ansiblegate.py Improvements on "ansiblegate" module (#60056) 2022-07-12 06:59:51 -06:00
test_aptpkg.py Fix aptpkg.py tests 2022-06-30 10:04:23 -06:00
test_archive.py Upgrade to black 21.7b0 2021-08-06 13:09:47 -07:00
test_azurearm_dns.py Bump to pytest-salt-factories >= 0.903.x 2021-05-28 14:48:59 -07:00
test_beacons.py Thrown an error when the tmpdir fixture is used. Migrate to tmp_path 2022-06-10 07:01:59 -06:00
test_boto_elbv2.py Fix unit tests 2022-04-07 15:52:13 -04:00
test_boto_ssm.py Fix unit tests 2022-04-07 15:52:13 -04:00
test_chocolatey.py move chocolatey exec module tests to pytest 2022-01-19 15:03:26 -05:00
test_cmdmod.py Move deferred handler tests to pytest 2022-04-12 09:46:02 -04:00
test_consul.py fix(consul): serialize to JSON only non string objects. 2022-02-10 14:06:58 -05:00
test_cp.py fixes saltstack/salt#61562 cp functions derive saltenv from config 2022-02-08 09:17:50 -08:00
test_data.py Fixing items, values, and keys functions in the data module. Moving integration to functional tests. Converting unit test over to pytest. 2022-05-18 14:43:43 -04:00
test_debian_ip.py Fix debian_ip RuntimeError 2021-12-16 11:50:51 -06:00
test_defaults.py change comparison and precommit 2022-03-22 14:33:25 -04:00
test_dig.py fixes saltstack/salt#61991 add dig.cname function 2022-05-05 12:56:55 -04:00
test_etcd_mod.py Add etcd API v3 implementation (#61911) 2022-05-31 07:40:35 -06:00
test_freebsd_sysctl.py Move module tests to pytest 2021-11-04 07:19:45 -04:00
test_freezer.py fixes saltstack/salt#61681 add compare function to freezer module 2022-02-23 10:45:21 -08:00
test_git.py fix global variables 2022-01-19 15:03:26 -05:00
test_gpg.py Implement `pytest.mark.requires_random_entropy` marker for simpler usage. 2022-06-10 07:24:00 -06:00
test_grains.py Move module tests to pytest 2021-11-08 13:30:54 -05:00
test_ini_manage.py Fix tests.pytests.unit.modules.test_ini_manage.test_section_req on Windows 2020-09-29 05:57:05 +01:00
test_ipset.py Fix and migrate `tests/unit/modules/test_ipset.py` to PyTest 2021-09-21 19:05:48 -04:00
test_iptables.py make comment in iptables module test file align with pytest 2022-06-28 14:23:00 -07:00
test_keyboard.py move keyboard module and state tests to pytest 2022-06-28 14:23:00 -07:00
test_linux_sysctl.py skip sysctl tests on windows since the utility isnt present 2022-06-22 12:13:05 -06:00
test_mac_assistive.py Don't shell out! Access the database directly and properly escape values. 2022-05-20 12:07:09 -07:00
test_mac_brew_pkg.py Fixing failing mac_brew tests. Moving to pytest. 2021-09-22 18:50:10 -07:00
test_mac_desktop.py Move MacOS tests to pytest 2021-12-08 15:50:06 -05:00
test_mac_group.py Move MacOS tests to pytest 2021-12-08 15:50:06 -05:00
test_mac_keychain.py Move MacOS tests to pytest 2021-12-08 15:50:06 -05:00
test_mac_pkgutil.py Move MacOS tests to pytest 2021-12-08 15:50:06 -05:00
test_mac_power.py Move MacOS tests to pytest 2021-12-08 15:50:06 -05:00
test_mac_service.py Move MacOS tests to pytest 2021-12-08 15:50:06 -05:00
test_mac_softwareupdate.py Move MacOS tests to pytest 2021-12-08 15:50:06 -05:00
test_mac_sysctl.py Move MacOS tests to pytest 2021-12-08 15:50:06 -05:00
test_mac_user.py Fix the pwd.getpwnam caching issue on macOS user module 2021-08-11 07:06:56 -04:00
test_mac_xattr.py Move MacOS tests to pytest 2021-12-08 15:50:06 -05:00
test_macdefaults.py Move tests to pytest (#61354) 2021-12-13 16:29:34 -05:00
test_macpackage.py Move tests to pytest (#61354) 2021-12-13 16:29:34 -05:00
test_mandrill.py Move tests to pytest (#61354) 2021-12-13 16:29:34 -05:00
test_match.py Define minion_id as a fixture and assert against it 2021-03-05 07:53:51 -05:00
test_mdadm_raid.py Move tests to pytest (#61354) 2021-12-13 16:29:34 -05:00
test_mine.py Move tests to pytest (#61354) 2021-12-13 16:29:34 -05:00
test_mod_random.py change test name due to copy paste err 2022-07-11 13:03:58 -06:00
test_modjk.py Move tests to pytest (#61354) 2021-12-13 16:29:34 -05:00
test_monit.py Move tests to pytest (#61354) 2021-12-13 16:29:34 -05:00
test_moosefs.py Move tests to pytest (#61354) 2021-12-13 16:29:34 -05:00
test_mount.py Remove test_set_filesystems_with_data on Windows, as it doesn't handle the embedded tabs well 2022-01-27 11:31:01 -07:00
test_munin.py Move tests to pytest (#61354) 2021-12-13 16:29:34 -05:00
test_mysql.py remove escaping of dbname in mysql.alter_db method. 2022-01-14 16:42:23 -08:00
test_nacl.py Merge 3003 changes forward to the master branch (#59879) 2021-03-24 10:52:25 -04:00
test_network.py Fix threadpool leak in network.fqdns 2022-04-06 15:37:00 -04:00
test_nginx.py Add tests for nginx version 2021-05-26 14:06:08 -04:00
test_nilrt_ip.py Switch to using the pytest-salt-factories loader mock support 2021-01-07 12:46:36 +00:00
test_openbsd_sysctl.py Move OpenBSD sysctl.conf tests to pytest 2021-02-20 07:51:21 +00:00
test_openbsdpkg.py Updates to pkg beacon, fire when installed or removed (#59463) 2021-02-16 11:16:39 -05:00
test_opkg.py Switch to using the pytest-salt-factories loader mock support 2021-01-07 12:46:36 +00:00
test_pacmanpkg.py Updates to pkg beacon, fire when installed or removed (#59463) 2021-02-16 11:16:39 -05:00
test_pcs.py Update pcs support for > 0.10 (#60257) 2021-08-24 14:04:15 -04:00
test_pdbedit.py Stop using `pytest.helpers.loader_mock()` under pytest 2022-04-07 15:59:29 -04:00
test_pf.py Move module tests to pytest 2021-11-10 08:29:26 -05:00
test_pillar.py Move module tests to pytest 2021-11-10 08:29:26 -05:00
test_pip.py Move module tests to pytest 2021-11-10 08:29:26 -05:00
test_pkg_resource.py Fix flaky test on Debian 9 2021-11-12 12:38:01 -08:00
test_pkgin.py Move module tests to pytest (#61217) 2021-11-11 10:26:59 -05:00
test_pkgng.py Fix strings 2021-08-06 13:09:47 -07:00
test_pkgutil.py Updates to pkg beacon, fire when installed or removed (#59463) 2021-02-16 11:16:39 -05:00
test_portage_config.py fix Path object for py35 2021-07-08 18:47:12 -07:00
test_postfix.py Move module tests to pytest 2021-11-08 13:30:54 -05:00
test_postgres.py fixes saltstack/salt#59585 postgres_privileges.present not idempotent for functions 2022-07-14 11:13:51 -06:00
test_poudriere.py Fix strings 2021-08-06 13:09:47 -07:00
test_powerpath.py Move module tests to pytest (#61217) 2021-11-11 10:26:59 -05:00
test_proxy.py Move module tests to pytest (#61217) 2021-11-11 10:26:59 -05:00
test_publish.py Thrown an error when the tmpdir fixture is used. Migrate to tmp_path 2022-06-10 07:01:59 -06:00
test_puppet.py Move module tests to pytest 2021-11-08 13:30:54 -05:00
test_purefb.py Move module tests to pytest 2021-11-08 13:30:54 -05:00
test_pw_group.py Move module tests to pytest (#61227) 2021-11-17 09:54:54 -05:00
test_pw_user.py Move module tests to pytest (#61227) 2021-11-17 09:54:54 -05:00
test_pyenv.py Move module tests to pytest (#61227) 2021-11-17 09:54:54 -05:00
test_qemu_img.py Move module tests to pytest (#61227) 2021-11-17 09:54:54 -05:00
test_qemu_nbd.py Move module tests to pytest (#61227) 2021-11-17 09:54:54 -05:00
test_rabbitmq.py Fix strings 2021-08-06 13:09:47 -07:00
test_rebootmgr.py test_rebootmgr: convert to pytest 2021-08-24 12:11:21 -04:00
test_restartcheck.py Upgrade to black 21.7b0 2021-08-06 13:09:47 -07:00
test_restconf.py Update tests/pytests/unit/modules/test_restconf.py 2022-05-20 15:21:03 -04:00
test_rpm_lowpkg.py Use patch context manager 2021-09-23 07:19:21 -04:00
test_salt_version.py Move module tests to pytest 2021-11-23 17:49:56 -08:00
test_saltcloudmod.py Move module tests to pytest 2021-11-23 17:49:56 -08:00
test_saltutil.py Move module tests to pytest 2021-11-23 17:49:56 -08:00
test_schedule.py Need to mock os.path.exists to get the right data back from the mocked fopen. 2022-03-23 15:58:10 -04:00
test_scsi.py Move module tests to pytest 2021-11-23 17:49:56 -08:00
test_sdb.py Move module tests to pytest 2021-11-23 17:49:56 -08:00
test_seed.py Move module tests to pytest 2021-11-23 17:49:56 -08:00
test_selinux.py Move module tests to pytest 2021-11-23 17:49:56 -08:00
test_sensors.py Move module tests to pytest 2021-11-23 17:49:56 -08:00
test_slack.py more precommit 2021-02-22 14:14:25 -05:00
test_slackware_service.py Switch to using the pytest-salt-factories loader mock support 2021-01-07 12:46:36 +00:00
test_slsutil.py Convert slsutil tests to pytest 2021-09-21 19:35:09 -04:00
test_solaris_shadow.py Upgrade to black 21.7b0 2021-08-06 13:09:47 -07:00
test_solarisipspkg.py Fix strings 2021-08-06 13:09:47 -07:00
test_solarispkg.py When current_zone_only is True, ensure we append the -G options to the cmd_prefix list correctly 2022-07-13 13:15:19 -06:00
test_state.py Merge 3003.3 into master (#60924) 2021-09-22 17:42:38 -07:00
test_status.py Fix uptime on AIX systems when less than 24 hours 2022-02-02 12:33:51 +00:00
test_suse_ip.py Suggested changes 2022-05-26 09:01:22 -07:00
test_swarm.py Fix strings 2021-08-06 13:09:47 -07:00
test_tls.py Thrown an error when the tmpdir fixture is used. Migrate to tmp_path 2022-06-10 07:01:59 -06:00
test_transactional_update.py Fix pylint issues 2022-06-01 13:43:12 -06:00
test_useradd.py fixed chhome-chfullname copy paste error 2022-05-25 15:02:17 -07:00
test_win_autoruns.py Move windows module tests to pytest 2021-11-23 11:57:58 -08:00
test_win_certutil.py Add tests, fix state module 2022-01-25 11:23:13 -08:00
test_win_disk.py Move windows module tests to pytest 2021-11-23 11:57:58 -08:00
test_win_dism.py Move windows module tests to pytest 2021-11-23 11:57:58 -08:00
test_win_dns_client.py Move windows module tests to pytest 2021-11-23 11:57:58 -08:00
test_win_file.py Adds the ability to get file version information on Windows 2022-05-23 15:45:43 -04:00
test_win_network.py Move windows module tests to pytest 2021-11-23 11:57:58 -08:00
test_win_ntp.py Move windows module tests to pytest 2021-11-23 11:57:58 -08:00
test_win_path.py add 2 more tests and logic to ensure adding empty paths is False 2021-08-04 12:55:58 -04:00
test_win_pkg.py Add changelog 2022-04-18 09:38:54 -04:00
test_win_servermanager.py Remove unused import 2021-06-02 06:48:42 -04:00
test_win_timezone.py Fix regression in win_timezone.get_zone, move unit test to pytest 2021-10-14 13:39:49 -04:00
test_yumpkg.py refactor test 2022-04-07 15:53:53 -04:00
test_zabbix.py Tests for modules.zabbix migrated to pytest 2022-05-13 15:18:49 -07:00
test_zfs.py Move module tests to pytest 2021-11-04 07:19:45 -04:00
test_zfs_solaris10.py Updated to allow for reviewer comments 2021-04-13 08:30:25 -07:00
test_zfs_solaris11.py Updated to allow for reviewer comments 2021-04-13 08:30:25 -07:00
test_zpool.py Move module tests to pytest 2021-11-04 07:19:45 -04:00
test_zypperpkg.py Add unit tests for hold/unhold/list_holds of zypperpkg 2022-06-02 12:12:28 -06:00