salt/tests/unit/modules
Erik Johnson 002aa88a97
Replace yaml usage with a helper to ensure unicode is handled properly
Without allow_unicode=True, unicode characters are processed through the
str representer and on Python 2 are dumped as a Unicode code point (i.e.
a literal \u0414). This commit makes allow_unicode=True the default in
our salt.utils.yamlloader.safe_dump() helper. It also adds a new
salt.utils.yamlloader.dump() helper which wraps yaml.dump() and also
makes allow_unicode=True the default.

To make importing and using our custom yaml loader/dumper easier, a
convenience module called salt.utils.yaml has been added, which does a
wildcard import from both salt.utils.yamldumper and
salt.utils.yamlloader.

Refs to yaml.load/dump and yaml.safe_load/safe_dump have been updated to
salt.utils.yaml, to ensure that unicode is handled properly.
2018-01-03 14:14:21 -06:00
..
inspectlib/tree_test Add unit test for file tree 2016-06-14 00:25:08 +02:00
zypp Adding support for installing patches in yum/dnf execution module 2017-06-16 15:28:10 +02:00
__init__.py
test_aliases.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_alternatives.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_ansiblegate.py Add unit test for __virtual__ in case Ansible is installed on the Minion 2017-12-01 11:21:27 +01:00
test_apache.py Update all references for moved functions to use "files" util 2017-07-18 10:31:01 -06:00
test_aptpkg.py Replace "nitrogen" references with 2017.7.0, too! 2017-06-14 12:20:45 -06:00
test_archive.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_artifactory.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_at.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_augeas_cfg.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_beacons.py Various fixes to beacons to handle situations when beacons are stored in pillar. Updating execution module to report that beacons stored in pillar can not be managed via module. Updating add function to ensure beacon is available before attempting to add it. Updaitng unit tests to include new beacon is available check. 2017-10-16 14:32:12 -07:00
test_bluez.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_boto_apigateway.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_boto_cloudtrail.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_boto_cloudwatch_event.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_boto_cognitoidentity.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_boto_elasticsearch_domain.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_boto_elb.py Merge branch '2017.7' into 'develop' 2017-08-14 14:21:17 -04:00
test_boto_iot.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_boto_lambda.py Complete the salt.utils refactor 2017-10-15 09:43:31 -05:00
test_boto_route53.py fix test 2017-12-13 17:18:02 -07:00
test_boto_s3_bucket.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_boto_secgroup.py Lint fix: add missing space 2017-08-11 14:19:15 -04:00
test_boto_vpc.py Merge branch '2017.7' into 'develop' 2017-08-14 14:21:17 -04:00
test_bower.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_bridge.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_btrfs.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_cassandra_cql.py Proper mocking. 2017-04-01 14:22:55 +01:00
test_cassandra.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_chef.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_cmdmod.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
test_composer.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_config.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_cp.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_cpan.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_cron.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_cyg.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_daemontools.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_data.py Update all references for moved functions to use "files" util 2017-07-18 10:31:01 -06:00
test_ddns.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
test_deb_apache.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_deb_postgres.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_debconfmod.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_debian_ip.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_debian_service.py Proper mocking. 2017-03-28 19:04:01 +01:00
test_defaults.py pep8 complaint 2017-12-09 01:06:39 +01:00
test_devmap.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_dig.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_disk.py Update old utils paths to new utils paths 2017-12-11 18:43:33 -05:00
test_djangomod.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_dnsmasq.py Update all references for moved functions to use "files" util 2017-07-18 10:31:01 -06:00
test_dnsutil.py Update all references for moved functions to use "files" util 2017-07-18 10:31:01 -06:00
test_dockermod.py Make lazydict workaround PY3-compatible 2017-12-19 12:09:36 -06:00
test_dpkg.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_drac.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_drbd.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_elasticsearch.py [WIP] Refactor Elasticsearch execution and state modules (#40192) 2017-03-30 13:22:58 -06:00
test_environ.py Merge branch '2017.7' into 'develop' 2017-09-26 13:45:10 -04:00
test_esxcluster.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_esxdatacenter.py Fixed pylint 2017-07-20 22:22:24 +01:00
test_etcd_mod.py Proper mocking. 2017-03-28 19:04:01 +01:00
test_event.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_extfs.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_file.py Update test to match how file.append works 2017-12-19 15:34:31 -06:00
test_firewalld.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_gem.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_genesis.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_gentoo_service.py Proper mocking. 2017-03-28 19:04:01 +01:00
test_git.py Proper mocking. 2017-03-28 19:04:01 +01:00
test_glusterfs.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_gnomedesktop.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_grains.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_groupadd.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_grub_legacy.py Update all references for moved functions to use "files" util 2017-07-18 10:31:01 -06:00
test_guestfs.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_hadoop.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_haproxyconn.py [PY3] Fix haproxyconn unit tests that are failing 2017-07-03 16:25:57 -06:00
test_hashutil.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_hg.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_hipchat.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_hosts.py Complete the salt.utils refactor 2017-10-15 09:43:31 -05:00
test_htpasswd.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_http.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_ilo.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_incron.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_influx08.py Import the full module namespace to avoid import shadowing. 2017-03-28 19:02:47 +01:00
test_ini_manage.py Complete the salt.utils refactor 2017-10-15 09:43:31 -05:00
test_inspect_collector.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_inspect_fsdb.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_introspect.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_ipset.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_iptables.py Fix broken negation in iptables 2017-08-22 09:43:20 -04:00
test_jboss7_cli.py Proper mocking. 2017-04-01 14:22:59 +01:00
test_jboss7.py Proper mocking. 2017-04-01 14:22:55 +01:00
test_junos.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
test_k8s.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
test_kapacitor.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
test_kernelpkg_linux_apt.py Remove kernelpkg test assertions added in Python 3.6 2017-08-22 13:05:32 -06:00
test_kernelpkg_linux_yum.py Remove kernelpkg test assertions added in Python 3.6 2017-08-22 13:05:32 -06:00
test_kernelpkg.py Fix linter errors for kernelpkg modules and states 2017-08-17 11:27:57 -06:00
test_key.py [PY3] Add print_function import to files with unicode_literals already added 2017-12-15 12:14:18 -06:00
test_keyboard.py Add mocks to allow keyboard tests to function on non-Linux systems 2017-04-03 22:11:38 -04:00
test_keystone.py Merge branch '2016.11' into 'nitrogen' 2017-05-30 10:16:14 -06:00
test_kmod.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_kubernetes.py Add the beginning of tests for states.kubernetes and update things 2017-11-05 13:34:37 -06:00
test_launchctl.py Complete the salt.utils refactor 2017-10-15 09:43:31 -05:00
test_ldapmod.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_libcloud_compute.py backward compatibility with older versions of libcloud where snapshots don't have a name field 2017-05-01 21:05:33 +10:00
test_libcloud_dns.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_libcloud_loadbalancer.py add support for custom algorithms and complementary test 2017-04-25 21:47:38 +10:00
test_libcloud_storage.py tests for load balancer and lint for other modules, fixes for load balancer 2017-04-25 21:07:27 +10:00
test_linux_acl.py Merge branch '2017.7' into 'oxygen' 2017-12-14 13:01:29 -05:00
test_linux_lvm.py Adding the force option for situation where the -yes argument needs to be passed along to lvcreate 2017-06-15 13:39:17 -07:00
test_linux_sysctl.py Update all references for moved functions to use "files" util 2017-07-18 10:31:01 -06:00
test_localemod.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_locate.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_logadm.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_logrotate.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_lvs.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_mac_assistive.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_mac_brew.py Merge branch '2016.11' into 'nitrogen' 2017-05-15 16:41:59 -06:00
test_mac_defaults.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_mac_desktop.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_mac_group.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_mac_keychain.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_mac_package.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_mac_pkgutil.py Proper mocking. 2017-03-28 19:04:01 +01:00
test_mac_power.py Import the full module namespace to avoid import shadowing. 2017-03-28 19:02:47 +01:00
test_mac_sysctl.py Update all references for moved functions to use "files" util 2017-07-18 10:31:01 -06:00
test_mac_user.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_mac_xattr.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_mandrill.py Add tests for the mandrill execution module 2017-11-14 11:26:56 +00:00
test_mdadm.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_memcached.py Import the full module namespace to avoid import shadowing. 2017-03-28 19:02:47 +01:00
test_mine.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_mod_random.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_modjk.py Import the full module namespace to avoid import shadowing. 2017-03-28 19:02:47 +01:00
test_monit.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_moosefs.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_mount.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_munin.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_mysql.py Proper mocking. 2017-04-01 14:22:58 +01:00
test_nagios.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_napalm_acl.py complete tests for napalm_yang_mod 2017-11-25 04:06:36 +11:00
test_napalm_bgp.py create a common module for napalm tests, setup napalm_bgp tests 2017-11-22 08:37:56 +00:00
test_napalm_network.py Fix merge conflict resolution error: test_napalm_network 2017-12-12 09:49:18 -05:00
test_napalm_ntp.py fix minor linting errors 2017-11-25 19:04:57 +11:00
test_napalm_probes.py complete tests for napalm_probes 2017-11-24 16:48:06 +01:00
test_napalm_route.py add napalm_route tests 2017-11-24 17:13:30 +01:00
test_napalm_snmp.py add napalm_snmp tests 2017-11-24 17:13:44 +01:00
test_napalm_users.py test for napalm_yang_mod 2017-11-25 03:48:22 +11:00
test_napalm_yang_mod.py complete tests for napalm_yang_mod 2017-11-25 04:06:36 +11:00
test_netbox.py fixup pylint import error. 2017-11-27 19:05:51 -06:00
test_netscaler.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_network_utils.py Absolute imports and A LOT of code cleanup. 2017-03-01 01:33:07 +00:00
test_network.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_neutron.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_nexus.py Adding nexus state and module including unit tests 2017-11-18 15:31:37 +00:00
test_nfs3.py Merge branch 'develop' into nfs-exports 2017-08-15 13:28:12 -06:00
test_nftables.py Update unit test mocks for salt.utils.files.fopen 2017-07-18 13:40:07 -06:00
test_nginx.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_nova.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_npm.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
test_openbsdpkg.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_openscap.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_openstack_config.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_oracle.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_osquery.py Fixing some minor lint issues. 2017-12-28 17:07:38 -08:00
test_pacman.py Proper mocking. 2017-04-01 14:22:59 +01:00
test_pagerduty.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
test_pam.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_parallels.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_parted.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_pecl.py Import the full module namespace to avoid import shadowing. 2017-03-28 19:02:47 +01:00
test_pillar.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_pip.py merge with develop 2017-11-27 22:04:59 +00:00
test_pkg_resource.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
test_pkgutil.py Merge branch '2016.11' into 'nitrogen' 2017-05-15 16:41:59 -06:00
test_portage_config.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_postfix.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_postgres.py Fix unit tests. 2017-08-16 09:00:26 +02:00
test_poudriere.py Merge branch '2017.7' into 'develop' 2017-09-26 13:45:10 -04:00
test_powerpath.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_proxy.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_ps.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_publish.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_puppet.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_pw_group.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_pw_user.py Move several functions from salt.utils to salt.utils.user 2017-10-05 19:50:14 -05:00
test_pyenv.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_pyroute2.py Revert "Update new pyroute2 unit test to conform with 2016.11 branch standards" 2017-06-06 16:35:12 -06:00
test_qemu_img.py Proper mocking. 2017-03-28 19:04:01 +01:00
test_qemu_nbd.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_rabbitmq.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_raet_publish.py Proper mocking. 2017-03-28 19:04:01 +01:00
test_random_org.py Use tornado HTTPClient directly. 2017-04-28 13:33:35 +01:00
test_rbenv.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_rdp.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_redismod.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_reg_win.py Fix problem with handling REG_QWORD in list values 2017-07-05 17:44:06 -06:00
test_ret.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_rh_ip.py Merge branch '2017.7' into 'develop' 2017-11-13 12:27:59 -05:00
test_rh_service.py Proper mocking. 2017-03-28 19:04:01 +01:00
test_riak.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_rpm.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_rsync.py Fix a couple of PY3 test failures in the rsync module 2017-12-15 14:32:32 -05:00
test_rvm.py Add env support for rvm.installed and rvm.do, opts support for .installed 2017-04-10 12:40:56 -07:00
test_s3.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_s6.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_saltcheck.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_saltcloudmod.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
test_schedule.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_scsi.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_sdb.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_seed.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_sensors.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_serverdensity_device.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
test_service.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_servicenow.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_shadow.py Fixed missing import 2017-10-19 03:17:16 +02:00
test_smf.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_smtp.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_snapper.py Merge branch '2017.7' into 'develop' 2017-09-29 11:48:33 -04:00
test_solr.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_sqlite3.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_ssh.py Merge pull request #42111 from bechtoldt/fix_ssh_auth_keys_newline 2017-08-23 12:12:25 -06:00
test_state.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
test_status.py status.meminfo: add OpenBSD support 2017-12-14 18:00:27 +01:00
test_supervisord.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_svn.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_swift.py Import the full module namespace to avoid import shadowing. 2017-03-28 19:02:47 +01:00
test_sysbench.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_syslog_ng.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_sysmod.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_system.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_systemd.py Do not automatically unmask services to start/restart/etc. them 2017-05-01 16:01:35 -05:00
test_telegram.py Added new Telegram module 2017-11-20 08:47:57 +01:00
test_timezone.py Update some salt.utils.x paths for moved util functions 2017-08-29 16:24:47 -04:00
test_tls.py Update all references for moved functions to use "files" util 2017-07-18 10:31:01 -06:00
test_tuned.py Proper mocking 2017-04-04 18:58:19 +01:00
test_twilio_notify.py Updating twilio_txt_msg & memusage beacons to ensure list based configuration. Adding/Updating unit tests for both. Updating twilio related things to support newer version of twilio python library. 2017-08-14 12:04:37 -07:00
test_udev.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_uptime.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_useradd.py Move several functions from salt.utils to salt.utils.user 2017-10-05 19:50:14 -05:00
test_uwsgi.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_vagrant.py lint (again!) blank lines can have no spaces 2017-10-04 09:10:47 -06:00
test_varnish.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_virt.py Replace yaml usage with a helper to ensure unicode is handled properly 2018-01-03 14:14:21 -06:00
test_virtualenv.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_vsphere.py Added to tests.modules.test_vsphere the esxvm compatibility for tests 2017-12-01 11:23:27 +01:00
test_win_autoruns.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_win_certutil.py Lint fix for win_certutil 2017-06-23 10:11:48 -06:00
test_win_disk.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_win_dism.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_win_dns_client.py Remove wmi monkeypatching 2017-11-10 11:29:54 -07:00
test_win_file.py Update old utils paths to new utils paths 2017-12-11 18:43:33 -05:00
test_win_groupadd.py Fix some lint errors 2017-10-24 09:27:39 -06:00
test_win_iis.py Replace json module usage with a helper to ensure unicode content is handled properly 2017-12-27 09:30:58 -06:00
test_win_ip.py Proper mocking. 2017-03-28 19:04:01 +01:00
test_win_license.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_win_network.py Merge branch '2017.7' into 'develop' 2017-11-22 12:36:03 -05:00
test_win_ntp.py Proper mocking. Code is mocked! Runs on non windows too. 2017-03-28 19:02:51 +01:00
test_win_path.py Fix failing test 2017-05-01 11:50:39 -06:00
test_win_pki.py Update Nitrogen references to 2017.7.0 for states, utils, tests directory 2017-06-14 11:54:27 -06:00
test_win_powercfg.py Merge branch '2016.11' into 'nitrogen' 2017-05-24 16:32:59 -06:00
test_win_service.py Merge branch '2017.7' into 'develop' 2017-09-29 11:48:33 -04:00
test_win_shadow.py Proper mocking. 2017-03-28 19:04:01 +01:00
test_win_snmp.py Update Nitrogen references to 2017.7.0 for states, utils, tests directory 2017-06-14 11:54:27 -06:00
test_win_status.py Merge branch '2017.7' into 'develop' 2017-11-22 12:36:03 -05:00
test_win_system.py Fix unit tests 2017-07-11 12:08:13 -06:00
test_win_timezone.py Proper mocking. Code is mocked! Runs on non windows too. 2017-03-28 19:02:51 +01:00
test_xapi.py Update all references for moved functions to use "files" util 2017-07-18 10:31:01 -06:00
test_yumpkg.py merge upstream develop 2017-09-27 14:26:32 -06:00
test_zcbuildout.py Report 'onlyif' and 'unless' conditions as true or false 2017-10-25 11:03:13 -04:00
test_zfs.py Add new unit tests for zfs.list and zfs.get 2017-12-02 13:42:19 +01:00
test_znc.py Fix unit.modules.test_znc for Windows 2017-09-27 16:54:06 -06:00
test_zpool.py Only update props when changed in zpool.present 2017-12-02 16:00:06 +01:00
test_zypper.py Replace os.walk with a helper function 2017-12-13 16:38:12 -06:00