salt/tests/unit/modules
Erik Johnson 4798187035
Improve reliability/idempotence of file.blockreplace state (2018.3 branch)
This makes the following changes:

- The `append_newline` argument to the `file.blockreplace`
  remote-execution function has been modified so that if its value is
  `None`, it only appends a newline when the content block does not end
  in one.
- A couple of fixes were made to newline handling. The existing code
  normalized the newlines in the content block, replacing them with
  os.linesep. However, when the file contains newlines that don't match
  the OS (i.e. POSIX newlines in a file on a Windows box, or Windows
  newlines on a Linux/Mac/BSD/etc. box), then we would still end up with
  mixed newlines. The line separator is now detected when we read in the
  original file, and the detected line separator is used when writing
  the content block. Additionally, the same newline mismatch was
  possible when appending/prepending the content block. This has been
  fixed by using a common function for appending, prepending, and
  replacing the content block.
- Support for the `append_newline` argument has been added to the
  `file.blockreplace` state. The default value for the state is `None`.
  A `versionchanged` has been added to the remote execution function to
  let users know that the Fluorine release will change the default value
  of that variable.
- 20 new integration tests have been written to test the
  `file.blockreplace` state.
2018-03-07 22:29:09 -06:00
..
inspectlib/tree_test
zypp Adding support for installing patches in yum/dnf execution module 2017-06-16 15:28:10 +02:00
__init__.py
test_aliases.py [PY3] Add unicode_literals to states/modules (A) 2018-01-14 01:31:52 -06:00
test_alternatives.py [PY3] Add unicode_literals to states/modules (A) 2018-01-14 01:31:52 -06:00
test_ansiblegate.py Skip tests on Windows, gate module on Windows 2018-01-18 13:27:56 -07:00
test_apache.py [PY3] Add unicode_literals to states/modules (A) 2018-01-14 01:31:52 -06:00
test_aptpkg.py [PY3] Add unicode_literals to states/modules (A) 2018-01-14 01:31:52 -06:00
test_archive.py [PY3] Add unicode_literals to states/modules (A) 2018-01-14 01:31:52 -06:00
test_artifactory.py [PY3] Add unicode_literals to states/modules (A) 2018-01-14 01:31:52 -06:00
test_at.py [PY3] Add unicode_literals to states/modules (A) 2018-01-14 01:31:52 -06:00
test_augeas_cfg.py [PY3] Add unicode_literals to states/modules (A) 2018-01-14 01:31:52 -06:00
test_beacons.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_bluez.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_boto_apigateway.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_boto_cloudtrail.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_boto_cloudwatch_event.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_boto_cognitoidentity.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_boto_elasticsearch_domain.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_boto_elb.py Fix failing boto/network tests 2018-01-21 17:24:11 -06:00
test_boto_iot.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_boto_lambda.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_boto_route53.py Fix failing boto/network tests 2018-01-21 17:24:11 -06:00
test_boto_s3_bucket.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_boto_secgroup.py fix test boto imports 2018-01-18 14:56:27 -07:00
test_boto_vpc.py Merge branch '2017.7' into 'oxygen' 2018-01-26 17:27:03 -05:00
test_bower.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_bridge.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_btrfs.py [PY3] Update modules/states for PY3/Unicode compatibility (B) 2018-01-17 17:06:07 -06:00
test_cassandra_cql.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_cassandra.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_chef.py Salt Unicode Update 2018-01-22 14:38:01 +03:00
test_cmdmod.py Add option to cmdmod funcs to specify the output encoding 2018-02-07 02:01:55 -06:00
test_composer.py Salt Unicode Update 2018-01-22 14:38:01 +03:00
test_config.py Salt Unicode Update 2018-01-22 14:38:01 +03:00
test_cp.py [PY3] Add unicode_literals to high-priority modules/states 2018-01-24 10:33:58 -06:00
test_cpan.py Salt Unicode Update 2018-01-22 14:38:01 +03:00
test_cron.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_cyg.py Salt Unicode Update 2018-01-22 14:38:01 +03:00
test_daemontools.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_data.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_ddns.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_deb_apache.py Fixed lint failures 2018-01-22 17:59:17 +03:00
test_deb_postgres.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_debconfmod.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_debian_ip.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_debian_service.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_defaults.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_devmap.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_dig.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_disk.py [PY3] Add unicode_literals to high-priority modules/states 2018-01-24 10:33:58 -06:00
test_djangomod.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_dnsmasq.py Fixed lint failures 2018-01-22 17:59:17 +03:00
test_dnsutil.py Fixed lint failures 2018-01-22 17:59:17 +03:00
test_dockermod.py Merge branch '2017.7' into merge-2017.7-2018.3 2018-03-02 16:20:20 -06:00
test_dpkg.py [PY3] Add unicode_literals to pkg/pkgrepo states/modules 2018-01-20 22:21:41 -06:00
test_drac.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_drbd.py Salt Unicode Update 2018-01-22 14:38:24 +03:00
test_elasticsearch.py Add unicode_literals to modules, states, tests (E) 2018-01-21 09:25:58 -05:00
test_environ.py Add unicode_literals to modules, states, tests (E) 2018-01-21 09:25:58 -05:00
test_esxcluster.py Add unicode_literals to modules, states, tests (E) 2018-01-21 09:25:58 -05:00
test_esxdatacenter.py Add unicode_literals to modules, states, tests (E) 2018-01-21 09:25:58 -05:00
test_etcd_mod.py Add unicode_literals to modules, states, tests (E) 2018-01-21 09:25:58 -05:00
test_event.py Add unicode_literals to modules, states, tests (E) 2018-01-21 09:25:58 -05:00
test_extfs.py Add unicode_literals to modules, states, tests (E) 2018-01-21 09:25:58 -05:00
test_file.py Improve reliability/idempotence of file.blockreplace state (2018.3 branch) 2018-03-07 22:29:09 -06:00
test_firewalld.py [PY3] Add unicode_literals to high-priority modules/states 2018-01-24 10:33:58 -06:00
test_gem.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_genesis.py Fixed unit tests. 2018-01-24 20:37:11 +03:00
test_gentoo_service.py Merge branch '2017.7' into merge-2017.7-2018.3 2018-03-02 16:20:20 -06:00
test_git.py Update old utils paths to new paths for oxygen 2018-02-16 10:35:22 -05:00
test_glusterfs.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_gnomedesktop.py Salt Unicode Update 3rd tier 3rd bunch from DK 2018-01-22 14:38:49 +03:00
test_grains.py [PY3] Add unicode_literals to high-priority modules/states 2018-01-24 10:33:58 -06:00
test_groupadd.py [PY3] Add unicode_literals to high-priority modules/states 2018-01-24 10:33:58 -06:00
test_grub_legacy.py Salt Unicode Update 3rd tier 3rd bunch from DK 2018-01-22 14:38:49 +03:00
test_guestfs.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_hadoop.py Add unicode_literals to modules, states, tests (H) 2018-01-23 09:55:46 -05:00
test_haproxyconn.py Add unicode_literals to modules, states, tests (H) 2018-01-23 09:55:46 -05:00
test_hashutil.py Add unicode_literals to modules, states, tests (H) 2018-01-23 09:55:46 -05:00
test_hg.py Add unicode_literals to modules, states, tests (H) 2018-01-23 09:55:46 -05:00
test_hipchat.py Add unicode_literals to modules, states, tests (H) 2018-01-23 09:55:46 -05:00
test_hosts.py Fix unit.modules.test_hosts.HostsTestCase.test_set_host_true_remove for PY3 2018-01-26 09:54:21 -06:00
test_htpasswd.py Add unicode_literals to modules, states, tests (H) 2018-01-23 09:55:46 -05:00
test_http.py Add unicode_literals to modules, states, tests (H) 2018-01-23 09:55:46 -05:00
test_ilo.py Add unicode_literals to modules, states, tests (I) 2018-01-21 09:27:14 -05:00
test_incron.py Add unicode_literals to modules, states, tests (I) 2018-01-21 09:27:14 -05:00
test_influx08.py Add unicode_literals to modules, states, tests (I) 2018-01-21 09:27:14 -05:00
test_ini_manage.py Add unicode_literals to modules, states, tests (I) 2018-01-21 09:27:14 -05:00
test_inspect_collector.py Add unicode_literals to modules, states, tests (I) 2018-01-21 09:27:14 -05:00
test_inspect_fsdb.py Fix unit.modules.test_inspect_fsdb.InspectorFSDBTestCase.test_create_table for PY3 2018-01-26 11:19:15 -06:00
test_introspect.py Add unicode_literals to modules, states, tests (I) 2018-01-21 09:27:14 -05:00
test_ipset.py Add unicode_literals to modules, states, tests (I) 2018-01-21 09:27:14 -05:00
test_iptables.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_jboss7_cli.py Fix test errors created with unicode changes 2018-01-23 15:48:42 -05:00
test_jboss7.py Add unicode_literals to modules, states, and related tests 2018-01-23 15:26:25 -05:00
test_junos.py Fix test errors created with unicode changes 2018-01-23 15:48:42 -05:00
test_k8s.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_kapacitor.py Add unicode_literals to modules, states, and related tests 2018-01-23 15:26:25 -05:00
test_kernelpkg_linux_apt.py Update refrences to Oxygen codename to 2018.3.0 2018-02-21 21:47:41 -06:00
test_kernelpkg_linux_yum.py Update refrences to Oxygen codename to 2018.3.0 2018-02-21 21:47:41 -06:00
test_kernelpkg.py Update refrences to Oxygen codename to 2018.3.0 2018-02-21 21:47:41 -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 unicode_literals to modules, states, and related tests 2018-01-23 15:26:25 -05:00
test_keystone.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_kmod.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_kubernetes.py Merge branch '2017.7' into '2018.3' 2018-02-23 09:50:19 -05:00
test_launchctl.py Add unicode_literals to more modules, states, and tests 2018-01-23 10:08:59 -05:00
test_ldapmod.py Add unicode_literals to more modules, states, and tests 2018-01-23 10:08:59 -05:00
test_libcloud_compute.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_libcloud_dns.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_libcloud_loadbalancer.py Fixing test failing in test_libcloud_loadbalancer.py 2018-01-25 14:43:36 -08:00
test_libcloud_storage.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_linux_acl.py Add unicode_literals to more modules, states, and tests 2018-01-23 10:08:59 -05:00
test_linux_lvm.py Add unicode_literals to more modules, states, and tests 2018-01-23 10:08:59 -05:00
test_linux_sysctl.py Add unicode_literals to more modules, states, and tests 2018-01-23 10:08:59 -05:00
test_localemod.py Patch salt.utils call for test_parse_localectl test 2018-02-16 15:26:06 -05:00
test_locate.py Add unicode_literals to more modules, states, and tests 2018-01-23 10:08:59 -05:00
test_logadm.py Add unicode_literals to more modules, states, and tests 2018-01-23 10:08:59 -05:00
test_logrotate.py Add unicode_literals to more modules, states, and tests 2018-01-23 10:08:59 -05:00
test_lvs.py Add unicode_literals to more modules, states, and tests 2018-01-23 10:08:59 -05:00
test_mac_assistive.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mac_brew.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mac_defaults.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mac_desktop.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mac_group.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mac_keychain.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mac_package.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mac_pkgutil.py [PY3] Add unicode_literals to pkg/pkgrepo states/modules 2018-01-20 22:21:41 -06:00
test_mac_power.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mac_sysctl.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mac_user.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mac_xattr.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_mandrill.py Add more unicode_literals to modules, states, and test files 2018-01-22 09:32:29 -05:00
test_mdadm.py Add more unicode_literals to modules, states, and test files 2018-01-22 09:32:29 -05:00
test_memcached.py Add more unicode_literals to modules, states, and test files 2018-01-22 09:32:29 -05:00
test_mine.py [PY3] Add unicode_literals to high-priority modules/states 2018-01-24 10:33:58 -06:00
test_mod_random.py Add more unicode_literals to modules, states, and test files 2018-01-22 09:32:29 -05:00
test_modjk.py Add more unicode_literals to modules, states, and test files 2018-01-22 09:32:29 -05:00
test_monit.py Add more unicode_literals to modules, states, and test files 2018-01-22 09:32:29 -05:00
test_moosefs.py Add more unicode_literals to modules, states, and test files 2018-01-22 09:32:29 -05:00
test_mount.py Add more unicode_literals to modules, states, and test files 2018-01-22 09:32:29 -05:00
test_munin.py Add more unicode_literals to modules, states, and test files 2018-01-22 09:32:29 -05:00
test_mysql.py Add more unicode_literals to modules, states, and test files 2018-01-22 09:32:29 -05:00
test_nagios.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_napalm_acl.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_napalm_bgp.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_napalm_network.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_napalm_ntp.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_napalm_probes.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_napalm_route.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_napalm_snmp.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_napalm_users.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_napalm_yang_mod.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_netbox.py Add unicode_literals to modules, states, and tests [n] 2018-01-22 09:42:15 -05:00
test_netscaler.py Add unicode_literals to modules, states, and tests [n] 2018-01-22 09:42:15 -05:00
test_network_utils.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_network.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_neutron.py Add unicode_literals to modules, states, and tests [n] 2018-01-22 09:42:15 -05:00
test_nexus.py Add unicode_literals to modules, states, and tests [n] 2018-01-22 09:42:15 -05:00
test_nfs3.py Add unicode_literals to modules, states, and tests [n] 2018-01-22 09:42:15 -05:00
test_nftables.py Add unicode_literals to modules, states, and tests [n] 2018-01-22 09:42:15 -05:00
test_nginx.py Add unicode_literals to modules, states, and tests [n] 2018-01-22 09:42:15 -05:00
test_nova.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_npm.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_openbsdpkg.py [PY3] Add unicode_literals to pkg/pkgrepo states/modules 2018-01-20 22:21:41 -06:00
test_openscap.py Fix openscap push 2018-03-07 14:55:50 +01:00
test_openstack_config.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_oracle.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_osquery.py Restore accidentally broken test 2018-01-26 15:31:29 +01:00
test_pacman.py Proper mocking. 2017-04-01 14:22:59 +01:00
test_pagerduty.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_pam.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_parallels.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_parted.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_pecl.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_pillar.py Use explicit unicode strings + break up salt.utils 2017-08-08 13:33:43 -05:00
test_pip.py Fix encoding issue 2018-02-27 14:38:07 -07:00
test_pkg_resource.py [PY3] Add unicode_literals to pkg/pkgrepo states/modules 2018-01-20 22:21:41 -06:00
test_pkgutil.py [PY3] Add unicode_literals to pkg/pkgrepo states/modules 2018-01-20 22:21:41 -06:00
test_portage_config.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_postfix.py Adjust to the new LoaderModuleMockMixin usage 2017-03-28 19:03:59 +01:00
test_postgres.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_poudriere.py Merge branch '2017.7' into 'develop' 2017-09-26 13:45:10 -04:00
test_powerpath.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_proxy.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_ps.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_publish.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_puppet.py Lintfix: continuation 2018-01-26 15:25:49 +01:00
test_pw_group.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_pw_user.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_pyenv.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_pyroute2.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_qemu_img.py Lintfix: continuation 2018-01-26 15:25:49 +01:00
test_qemu_nbd.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_rabbitmq.py Lintfix: line too long 2018-01-26 15:26:04 +01:00
test_raet_publish.py Remove extra backslashes 2018-01-26 15:26:24 +01:00
test_random_org.py Remove extra-parenthesis 2018-01-26 15:26:34 +01:00
test_rbenv.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_rdp.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_redismod.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_reg_win.py [PY3] Add unicode_literals to more high-priority states/modules 2018-01-22 08:26:28 -06:00
test_ret.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_rh_ip.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_rh_service.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_riak.py Add print_function and unicode_literals 2018-01-26 15:23:44 +01:00
test_rpm.py Drop @patch usage 2017-04-28 13:36:42 +01:00
test_rsync.py [PY3] Add unicode_literals to more high-priority states/modules 2018-01-22 08:26:28 -06:00
test_rvm.py Lintfix: line too long 2018-01-26 14:58:11 +01:00
test_s3.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_s6.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_saltcheck.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_saltcloudmod.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_schedule.py [PY3] Add unicode_literals to more high-priority states/modules 2018-01-22 08:26:28 -06:00
test_scsi.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_sdb.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_seed.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_selinux.py Resolve linting errors 2018-02-13 13:27:38 -05:00
test_sensors.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_serverdensity_device.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_service.py [PY3] Add unicode_literals to more high-priority states/modules 2018-01-22 08:26:28 -06:00
test_servicenow.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_shadow.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_smf.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_smtp.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_snapper.py Lintfix: line too long 2018-01-26 14:58:11 +01:00
test_solr.py Lintfix: continuation 2018-01-26 14:58:46 +01:00
test_sqlite3.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_ssh.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_state.py [PY3] Add unicode_literals to more high-priority states/modules 2018-01-22 08:26:28 -06:00
test_status.py [PY3] Add unicode_literals to more high-priority states/modules 2018-01-22 08:26:28 -06:00
test_supervisord.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_svn.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_swift.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_sysbench.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_syslog_ng.py Update syslog_ng tests to reflect change in PATH behavior 2018-02-01 10:54:09 -06:00
test_sysmod.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_system.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_systemd.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_telegram.py Added new Telegram module 2017-11-20 08:47:57 +01:00
test_timezone.py Add unicode_literals to modules, states, and related tests 2018-01-23 15:26:25 -05:00
test_tls.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_tuned.py Proper mocking 2017-04-04 18:58:19 +01:00
test_twilio_notify.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_udev.py Fix iterations over dict items 2018-01-26 14:59:04 +01:00
test_uptime.py Add unicode_literals to modules, states, and related tests 2018-01-23 15:26:25 -05:00
test_useradd.py [PY3] Add unicode_literals to more high-priority states/modules 2018-01-22 08:26:28 -06:00
test_uwsgi.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_vagrant.py Add unicode_literals to modules, states, and related tests 2018-01-23 15:26:25 -05:00
test_varnish.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_virt.py Add unicode_literals to modules, states, and related tests 2018-01-23 15:26:25 -05:00
test_virtualenv.py Add unicode_literals to modules, states, and related tests 2018-01-23 15:26:25 -05:00
test_vsphere.py Lintfix: E9402 (blacklisted module usage) 2018-01-29 14:09:59 +01:00
test_win_autoruns.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_certutil.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_disk.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_dism.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_dns_client.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_file.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_groupadd.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_iis.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_ip.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_license.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_network.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_ntp.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_path.py Lint fix: remove extra line 2018-02-24 06:51:25 -05:00
test_win_pki.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_powercfg.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_service.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_shadow.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_snmp.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_status.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_system.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_win_timezone.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_x509.py Fix unit test on Python3 2018-02-20 18:50:10 +01:00
test_xapi.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_yumpkg.py Merge branch '2017.7' into '2018.3' 2018-02-23 09:50:19 -05:00
test_zcbuildout.py Add TODO remark on possible removal of the unicode-test tests 2018-01-26 15:00:51 +01:00
test_zfs.py Tier two unicode updates for modules, states and related tests. 2018-01-25 11:59:25 -08:00
test_znc.py Add print_function and unicode_literals 2018-01-26 14:57:36 +01:00
test_zpool.py Lintfix: line too long 2018-01-26 14:58:11 +01:00
test_zypper.py Fix Unicode tests when run with LC_ALL=POSIX 2018-02-01 19:24:23 +01:00