..
__init__.py
Include the python encoding file header on tests.
2013-11-27 11:19:24 +00:00
test_alias.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_alternatives.py
Merge branch '2016.11' into 'develop'
2017-03-28 17:09:30 -06:00
test_apache_conf.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_apache_module.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_apache_site.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_apache.py
Drop @patch
usage
2017-04-28 13:36:42 +01:00
test_apt.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_archive.py
fix tests
2017-07-27 12:00:38 -06:00
test_artifactory.py
Merge branch '2016.11' into 'develop'
2017-04-05 13:02:14 -06:00
test_at.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_augeas.py
Fix unit.states.test_augeas
for Windows
2017-09-29 12:52:32 -06:00
test_aws_sqs.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_blockdev.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_boto_apigateway.py
Code cleanup. Proper mocking.
2017-03-28 19:04:03 +01:00
test_boto_asg.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_alarm.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_dynamodb.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_ec2.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_elasticache.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_elasticsearch_domain.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_elb.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_iam_role.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_iot.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_kinesis.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_lambda.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_lc.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_route53.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_s3_bucket.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_secgroup.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_sns.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_sqs.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_boto_vpc.py
Merge branch '2016.11' into '2017.7'
2017-08-17 09:10:31 -04:00
test_bower.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_chef.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_cloud.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_cmd.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_composer.py
Proper mocking.
2017-03-28 19:04:01 +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_ddns.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_debconfmod.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_disk.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_docker_image.py
Lint: Remove unused import
2017-08-28 09:21:52 -04:00
test_docker_network.py
Lint: Remove extra line at end of file.
2017-07-28 09:13:59 -06:00
test_docker_volume.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_drac.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_elasticsearch.py
Proper mocking.
2017-04-01 14:22:59 +01:00
test_environ.py
Mock the reg.read_value function
2017-07-11 13:23:11 -06:00
test_eselect.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_event.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_file.py
Mock file exists properly
2017-07-11 17:09:21 -06:00
test_gem.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_glusterfs.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_gnomedesktop.py
Import the full module namespace to avoid import shadowing.
2017-03-28 19:02:47 +01:00
test_grafana_datasource.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_grafana.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_grains.py
Drop @patch
usage
2017-04-28 13:36:42 +01:00
test_group.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_hg.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_hipchat.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_host.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_htpasswd.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_http.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_incron.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_influxdb08_database.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_influxdb08_user.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_ini_manage.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_ipmi.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_ipset.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_iptables.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_jboss7.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_kapacitor.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_keyboard.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_keystone.py
Merge branch '2016.11' into 'nitrogen'
2017-06-05 13:38:51 -06:00
test_kmod.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_layman.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_ldap.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_libcloud_dns.py
Lint fixes
2017-04-28 13:33:35 +01:00
test_libvirt.py
Drop @patch
usage
2017-04-28 13:36:42 +01:00
test_linux_acl.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_locale.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_lvm.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_lvs_server.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_lvs_service.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_lxc.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_mac_assistive.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_mac_defaults.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_mac_keychain.py
Drop @patch
usage
2017-04-28 13:36:42 +01:00
test_mac_package.py
Only skip test on Windows
2017-09-26 14:36:12 -06:00
test_mac_xattr.py
Drop @patch
usage
2017-04-28 13:36:42 +01:00
test_makeconf.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_mdadm.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_memcached.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_modjk_worker.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_modjk.py
Import the full module namespace to avoid import shadowing.
2017-03-28 19:02:47 +01:00
test_module.py
Improve failures for module.run states
2017-10-02 10:48:45 -05:00
test_mongodb_database.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_mongodb_user.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_mount.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_mysql_grants.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_mysql_query.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_mysql_user.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_network.py
Drop @patch
usage
2017-04-28 13:36:42 +01:00
test_nftables.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_npm.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_ntp.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_openstack_config.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_openvswitch_port.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_pagerduty.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_pecl.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_pip.py
Import for the original module
2017-04-04 18:04:38 +01:00
test_pkgng.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_portage_config.py
Drop @patch
usage
2017-04-28 13:36:42 +01:00
test_ports.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_postgres_cluster.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_postgres_database.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_postgres_extension.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_postgres_group.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_postgres_initdb.py
Proper mocking.
2017-04-01 14:22:59 +01:00
test_postgres_language.py
Proper mocking.
2017-04-01 14:22:59 +01:00
test_postgres_privileges.py
Proper mocking.
2017-04-01 14:22:59 +01:00
test_postgres_schema.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_postgres_user.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_postgres.py
Drop @patch
usage
2017-04-28 13:36:42 +01:00
test_powerpath.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_process.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_proxy.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_pyenv.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_pyrax_queues.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_quota.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_rabbitmq_cluster.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_rabbitmq_plugin.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_rabbitmq_policy.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_rabbitmq_vhost.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_rbenv.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_rdp.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_redismod.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_reg.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_rvm.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_saltmod.py
Merge pull request #40462 from cachedout/state_expect_minions
2017-04-06 11:58:14 -06:00
test_schedule.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_selinux.py
back-port #42612 to 2017.7
2017-07-31 17:10:06 -05:00
test_serverdensity_device.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_service.py
Merge branch '2016.11' into 'nitrogen'
2017-05-09 14:32:49 -06:00
test_slack.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_splunk_search.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_ssh_auth.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_ssh_known_hosts.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_status.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_supervisord.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_svn.py
Merge branch '2016.11' into '2017.7'
2017-06-16 10:43:02 -06:00
test_sysctl.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_syslog_ng.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_sysrc.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_test.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_timezone.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_tomcat.py
Merge branch '2016.11' into 'nitrogen'
2017-04-14 10:46:56 -06:00
test_user.py
Fix unit test
2017-05-09 16:00:24 -06:00
test_vbox_guest.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_virtualenv_mod.py
Drop @patch
usage
2017-04-28 13:36:42 +01:00
test_win_certutil.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_win_dism.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_win_dns_client.py
Merge branch '2016.11' into 'nitrogen'
2017-05-10 15:32:23 -06:00
test_win_license.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_win_network.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_win_path.py
Proper mocking.
2017-03-28 19:04:01 +01: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
Proper mocking.
2017-03-28 19:04:01 +01:00
test_win_servermanager.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_system.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_win_update.py
Drop @patch
usage
2017-04-28 13:36:42 +01:00
test_winrepo.py
Use os.sep for path seps
2017-07-12 10:13:26 -06:00
test_xmpp.py
Proper mocking.
2017-03-28 19:04:01 +01:00
test_zcbuildout.py
Adjust to the new LoaderModuleMockMixin usage
2017-03-28 19:03:59 +01:00
test_zk_concurrency.py
Proper mocking.
2017-03-28 19:04:01 +01:00