salt/tests/integration/modules
rallytime 817ac002b0
Add destructive test decorator to test class
Because the destructive test decorator was applied to the tearDown
function, the tests show a stacktrace instead of a nice skip message
when running without the `--run-destructive` flag. By applying the
decorator to the test class (since all tests are destructive anyway)
we can keep the output clean and still skip tests appropriately.
2017-12-01 14:33:38 -05:00
..
files Split out integration tests from pure unit tests. 2012-02-20 13:18:13 +01:00
__init__.py Include the python encoding file header on tests. 2013-11-27 11:19:24 +00:00
test_aliases.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_archive.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_beacons.py fixing beacons.list integration test failure 2017-06-16 14:39:08 +02:00
test_boto_iam.py Don't attempt connections at the module level! 2017-04-28 13:33:32 +01:00
test_boto_sns.py Don't attempt connections at the module level! 2017-04-28 13:33:32 +01:00
test_cmdmod.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_config.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_cp.py Add integration test for cp.cache_file 2017-06-01 17:20:58 -05:00
test_darwin_sysctl.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_data.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_decorators.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_disk.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_event.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_file.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_gem.py use a ruby gem that doesn't have dependencies 2017-08-17 13:45:10 -06:00
test_gentoolkitmod.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_git.py Merge branch '2016.11' into '2017.7' 2017-07-18 09:05:43 -06:00
test_grains.py Add debug logging for grains tests 2017-06-30 15:39:48 -05:00
test_groupadd.py Add destructive test decorator to test class 2017-12-01 14:33:38 -05:00
test_hosts.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_key.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_libcloud_dns.py Lint: quick fix to add missing blank line 2017-06-08 16:04:59 -06:00
test_linux_acl.py Update ACL module test to work as non-root. 2017-05-23 11:53:56 +03:00
test_locale.py Skip locale tests on MacOSX 2017-06-05 15:57:20 -04:00
test_lxc.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_mac_assistive.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_brew.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_defaults.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_desktop.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_group.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_keychain.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_pkgutil.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_ports.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_power.py mark all mac power tests as flaky 2017-06-12 13:34:12 -06:00
test_mac_service.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_shadow.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_softwareupdate.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_system.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_timezone.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_user.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_mac_xattr.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_mine.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_mysql.py results and columns are lists for mysql returns 2017-09-19 15:08:17 -06:00
test_nilrt_ip.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_pillar.py Add integration pillar command line test 2017-11-10 10:43:37 -05:00
test_pip.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_pkg.py Fix grain for os_family on SUSE series 2017-06-16 14:39:08 +02:00
test_publish.py Add timout in tests instead of publish 2017-05-12 11:32:04 -06:00
test_pw_user.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_rabbitmq.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_saltutil.py Increase sleep timeout for pillar refresh test 2017-11-13 10:50:16 -05:00
test_service.py remove skipIf import 2017-10-27 15:01:32 -04:00
test_shadow.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_ssh.py Update fingerprint hash type default from md5 to sha256 2017-05-11 09:33:45 -06:00
test_state.py Merge pull request #44572 from Ch3LL/watchin_test 2017-11-27 15:52:31 -05:00
test_supervisord.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_sysctl.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_sysmod.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_sysrc.py Rename proxy test files to use test_* syntax 2017-05-24 13:03:21 -06:00
test_system.py Use the more portable helper skip_if_not_root. 2017-04-04 18:58:21 +01:00
test_test.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_timezone.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_useradd.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_virt.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00
test_virtualenv.py Import from the original modules not tests.integration 2017-04-04 18:58:19 +01:00