[Pkg-salt-team] Bug#964614: salt: FTBFS: TypeError: catching classes that do not inherit from BaseException is not allowed
Lucas Nussbaum
lucas at debian.org
Thu Jul 9 12:00:05 BST 2020
Source: salt
Version: 3001+dfsg1-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200709 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> LC_ALL=C.UTF-8 NO_INTERNET=1 python3 ./tests/runtests.py -v --no-report --unit
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> * Python Version: 3.8.4rc1 (default, Jul 1 2020, 15:31:45) [GCC 9.3.0]
> * Transplanting configuration files to '/tmp/salt-tests-tmpdir/config'
> * Transplanting multimaster configuration files to '/tmp/salt-tests-tmpdir/config'
> * Current Directory: /<<PKGBUILDDIR>>
> * Test suite is running under PID 28708
> * Logging tests on /tmp/salt-runtests.log
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Starting Unit Tests
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> test_auth_nopass (unit.auth.test_ldap.LDAPAuthTestCase)
> [CPU:24.9%|MEM:5.8%] ... 00:40:11,144 [salt.auth.ldap :378 ][ERROR ] LDAP _bind authentication FAILED
> ok
> test_auth_nouser (unit.auth.test_ldap.LDAPAuthTestCase)
> [CPU:0.0%|MEM:5.8%] ... 00:40:11,145 [salt.auth.ldap :378 ][ERROR ] LDAP _bind authentication FAILED
> ok
> test_auth_nouserandpass (unit.auth.test_ldap.LDAPAuthTestCase)
> [CPU:0.0%|MEM:5.8%] ... 00:40:11,146 [salt.auth.ldap :378 ][ERROR ] LDAP _bind authentication FAILED
> ok
> test_config (unit.auth.test_ldap.LDAPAuthTestCase)
> [CPU:50.0%|MEM:5.8%] Test that the _config function works correctly ... ok
> test_groups (unit.auth.test_ldap.LDAPAuthTestCase)
> [CPU:0.0%|MEM:5.8%] test groups in ldap ... ok
> test_groups_activedirectory (unit.auth.test_ldap.LDAPAuthTestCase)
> [CPU:0.0%|MEM:5.8%] test groups in activedirectory ... ok
> test_groups_freeipa (unit.auth.test_ldap.LDAPAuthTestCase)
> [CPU:0.0%|MEM:5.8%] test groups in freeipa ... ok
> test_device_battery_charged (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_device_battery_not_found (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_device_low_battery (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_device_low_battery_equal (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_device_missing (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_device_no_repeat (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_device_no_repeat_capacity_increase (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_device_no_repeat_with_not_found_state (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_device_repeat_multi (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_device_state (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_device_state_change (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_invalid_states (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_multiple_batteries (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_multiple_devices (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_multiple_low_batteries (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_no_adb_command (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_no_devices (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_no_devices_no_repeat (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_no_devices_with_different_states (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_weird_batteries (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_with_adb_command (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:50.0%|MEM:5.8%] ... ok
> test_with_startup (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_with_user (unit.beacons.test_adb.ADBBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_avahi_announce.AvahiAnnounceBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_avahi_announce.AvahiAnnounceBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_bonjour_announce.BonjourAnnounceBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_bonjour_announce.BonjourAnnounceBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_default_invalid_time_range (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_groups_invalid_time_range (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_invalid_groups (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_invalid_users (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_match (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_match_group (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_match_time (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:25.0%|MEM:5.8%] ... ok
> test_no_match (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_users_invalid_time_range (unit.beacons.test_btmp.BTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_cert_information (unit.beacons.test_cert_info.CertInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_cert_info.CertInfoBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_cert_info.CertInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_diskusage_match (unit.beacons.test_diskusage.DiskUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_diskusage_match_regex (unit.beacons.test_diskusage.DiskUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_diskusage_nomatch (unit.beacons.test_diskusage.DiskUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_diskusage_windows_double_slash (unit.beacons.test_diskusage.DiskUsageBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] This tests original behavior (C:\) ... ok
> test_diskusage_windows_lowercase (unit.beacons.test_diskusage.DiskUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] This tests lowercase drive letter (c:\) ... ok
> test_diskusage_windows_match_regex (unit.beacons.test_diskusage.DiskUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_diskusage_windows_single_slash (unit.beacons.test_diskusage.DiskUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] This tests new behavior (C:\) ... ok
> test_empty_config (unit.beacons.test_diskusage.DiskUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_diskusage.DiskUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_no_glxinfo_command (unit.beacons.test_glxinfo.GLXInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_no_user (unit.beacons.test_glxinfo.GLXInfoBeaconTestCase)
> [CPU:50.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_glxinfo.GLXInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_screen_state (unit.beacons.test_glxinfo.GLXInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_screen_state_change (unit.beacons.test_glxinfo.GLXInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_screen_state_missing (unit.beacons.test_glxinfo.GLXInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_screen_state_no_repeat (unit.beacons.test_glxinfo.GLXInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_with_glxinfo_command (unit.beacons.test_glxinfo.GLXInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_haproxy.HAProxyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_no_servers (unit.beacons.test_haproxy.HAProxyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_haproxy.HAProxyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_threshold_not_reached (unit.beacons.test_haproxy.HAProxyBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_threshold_reached (unit.beacons.test_haproxy.HAProxyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_dir_auto_add (unit.beacons.test_inotify.INotifyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_dir_no_auto_add (unit.beacons.test_inotify.INotifyBeaconTestCase)
> [CPU:25.0%|MEM:5.8%] ... ok
> test_dir_recurse (unit.beacons.test_inotify.INotifyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_dir_recurse_auto_add (unit.beacons.test_inotify.INotifyBeaconTestCase)
> [CPU:33.3%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_inotify.INotifyBeaconTestCase)
> [CPU:25.0%|MEM:5.8%] ... ok
> test_file_open (unit.beacons.test_inotify.INotifyBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_files_list_config (unit.beacons.test_inotify.INotifyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_files_none_config (unit.beacons.test_inotify.INotifyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_multi_files_exclude (unit.beacons.test_inotify.INotifyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_inotify.INotifyBeaconTestCase)
> [CPU:40.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_journald.JournaldBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_journald_match (unit.beacons.test_journald.JournaldBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_journald.JournaldBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_load.LoadBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_load_match (unit.beacons.test_load.LoadBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_load.LoadBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_log_beacon.LogBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_log_match (unit.beacons.test_log_beacon.LogBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_log_beacon.LogBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_memusage.MemUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_memusage_match (unit.beacons.test_memusage.MemUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_memusage_nomatch (unit.beacons.test_memusage.MemUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_memusage.MemUsageBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_network_info.NetworkInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_network_info_equal (unit.beacons.test_network_info.NetworkInfoBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_network_info_greater_than (unit.beacons.test_network_info.NetworkInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_network_info.NetworkInfoBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_network_settings.NetworkSettingsBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_interface (unit.beacons.test_network_settings.NetworkSettingsBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_interface_no_change (unit.beacons.test_network_settings.NetworkSettingsBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_network_settings.NetworkSettingsBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_wildcard_interface (unit.beacons.test_network_settings.NetworkSettingsBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_interface_dict_fields (unit.beacons.test_network_settings.Pyroute2TestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_ps.PSBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_ps.PSBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_ps_not_running (unit.beacons.test_ps.PSBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_ps_running (unit.beacons.test_ps.PSBeaconTestCase)
> [CPU:50.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_salt_proxy.SaltProxyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_salt_proxy.SaltProxyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_salt_proxy_not_running (unit.beacons.test_salt_proxy.SaltProxyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_salt_proxy_running (unit.beacons.test_salt_proxy.SaltProxyBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_sensehat.SensehatBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_sensehat.SensehatBeaconTestCase)
> [CPU:50.0%|MEM:5.8%] ... ok
> test_sensehat_humidity_match (unit.beacons.test_sensehat.SensehatBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_sensehat_no_match (unit.beacons.test_sensehat.SensehatBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_sensehat_pressure_match (unit.beacons.test_sensehat.SensehatBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_sensehat_temperature_match (unit.beacons.test_sensehat.SensehatBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_sensehat_temperature_match_range (unit.beacons.test_sensehat.SensehatBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_service.ServiceBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_service.ServiceBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_service_not_running (unit.beacons.test_service.ServiceBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_service_running (unit.beacons.test_service.ServiceBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_complex (unit.beacons.test_smartos_imgadm.SmartOSImgAdmBeaconTestCase)
> [CPU:50.0%|MEM:5.8%] Test with one image, delete both, import 2 ... ok
> test_deleted (unit.beacons.test_smartos_imgadm.SmartOSImgAdmBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test with two images and one gets deletes ... ok
> test_imported (unit.beacons.test_smartos_imgadm.SmartOSImgAdmBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test with one image and a new image added on the 2nd pass ... ok
> test_imported_nostartup (unit.beacons.test_smartos_imgadm.SmartOSImgAdmBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test with one image and startup_import_event unset/false ... ok
> test_imported_startup (unit.beacons.test_smartos_imgadm.SmartOSImgAdmBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test with one image and startup_import_event ... ok
> test_non_list_config (unit.beacons.test_smartos_imgadm.SmartOSImgAdmBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] We only have minimal validation so we test that here ... ok
> test_complex (unit.beacons.test_smartos_vmadm.SmartOSImgAdmBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test with two vms, stop one, delete one ... ok
> test_created (unit.beacons.test_smartos_vmadm.SmartOSImgAdmBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test with one vm, create a 2nd one ... ok
> test_created_nostartup (unit.beacons.test_smartos_vmadm.SmartOSImgAdmBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test with one image and startup_import_event unset/false ... ok
> test_created_startup (unit.beacons.test_smartos_vmadm.SmartOSImgAdmBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test with one vm and startup_create_event ... ok
> test_deleted (unit.beacons.test_smartos_vmadm.SmartOSImgAdmBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test with two vms and one gets destroyed ... ok
> test_non_list_config (unit.beacons.test_smartos_vmadm.SmartOSImgAdmBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] We only have minimal validation so we test that here ... ok
> test_deprecated_dict_config (unit.beacons.test_status.StatusBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'Slow tests are disabled'
> test_empty_config (unit.beacons.test_status.StatusBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'Slow tests are disabled'
> test_list_config (unit.beacons.test_status.StatusBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'Slow tests are disabled'
> test_call_no_updates (unit.beacons.test_telegram_bot_msg.TelegramBotMsgBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'telegram is not available'
> test_call_telegram_return_no_updates_for_user (unit.beacons.test_telegram_bot_msg.TelegramBotMsgBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'telegram is not available'
> test_call_telegram_returning_updates (unit.beacons.test_telegram_bot_msg.TelegramBotMsgBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'telegram is not available'
> test_validate_config_not_list_in_accept_from (unit.beacons.test_telegram_bot_msg.TelegramBotMsgBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'telegram is not available'
> test_validate_empty_config (unit.beacons.test_telegram_bot_msg.TelegramBotMsgBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'telegram is not available'
> test_validate_missing_accept_from_config (unit.beacons.test_telegram_bot_msg.TelegramBotMsgBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'telegram is not available'
> test_validate_missing_token_config (unit.beacons.test_telegram_bot_msg.TelegramBotMsgBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'telegram is not available'
> test_validate_valid_config (unit.beacons.test_telegram_bot_msg.TelegramBotMsgBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'telegram is not available'
> test_receive_message (unit.beacons.test_twilio_txt_msg.TwilioMsgTxtBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test receive a message ... ok
> test_validate_dictionary_config (unit.beacons.test_twilio_txt_msg.TwilioMsgTxtBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test empty configuration ... ok
> test_validate_empty_config (unit.beacons.test_twilio_txt_msg.TwilioMsgTxtBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test empty configuration ... ok
> test_validate_missing_config_item (unit.beacons.test_twilio_txt_msg.TwilioMsgTxtBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] Test empty configuration ... ok
> test_empty_config (unit.beacons.test_watchdog.IWatchdogBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'watchdog is not available'
> test_file_create (unit.beacons.test_watchdog.IWatchdogBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'watchdog is not available'
> test_file_create_in_directory (unit.beacons.test_watchdog.IWatchdogBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'watchdog is not available'
> test_file_deleted (unit.beacons.test_watchdog.IWatchdogBeaconTestCase)
> [CPU:100.0%|MEM:5.8%] ... skipped 'watchdog is not available'
> test_file_modified (unit.beacons.test_watchdog.IWatchdogBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'watchdog is not available'
> test_file_moved (unit.beacons.test_watchdog.IWatchdogBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'watchdog is not available'
> test_trigger_all_possible_events (unit.beacons.test_watchdog.IWatchdogBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'watchdog is not available'
> test_default_invalid_time_range (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_empty_config (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_groups_invalid_time_range (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_invalid_groups (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_invalid_users (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_match (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_match_group (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:50.0%|MEM:5.8%] ... ok
> test_match_time (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_no_match (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_non_list_config (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:50.0%|MEM:5.8%] ... ok
> test_users_invalid_time_range (unit.beacons.test_wtmp.WTMPBeaconTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_factory_cache (unit.cache.test_cache.CacheFunctionsTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_factory_memcache (unit.cache.test_cache.CacheFunctionsTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_fetch (unit.cache.test_cache.MemCacheTest)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_fetch_debug (unit.cache.test_cache.MemCacheTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_flush (unit.cache.test_cache.MemCacheTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_full_cleanup (unit.cache.test_cache.MemCacheTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_max_items (unit.cache.test_cache.MemCacheTest)
> [CPU:50.0%|MEM:5.8%] ... ok
> test_store (unit.cache.test_cache.MemCacheTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_contains (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Test the return of the contains function when key=None and when a key ... ok
> test_fetch_error_reading_cache (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCacheError is raised when there is a problem reading the cache ... ok
> test_fetch_return_when_cache_file_does_not_exist (unit.cache.test_localfs.LocalFSTest)
> [CPU:100.0%|MEM:5.8%] Tests that the fetch function returns an empty dic when the cache key file ... ok
> test_fetch_success (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that the fetch function is able to read the cache file and return its data. ... ok
> test_flush_error_raised (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCacheError is raised when there is a problem removing the ... ok
> test_flush_key_is_none_and_no_target_dir (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that the flush function returns False when no key is passed in and the ... ok
> test_flush_key_provided_and_no_key_file_false (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that the flush function returns False when a key file is provided but ... ok
> test_flush_success (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that the flush function returns True when a key file is provided and ... ok
> test_handled_exception_cache_dir (unit.cache.test_localfs.LocalFSTest)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCacheError is raised when the base directory doesn't exist and ... ok
> test_list_error_raised_no_bank_directory_access (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCacheError is raised when there is a problem accessing the ... ok
> test_list_no_base_dir (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that the ls function returns an empty list if the bank directory ... ok
> test_list_success (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests the return of the ls function containing bank entries. ... ok
> test_store_close_mkstemp_file_handle (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that the file descriptor that is opened by os.open during the mkstemp call ... ok
> test_store_error_writing_cache (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCacheError is raised when there is a problem writing to the ... ok
> test_store_success (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that the store function writes the data to the serializer for storage. ... ok
> test_unhandled_exception_cache_dir (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCacheError is raised when the base directory doesn't exist and ... ok
> test_updated_error_when_reading_mtime (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCacheError is raised when there is a problem reading the mtime ... ok
> test_updated_return_when_cache_file_does_not_exist (unit.cache.test_localfs.LocalFSTest)
> [CPU:100.0%|MEM:5.8%] Tests that the updated function returns None when the cache key file doesn't ... ok
> test_updated_success (unit.cache.test_localfs.LocalFSTest)
> [CPU:0.0%|MEM:5.8%] Test that the updated function returns the modification time of the cache file ... ok
> test_get_bnum_high_percentage (unit.cli.test_batch.BatchTestCase)
> [CPU:0.0%|MEM:5.8%] Tests passing batch value as percentage over 100% ... ok
> test_get_bnum_int (unit.cli.test_batch.BatchTestCase)
> [CPU:0.0%|MEM:5.8%] Tests passing batch value as a number(int) ... ok
> test_get_bnum_invalid_batch_data (unit.cli.test_batch.BatchTestCase)
> [CPU:0.0%|MEM:5.8%] Tests when an invalid batch value is passed ... ok
> test_get_bnum_percentage (unit.cli.test_batch.BatchTestCase)
> [CPU:50.0%|MEM:5.8%] Tests passing batch value as percentage ... ok
> test_get_bnum_str (unit.cli.test_batch.BatchTestCase)
> [CPU:0.0%|MEM:5.8%] Tests passing batch value as a number(str) ... ok
> test_return_value_in_run_for_ret (unit.cli.test_batch.BatchTestCase)
> [CPU:0.0%|MEM:5.8%] cmd_iter_no_block should have been called with a return no matter if ... ok
> test_return_value_in_run_for_return (unit.cli.test_batch.BatchTestCase)
> [CPU:0.0%|MEM:5.8%] cmd_iter_no_block should have been called with a return no matter if ... ok
> test_master_daemon_hash_type_verified (unit.cli.test_daemons.DaemonsStarterTestCase)
> [CPU:0.0%|MEM:5.8%] Verify if Master is verifying hash_type config option. ... skipped 'Slow tests are disabled'
> test_minion_daemon_hash_type_verified (unit.cli.test_daemons.DaemonsStarterTestCase)
> [CPU:0.0%|MEM:5.8%] Verify if Minion is verifying hash_type config option. ... skipped 'Slow tests are disabled'
> test_proxy_minion_daemon_hash_type_verified (unit.cli.test_daemons.DaemonsStarterTestCase)
> [CPU:0.0%|MEM:5.8%] Verify if ProxyMinion is verifying hash_type config option. ... skipped 'Slow tests are disabled'
> test_syndic_daemon_hash_type_verified (unit.cli.test_daemons.DaemonsStarterTestCase)
> [CPU:100.0%|MEM:5.8%] Verify if Syndic is verifying hash_type config option. ... skipped 'Slow tests are disabled'
> test_parse_mods (unit.client.ssh.wrapper.test_state.StateTests)
> [CPU:0.0%|MEM:5.8%] Test _parse_mods ... ok
> test_password_failure (unit.client.test_ssh.SSHPasswordTests)
> [CPU:0.0%|MEM:5.8%] Check password failures when trying to deploy keys ... skipped 'No ssh binary found in path'
> test_roster_defaults_flat (unit.client.test_ssh.SSHRosterDefaults)
> [CPU:0.0%|MEM:5.8%] Test Roster Defaults on the flat roster ... ok
> test_cmd_run_not_set_path (unit.client.test_ssh.SSHSingleTests)
> [CPU:16.7%|MEM:5.8%] test when set_path is not set ... ok
> test_cmd_run_set_path (unit.client.test_ssh.SSHSingleTests)
> [CPU:25.0%|MEM:5.8%] test when set_path is set ... ok
> test_execute_script (unit.client.test_ssh.SSHSingleTests)
> [CPU:25.0%|MEM:5.8%] test Single.execute_script() ... ok
> test_run_ssh_pre_flight (unit.client.test_ssh.SSHSingleTests)
> [CPU:50.0%|MEM:5.8%] test Single.run_ssh_pre_flight ... ok
> test_run_with_pre_flight (unit.client.test_ssh.SSHSingleTests)
> [CPU:0.0%|MEM:5.8%] test Single.run() when ssh_pre_flight is set ... ok
> test_run_with_pre_flight_script_doesnot_exist (unit.client.test_ssh.SSHSingleTests)
> [CPU:0.0%|MEM:5.8%] test Single.run() when ssh_pre_flight is set ... 00:40:19,546 [salt.client.ssh :1050][ERROR ] The ssh_pre_flight script /tmp/salt-tests-tmpdir/script.sh does not exist
> ok
> test_run_with_pre_flight_stderr (unit.client.test_ssh.SSHSingleTests)
> [CPU:50.0%|MEM:5.8%] test Single.run() when ssh_pre_flight is set ... 00:40:19,551 [salt.client.ssh :1058][ERROR ] Error running ssh_pre_flight script script.sh
> ok
> test_run_with_pre_flight_thin_dir_exists (unit.client.test_ssh.SSHSingleTests)
> [CPU:0.0%|MEM:5.8%] test Single.run() when ssh_pre_flight is set ... ok
> test_shim_cmd (unit.client.test_ssh.SSHSingleTests)
> [CPU:50.0%|MEM:5.8%] test Single.shim_cmd() ... ok
> test_single_opts (unit.client.test_ssh.SSHSingleTests)
> [CPU:0.0%|MEM:5.8%] Sanity check for ssh.Single options ... ok
> test_vm_config_merger (unit.cloud.CloudTest)
> [CPU:0.0%|MEM:5.8%] Validate the vm's config is generated correctly. ... skipped 'Slow tests are disabled'
> test_function_signatures (unit.cloud.clouds.test_azurearm.AzureTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped 'azure not available'
> test_avail_images_call (unit.cloud.clouds.test_dimensiondata.DimensionDataTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call avail_images ... skipped ''
> test_avail_locations_call (unit.cloud.clouds.test_dimensiondata.DimensionDataTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call avail_locations ... skipped ''
> test_avail_sizes (unit.cloud.clouds.test_dimensiondata.DimensionDataTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that avail_sizes returns an empty dictionary. ... skipped ''
> test_avail_sizes_call (unit.cloud.clouds.test_dimensiondata.DimensionDataTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call avail_sizes ... skipped ''
> test_destroy_call (unit.cloud.clouds.test_dimensiondata.DimensionDataTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call destroy ... skipped ''
> test_import (unit.cloud.clouds.test_dimensiondata.DimensionDataTestCase)
> [CPU:100.0%|MEM:5.8%] Test that the module picks up installed deps ... skipped ''
> test_list_nodes_call (unit.cloud.clouds.test_dimensiondata.DimensionDataTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_nodes ... skipped ''
> test_provider_matches (unit.cloud.clouds.test_dimensiondata.DimensionDataTestCase)
> [CPU:0.0%|MEM:5.8%] Test that the first configured instance of a dimensiondata driver is matched ... skipped ''
> test_query_node_data_filter_preferred_ip_addresses (unit.cloud.clouds.test_dimensiondata.DimensionDataTestCase)
> [CPU:0.0%|MEM:5.8%] Test if query node data is filtering out unpreferred IP addresses. ... skipped ''
> test__validate_key_path_and_mode (unit.cloud.clouds.test_ec2.EC2TestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_get_imageid (unit.cloud.clouds.test_ec2.EC2TestCase)
> [CPU:0.0%|MEM:5.8%] test querying imageid function ... ok
> test_get_password_data_crypto (unit.cloud.clouds.test_ec2.EC2TestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_get_password_data_m2crypto (unit.cloud.clouds.test_ec2.EC2TestCase)
> [CPU:50.0%|MEM:5.8%] ... skipped 'Needs M2Crypto library'
> test_termination_protection (unit.cloud.clouds.test_ec2.EC2TestCase)
> [CPU:0.0%|MEM:5.8%] Verify that `set_termination_protection` updates the right parameters ... ok
> test_termination_protection_exception (unit.cloud.clouds.test_ec2.EC2TestCase)
> [CPU:0.0%|MEM:5.8%] Verify improper `set_termination_protection` parameters raises an exception ... ok
> test_destroy_call (unit.cloud.clouds.test_gce.GCETestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call destroy ... ok
> test_fail_virtual_deps_missing_config (unit.cloud.clouds.test_gce.GCETestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_fail_virtual_missing_deps (unit.cloud.clouds.test_gce.GCETestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_import (unit.cloud.clouds.test_gce.GCETestCase)
> [CPU:0.0%|MEM:5.8%] Test that the module picks up installed deps ... ok
> test_provider_matches (unit.cloud.clouds.test_gce.GCETestCase)
> [CPU:0.0%|MEM:5.8%] Test that the first configured instance of a gce driver is matched ... ok
> test_request_instance_with_accelerator (unit.cloud.clouds.test_gce.GCETestCase)
> [CPU:100.0%|MEM:5.8%] Test requesting an instance with GCE accelerators ... ok
> test_query_instance_has_ip (unit.cloud.clouds.test_joyent.JoyentTestCase)
> [CPU:0.0%|MEM:5.8%] IP address assigned but not yet ready ... ok
> test_query_instance_init (unit.cloud.clouds.test_joyent.JoyentTestCase)
> [CPU:0.0%|MEM:5.8%] Initial provisioning, no IP assigned ... ok
> test_query_instance_ready (unit.cloud.clouds.test_joyent.JoyentTestCase)
> [CPU:0.0%|MEM:5.8%] IP address assigned, and VM is ready ... ok
> test_validate_name_first_character_invalid (unit.cloud.clouds.test_linode.LinodeTestCase)
> [CPU:50.0%|MEM:5.8%] Tests when name starts with an invalid character. ... ok
> test_validate_name_invalid_characters (unit.cloud.clouds.test_linode.LinodeTestCase)
> [CPU:0.0%|MEM:5.8%] Tests when name contains invalid characters. ... ok
> test_validate_name_last_character_invalid (unit.cloud.clouds.test_linode.LinodeTestCase)
> [CPU:0.0%|MEM:5.8%] Tests when name ends with an invalid character. ... ok
> test_validate_name_too_long (unit.cloud.clouds.test_linode.LinodeTestCase)
> [CPU:0.0%|MEM:5.8%] Tests when name has more than 48 letters. ... ok
> test_validate_name_too_short (unit.cloud.clouds.test_linode.LinodeTestCase)
> [CPU:0.0%|MEM:5.8%] Tests when name has less than three letters. ... ok
> test_validate_name_valid_characters (unit.cloud.clouds.test_linode.LinodeTestCase)
> [CPU:100.0%|MEM:5.8%] Tests when name contains valid characters. ... ok
> test__get_xml (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that invalid XML raises SaltCloudSystemExit. ... ok
> test_avail_images_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit error is raised when trying to call ... ok
> test_avail_locations_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call avail_locations ... ok
> test_avail_sizes (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that avail_sizes returns an empty dictionary. ... ok
> test_avail_sizes_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call avail_sizes ... ok
> test_destroy_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when --function or -f is provided. ... ok
> test_get_cluster_id_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call ... ok
> test_get_cluster_id_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_cluster_id_not_found (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_cluster_id_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the function returns successfully. ... ok
> test_get_datastore_id_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call ... ok
> test_get_datastore_id_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_datastore_id_not_found (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_datastore_id_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the function returns successfully. ... ok
> test_get_host_id_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call ... ok
> test_get_host_id_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_host_id_not_found (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_host_id_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the function returns successfully. ... ok
> test_get_image_id_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call ... ok
> test_get_image_id_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_image_id_not_found (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_image_id_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the function returns successfully. ... ok
> test_get_image_not_found (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudNotFound is raised when the image doesn't exist. ... ok
> test_get_image_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the image is returned successfully. ... ok
> test_get_location_not_found (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudNotFound is raised when the location doesn't exist. ... ok
> test_get_location_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the image is returned successfully. ... ok
> test_get_secgroup_id_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call ... ok
> test_get_secgroup_id_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_secgroup_id_not_found (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_secgroup_id_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the function returns successfully. ... ok
> test_get_template_id_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call ... ok
> test_get_template_id_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_template_id_not_found (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_template_id_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the function returns successfully. ... ok
> test_get_vm_id_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call ... ok
> test_get_vm_id_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_vm_id_not_found (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_vm_id_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that the function returns successfully. ... ok
> test_get_vn_id_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call ... ok
> test_get_vn_id_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_vn_id_not_found (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no name is provided. ... ok
> test_get_vn_id_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the function returns successfully. ... ok
> test_image_allocate_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_image_allocate_no_name_or_datastore_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when a neither a datastore_id ... ok
> test_image_allocate_no_path_or_data (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when neither the path nor data args ... ok
> test_image_clone_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_image_clone_no_image_id_or_image_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when neither the image_id nor ... ok
> test_image_clone_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when a name isn't provided. ... ok
> test_image_clone_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that image_clone returns successfully ... skipped 'Need to figure out how to mock calls to the O.N. API first.'
> test_image_delete_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_image_delete_no_name_or_image_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when a neither an image_id ... ok
> test_image_info_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_image_info_no_image_id_or_image_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when a neither an image_id ... ok
> test_image_persist_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_image_persist_no_name_or_image_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when a neither an image_id ... ok
> test_image_persist_no_persist (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the persist kwarg is missing. ... ok
> test_image_snapshot_delete_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_image_snapshot_delete_no_image_name_or_image_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the image_id and image_name ... ok
> test_image_snapshot_delete_no_snapshot_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the snapshot_id kwarg is ... ok
> test_image_snapshot_flatten_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_image_snapshot_flatten_no_image_name_or_image_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the image_id and image_name ... ok
> test_image_snapshot_flatten_no_snapshot_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the snapshot_id kwarg is ... ok
> test_image_snapshot_revert_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_image_snapshot_revert_no_image_name_or_image_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the image_id and image_name ... ok
> test_image_snapshot_revert_no_snapshot_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the snapshot_id kwarg is ... ok
> test_image_update_bad_update_type_value (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the update_type kwarg is ... ok
> test_image_update_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_image_update_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and path ... ok
> test_image_update_no_image_id_or_image_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the image_id and image_name ... ok
> test_image_update_no_update_type (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the update_type kwarg is ... ok
> test_list_clusters_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_clusters ... ok
> test_list_datastores_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_datastores ... ok
> test_list_hosts_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_datastores ... ok
> test_list_nodes_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_nodes ... ok
> test_list_nodes_full_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_nodes_full ... ok
> test_list_nodes_select_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_nodes_full ... ok
> test_list_security_groups_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call ... ok
> test_list_templates_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_templates ... ok
> test_list_vns_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_vns ... ok
> test_reboot_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call reboot ... ok
> test_secgroup_allocate_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_secgroup_allocate_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and path ... ok
> test_secgroup_clone_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_secgroup_clone_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the name kwarg is ... ok
> test_secgroup_clone_no_secgroup_id_or_secgroup_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the secgroup_id and ... ok
> test_secgroup_delete_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_secgroup_delete_no_secgroup_id_or_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the secgroup_id and ... ok
> test_secgroup_info_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_secgroup_info_no_secgroup_id_or_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the secgroup_id and ... ok
> test_secgroup_update_bad_update_type_value (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the update_type contains ... ok
> test_secgroup_update_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_secgroup_update_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and ... ok
> test_secgroup_update_no_secgroup_id_or_secgroup_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the secgroup_id and ... ok
> test_secgroup_update_no_update_type (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the update_type arg is ... ok
> test_show_instance_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_show_instance_success (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the node was found successfully. ... ok
> test_start_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call start ... ok
> test_stop_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call stop ... ok
> test_template_allocate_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_template_allocate_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and ... ok
> test_template_clone_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_template_clone_no_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the name arg is missing. ... ok
> test_template_clone_no_template_name_or_template_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the template_name and ... ok
> test_template_delete_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_template_delete_no_name_or_template_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the name and ... ok
> test_template_instantiate_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_template_instantiate_no_template_id_or_template_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the template_name and ... ok
> test_template_instantiate_no_vm_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the vm_name arg is missing. ... ok
> test_template_update_bad_update_type_value (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the update_type contains ... ok
> test_template_update_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_template_update_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and the ... ok
> test_template_update_no_template_id_or_template_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the template_id and the ... ok
> test_vm_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_action_no_action (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the action arg is missing ... ok
> test_vm_allocate_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_allocate_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and ... ok
> test_vm_attach_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_attach_nic_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_attach_nic_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and ... ok
> test_vm_attach_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and ... ok
> test_vm_deploy_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_deploy_no_host_id_or_host_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the host_id and the ... ok
> test_vm_detach_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_detach_nic_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_detach_nic_no_nic_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the nic_id arg is missing. ... ok
> test_vm_detach_no_disk_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the disk_id ar is missing. ... ok
> test_vm_disk_save_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_disk_save_no_disk_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the disk_id arg is missing. ... ok
> test_vm_disk_save_no_image_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the image_name arg is missing. ... ok
> test_vm_disk_snapshot_create_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_disk_snapshot_create_no_description (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the image_name arg is missing. ... ok
> test_vm_disk_snapshot_create_no_disk_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the disk_id arg is missing. ... ok
> test_vm_disk_snapshot_delete_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_disk_snapshot_delete_no_disk_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the disk_id arg is missing. ... ok
> test_vm_disk_snapshot_delete_no_snapshot_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the snapshot_id arg is missing. ... ok
> test_vm_disk_snapshot_revert_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_disk_snapshot_revert_no_disk_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the disk_id arg is missing. ... ok
> test_vm_disk_snapshot_revert_no_snapshot_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the snapshot_id arg is missing. ... ok
> test_vm_info_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_migrate_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_migrate_no_datastore_id_or_datastore_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCLoudSystemExit is raised when the datastore_id and the ... ok
> test_vm_migrate_no_host_id_or_host_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the host_id and the ... ok
> test_vm_monitoring_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_resize_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_resize_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and path args ... ok
> test_vm_snapshot_create_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_snapshot_create_no_snapshot_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the snapshot_name arg ... ok
> test_vm_snapshot_delete_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_snapshot_delete_no_snapshot_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the snapshot_id arg ... ok
> test_vm_snapshot_revert_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_snapshot_revert_no_snapshot_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the snapshot_id arg ... ok
> test_vm_update_action_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vm_update_bad_update_type_value (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the update_type kwarg is ... ok
> test_vm_update_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and path args ... ok
> test_vm_update_no_update_type (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the update_type arg ... ok
> test_vn_add_ar_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vn_add_ar_no_path_or_data (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the path and data ... ok
> test_vn_add_ar_no_vn_id_or_vn_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the vn_id and vn_name ... ok
> test_vn_allocate_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vn_allocate_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the path and data ... ok
> test_vn_delete_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vn_delete_no_vn_id_or_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the vn_id and name ... ok
> test_vn_free_ar_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vn_free_ar_no_ar_id (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the ar_id is missing. ... ok
> test_vn_free_ar_no_vn_id_or_vn_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the vn_id and vn_name ... ok
> test_vn_hold_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vn_hold_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and path ... ok
> test_vn_hold_no_vn_id_or_vn_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the vn_id and vn_name ... ok
> test_vn_info_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vn_info_no_vn_id_or_vn_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the vn_id and vn_name ... ok
> test_vn_release_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vn_release_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and path ... ok
> test_vn_release_no_vn_id_or_vn_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the vn_id and vn_name ... ok
> test_vn_reserve_function_error (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when something other than ... ok
> test_vn_reserve_no_data_or_path (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the data and path ... ok
> test_vn_reserve_no_vn_id_or_vn_name (unit.cloud.clouds.test_opennebula.OpenNebulaTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the vn_id and vn_name ... ok
> test_get_configured_provider_auth (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_get_configured_provider_bad (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_get_configured_provider_cloud (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_get_dependencies (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:100.0%|MEM:5.8%] ... ok
> test_get_dependencies_no_shade (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_list_nodes_full_image_obj (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_list_nodes_full_image_str (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_request_instance_should_be_able_to_provide_a_dictionary_for_network (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:0.0%|MEM:5.8%] ... 00:40:19,911 [salt.cloud.clouds.openstack :645 ][ERROR ] Error key_name: None is not of type (<class 'str'>, <class 'bytes'>)
> ok
> test_request_instance_should_be_able_to_provide_a_list_of_dictionaries_for_network (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:33.3%|MEM:5.8%] ... 00:40:19,918 [salt.cloud.clouds.openstack :645 ][ERROR ] Error key_name: None is not of type (<class 'str'>, <class 'bytes'>)
> ok
> test_request_instance_should_be_able_to_provide_a_list_of_single_ids_or_names_for_network (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:33.3%|MEM:5.8%] ... 00:40:19,925 [salt.cloud.clouds.openstack :645 ][ERROR ] Error key_name: None is not of type (<class 'str'>, <class 'bytes'>)
> ok
> test_request_instance_should_create_conn_if_provided_is_None (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:33.3%|MEM:5.8%] ... 00:40:19,933 [salt.cloud.clouds.openstack :645 ][ERROR ] Error key_name: None is not of type (<class 'str'>, <class 'bytes'>)
> ok
> test_request_instance_should_use_provided_connection_if_not_None (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:0.0%|MEM:5.8%] ... 00:40:19,940 [salt.cloud.clouds.openstack :645 ][ERROR ] Error key_name: None is not of type (<class 'str'>, <class 'bytes'>)
> ok
> test_show_instance (unit.cloud.clouds.test_openstack.OpenstackTestCase)
> [CPU:24.6%|MEM:5.8%] ... ok
> test__dictionary_to_stringlist (unit.cloud.clouds.test_proxmox.ProxmoxTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test__reconfigure_clone (unit.cloud.clouds.test_proxmox.ProxmoxTest)
> [CPU:50.0%|MEM:5.8%] ... ok
> test__stringlist_to_dictionary (unit.cloud.clouds.test_proxmox.ProxmoxTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_clone (unit.cloud.clouds.test_proxmox.ProxmoxTest)
> [CPU:0.0%|MEM:5.8%] Test that an integer value for clone_from ... ok
> test_avail_images (unit.cloud.clouds.test_saltify.SaltifyTestCase)
> [CPU:0.0%|MEM:5.8%] Test the avail_images will return profiles ... ok
> test_avail_locations (unit.cloud.clouds.test_saltify.SaltifyTestCase)
> [CPU:0.0%|MEM:5.8%] Test the avail_locations will always return {} ... ok
> test_avail_sizes (unit.cloud.clouds.test_saltify.SaltifyTestCase)
> [CPU:0.0%|MEM:5.8%] Test the avail_sizes will always return {} ... ok
> test_create_and_deploy (unit.cloud.clouds.test_saltify.SaltifyTestCase)
> [CPU:0.0%|MEM:5.8%] Test if deployment can be done. ... ok
> test_create_no_deploy (unit.cloud.clouds.test_saltify.SaltifyTestCase)
> [CPU:0.0%|MEM:5.8%] Test if deployment fails. This is the most basic test as saltify doesn't contain much logic ... ok
> test_create_no_ssh_host (unit.cloud.clouds.test_saltify.SaltifyTestCase)
> [CPU:100.0%|MEM:5.8%] Test that ssh_host is set to the vm name if not defined ... ok
> test_create_wake_on_lan (unit.cloud.clouds.test_saltify.SaltifyTestCase)
> [CPU:0.0%|MEM:5.8%] Test if wake on lan works ... ok
> test_list_nodes (unit.cloud.clouds.test_saltify.SaltifyTestCase)
> [CPU:22.2%|MEM:5.8%] Test list_nodes will return required fields only ... ok
> test_saltify_destroy (unit.cloud.clouds.test_saltify.SaltifyTestCase)
> [CPU:22.2%|MEM:5.8%] ... ok
> test_saltify_reboot (unit.cloud.clouds.test_saltify.SaltifyTestCase)
> [CPU:22.2%|MEM:5.8%] ... ok
> test_query (unit.cloud.clouds.test_scaleway.ScalewayTestCase)
> [CPU:25.0%|MEM:5.8%] Confirm that using a different root affects the HTTP query made ... ok
> test_copy_all_disks_full_clone (unit.cloud.clouds.test_vmware.CloneFromSnapshotTest)
> [CPU:50.0%|MEM:5.8%] Test that disk move type is ... ok
> test_current_state_linked_clone (unit.cloud.clouds.test_vmware.CloneFromSnapshotTest)
> [CPU:0.0%|MEM:5.8%] Test that disk move type is ... ok
> test_flatten_all_all_disks_full_clone (unit.cloud.clouds.test_vmware.CloneFromSnapshotTest)
> [CPU:100.0%|MEM:5.8%] Test that disk move type is ... ok
> test_quick_linked_clone (unit.cloud.clouds.test_vmware.CloneFromSnapshotTest)
> [CPU:0.0%|MEM:5.8%] Test that disk move type is ... ok
> test_raises_error_for_invalid_disk_move_type (unit.cloud.clouds.test_vmware.CloneFromSnapshotTest)
> [CPU:0.0%|MEM:5.8%] Test that invalid disk move type ... ok
> test__add_new_hard_disk_helper (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] ... skipped ''
> test_add_host_both_cluster_and_datacenter_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when both cluster and datacenter ... skipped ''
> test_add_host_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call add_host ... skipped ''
> test_add_host_cluster_not_exists (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the specified cluster present ... skipped ''
> test_add_host_datacenter_not_exists (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the specified datacenter ... skipped ''
> test_add_host_neither_cluster_nor_datacenter_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when neither cluster nor ... skipped ''
> test_add_host_no_esxi_host_password_in_config (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when esxi_host_password is not ... skipped ''
> test_add_host_no_esxi_host_user_in_config (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when esxi_host_user is not ... skipped ''
> test_add_host_no_host_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when host is not present in ... skipped ''
> test_add_new_ide_controller_helper (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that creating a new controller, ensuring that it will generate a controller key ... skipped ''
> test_avail_images_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call avail_images ... skipped ''
> test_avail_locations_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call avail_locations ... skipped ''
> test_avail_sizes (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that avail_sizes returns an empty dictionary. ... skipped ''
> test_avail_sizes_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call avail_sizes ... skipped ''
> test_connect_host_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call connect_host ... skipped ''
> test_connect_host_no_host_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when host is not present in ... skipped ''
> test_connect_host_no_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no kwargs are provided to ... skipped ''
> test_connect_host_not_exists (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the specified host present ... skipped ''
> test_convert_to_template_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call convert_to_template ... skipped ''
> test_create_cluster_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call create_cluster ... skipped ''
> test_create_cluster_no_datacenter_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the name is present but the ... skipped ''
> test_create_cluster_no_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no kwargs are provided to ... skipped ''
> test_create_cluster_no_name_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the datacenter is present ... skipped ''
> test_create_cluster_no_name_no_datacenter_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when neither the name nor the ... skipped ''
> test_create_datacenter_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call create_datacenter ... skipped ''
> test_create_datacenter_name_too_long (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when name is present in kwargs ... skipped ''
> test_create_datacenter_name_too_short (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when name is present in kwargs ... skipped ''
> test_create_datacenter_no_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no kwargs are provided to ... skipped ''
> test_create_datacenter_no_name_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when name is not present in ... skipped ''
> test_create_datastore_cluster_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call create_datastore_cluster ... skipped ''
> test_create_datastore_cluster_name_too_long (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when name is present in kwargs ... skipped ''
> test_create_datastore_cluster_name_too_short (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when name is present in kwargs ... skipped ''
> test_create_datastore_cluster_no_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no kwargs are provided to ... skipped ''
> test_create_datastore_cluster_no_name_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when name is not present in ... skipped ''
> test_create_folder_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call create_folder ... skipped ''
> test_create_snapshot_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call create_snapshot ... skipped ''
> test_create_snapshot_no_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no kwargs are provided to ... skipped ''
> test_create_snapshot_no_snapshot_name_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when snapshot_name is not present ... skipped ''
> test_destroy_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call destroy ... skipped ''
> test_disconnect_host_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call disconnect_host ... skipped ''
> test_disconnect_host_no_host_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when host is not present in ... skipped ''
> test_disconnect_host_no_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no kwargs are provided to ... skipped ''
> test_disconnect_host_not_exists (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the specified host present ... skipped ''
> test_enter_maintenance_mode_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call enter_maintenance_mode ... skipped ''
> test_exit_maintenance_mode_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call exit_maintenance_mode ... skipped ''
> test_get_vcenter_version_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call get_vcenter_version ... skipped ''
> test_just_clonefrom (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the profile is configured correctly when deploying by cloning from a template ... skipped ''
> test_list_clusters_by_datacenter_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_clusters_by_datacenter ... skipped ''
> test_list_clusters_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_clusters ... skipped ''
> test_list_datacenters_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_datacenters ... skipped ''
> test_list_datastore_clusters_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_datastore_clusters ... skipped ''
> test_list_datastores_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_datastores ... skipped ''
> test_list_dvs_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_dvs ... skipped ''
> test_list_folders_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_folders ... skipped ''
> test_list_hbas_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_hbas ... skipped ''
> test_list_hosts_by_cluster_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_hosts_by_cluster ... skipped ''
> test_list_hosts_by_datacenter_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_hosts_by_datacenter ... skipped ''
> test_list_hosts_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_hosts ... skipped ''
> test_list_networks_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_networks ... skipped ''
> test_list_nodes_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_nodes ... skipped ''
> test_list_nodes_full_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_nodes_full ... skipped ''
> test_list_nodes_min_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_nodes_min ... skipped ''
> test_list_nodes_select_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_nodes_full ... skipped ''
> test_list_resourcepools_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_resourcepools ... skipped ''
> test_list_snapshots_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_snapshots ... skipped ''
> test_list_templates_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_templates ... skipped ''
> test_list_vapps_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:50.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call list_vapps ... skipped ''
> test_manage_devices_just_cd (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that when adding IDE/CD drives, controller keys will be in the apparent ... skipped ''
> test_no_clonefrom_just_image (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that the profile is configured correctly when deploying using an image ... skipped ''
> test_reboot_host_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call reboot_host ... skipped ''
> test_reboot_host_no_host_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when host is not present in ... skipped ''
> test_reboot_host_no_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no kwargs are provided to ... skipped ''
> test_reboot_host_not_exists (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the specified host present ... skipped ''
> test_remove_all_snapshots_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call remove_all_snapshots ... skipped ''
> test_remove_host_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call remove_host ... skipped ''
> test_remove_host_no_host_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when host is not present in ... skipped ''
> test_remove_host_no_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no kwargs are provided to ... skipped ''
> test_remove_host_not_exists (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when the specified host present ... skipped ''
> test_remove_snapshot_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call remove_snapshot ... skipped ''
> test_remove_snapshot_call_no_snapshot_name_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when name is not present in kwargs. ... skipped ''
> test_rescan_hba_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call rescan_hba ... skipped ''
> test_rescan_hba_no_host_in_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when host is not present in ... skipped ''
> test_rescan_hba_no_kwargs (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when no kwargs are provided to ... skipped ''
> test_reset_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call reset ... skipped ''
> test_revert_to_snapshot_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call revert_to_snapshot ... skipped ''
> test_show_instance_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call show_instance ... skipped ''
> test_shutdown_host_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call convert_to_template ... skipped ''
> test_start_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call start ... skipped ''
> test_stop_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call stop ... skipped ''
> test_suspend_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call suspend ... skipped ''
> test_terminate_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:100.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call terminate ... skipped ''
> test_test_vcenter_connection_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call test_vcenter_connection ... skipped ''
> test_upgrade_tools_all_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call upgrade_tools_all ... skipped ''
> test_upgrade_tools_call (unit.cloud.clouds.test_vmware.VMwareTestCase)
> [CPU:0.0%|MEM:5.8%] Tests that a SaltCloudSystemExit is raised when trying to call upgrade_tools ... skipped ''
> test_node_state_libcloud_020 (unit.cloud.test_libcloudfuncs.LibcloudTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_node_state_libcloud_100 (unit.cloud.test_libcloudfuncs.LibcloudTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_config (unit.config.schemas.test_ssh.RosterEntryConfigTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_config_validate (unit.config.schemas.test_ssh.RosterEntryConfigTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_roster_config (unit.config.schemas.test_ssh.RosterItemTest)
> [CPU:20.0%|MEM:5.8%] ... ok
> test_roster_config_validate (unit.config.schemas.test_ssh.RosterItemTest)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_check_autosign_grains_accept (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:50.0%|MEM:5.8%] Asserts that autosigning from grains passes when a matching grain value is in an ... ok
> test_check_autosign_grains_accept_not (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:0.0%|MEM:5.8%] Asserts that autosigning from grains fails when the grain value is not in the ... ok
> test_check_autosign_grains_invalid_file_permissions (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:0.0%|MEM:5.8%] Asserts that autosigning from grains fails when the grain file has the wrong permissions. ... ok
> test_check_autosign_grains_no_autosign_grains_dir (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:50.0%|MEM:5.8%] Asserts that autosigning from grains fails when the 'autosign_grains_dir' config option ... ok
> test_check_autosign_grains_no_grains (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:0.0%|MEM:5.8%] Asserts that autosigning from grains fails when no grain values are passed. ... ok
> test_check_permissions_group_can_write_not_permissive (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:0.0%|MEM:5.8%] Assert that a file is accepted, when group can write to it and ... ok
> test_check_permissions_group_can_write_permissive (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:50.0%|MEM:5.8%] Assert that a file is accepted, when group can write to it and ... ok
> test_check_permissions_group_can_write_permissive_root_in_group (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:0.0%|MEM:5.8%] Assert that a file is accepted, when group can write to it, ... ok
> test_check_permissions_group_can_write_permissive_root_not_in_group (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:0.0%|MEM:5.8%] Assert that no file is accepted, when group can write to it, ... ok
> test_check_permissions_only_owner_can_write (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:50.0%|MEM:5.8%] Assert that a file is accepted, when only the owner can write to it ... ok
> test_check_permissions_only_owner_can_write_root (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:0.0%|MEM:5.8%] Assert that a file is accepted, when only the owner can write to it and salt is root ... ok
> test_check_permissions_others_can_write (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:50.0%|MEM:5.8%] Assert that no file is accepted, when others can write to it ... ok
> test_check_permissions_windows (unit.daemons.test_masterapi.AutoKeyTest)
> [CPU:0.0%|MEM:5.8%] Assert that all files are accepted on windows ... ok
> test_publish_cmd_blacklisted (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an AuthorizationError is returned when the command has been blacklisted. ... skipped 'Slow tests are disabled'
> test_publish_eauth_authorization_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an AuthorizationError is returned when the user authenticates, but is not ... skipped 'Slow tests are disabled'
> test_publish_eauth_not_authenticated (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an AuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_publish_token_authorization_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an AuthorizationError is returned when the token authenticates, but is not ... skipped 'Slow tests are disabled'
> test_publish_token_not_authenticated (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an AuthenticationError is returned when the token can't authenticate. ... skipped 'Slow tests are disabled'
> test_publish_user_authenticated_missing_auth_list (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:100.0%|MEM:5.8%] Asserts that an AuthenticationError is returned when the user has an effective user id and is ... skipped 'Slow tests are disabled'
> test_publish_user_authorization_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an AuthorizationError is returned when the user authenticates, but is not ... skipped 'Slow tests are disabled'
> test_publish_user_is_blacklisted (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an AuthorizationError is returned when the user has been blacklisted. ... skipped 'Slow tests are disabled'
> test_publish_user_not_authenticated (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an AuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_runner_eauth_authorization_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an EauthAuthenticationError is returned when the user authenticates, but is ... skipped 'Slow tests are disabled'
> test_runner_eauth_not_authenticated (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an EauthAuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_runner_eauth_salt_invocation_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an EauthAuthenticationError is returned when the user authenticates, but the ... skipped 'Slow tests are disabled'
> test_runner_token_authorization_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that a TokenAuthenticationError is returned when the token authenticates, but is ... skipped 'Slow tests are disabled'
> test_runner_token_not_authenticated (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that a TokenAuthenticationError is returned when the token can't authenticate. ... skipped 'Slow tests are disabled'
> test_runner_token_salt_invocation_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that a SaltInvocationError is returned when the token authenticates, but the ... skipped 'Slow tests are disabled'
> test_wheel_eauth_authorization_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an EauthAuthenticationError is returned when the user authenticates, but is ... skipped 'Slow tests are disabled'
> test_wheel_eauth_not_authenticated (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an EauthAuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_wheel_eauth_salt_invocation_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an EauthAuthenticationError is returned when the user authenticates, but the ... skipped 'Slow tests are disabled'
> test_wheel_token_authorization_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:66.7%|MEM:5.8%] Asserts that a TokenAuthenticationError is returned when the token authenticates, but is ... skipped 'Slow tests are disabled'
> test_wheel_token_not_authenticated (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that a TokenAuthenticationError is returned when the token can't authenticate. ... skipped 'Slow tests are disabled'
> test_wheel_token_salt_invocation_error (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that a SaltInvocationError is returned when the token authenticates, but the ... skipped 'Slow tests are disabled'
> test_wheel_user_not_authenticated (unit.daemons.test_masterapi.LocalFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that an UserAuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_mine_get (unit.daemons.test_masterapi.RemoteFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that ``mine_get`` gives the expected results. ... skipped 'Slow tests are disabled'
> test_mine_get_acl_allowed (unit.daemons.test_masterapi.RemoteFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that ``mine_get`` gives the expected results when this is allowed ... skipped 'Slow tests are disabled'
> test_mine_get_acl_rejected (unit.daemons.test_masterapi.RemoteFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that ``mine_get`` gives the expected results when this is rejected ... skipped 'Slow tests are disabled'
> test_mine_get_dict_list (unit.daemons.test_masterapi.RemoteFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that ``mine_get`` gives the expected results when request ... skipped 'Slow tests are disabled'
> test_mine_get_dict_str (unit.daemons.test_masterapi.RemoteFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that ``mine_get`` gives the expected results when request ... skipped 'Slow tests are disabled'
> test_mine_get_pre_nitrogen_compat (unit.daemons.test_masterapi.RemoteFuncsTestCase)
> [CPU:0.0%|MEM:5.8%] Asserts that pre-Nitrogen API key ``expr_form`` is still accepted. ... skipped 'Slow tests are disabled'
> test_event_filtered (unit.engines.test_libvirt_events.EngineLibvirtEventTestCase)
> [CPU:0.0%|MEM:5.8%] Test that events are skipped if their ID isn't defined in the libvirt ... ok
> test_event_register (unit.engines.test_libvirt_events.EngineLibvirtEventTestCase)
> [CPU:20.0%|MEM:5.8%] Test that the libvirt_events engine actually registers events catch them and cleans ... ok
> test_event_skipped (unit.engines.test_libvirt_events.EngineLibvirtEventTestCase)
> [CPU:28.6%|MEM:5.8%] Test that events are skipped if their ID isn't defined in the libvirt ... ok
> test_get_domain_event_detail (unit.engines.test_libvirt_events.EngineLibvirtEventTestCase)
> [CPU:33.3%|MEM:5.8%] Test get_domain_event_detail function ... ok
> test_get_libvirt_enum_string_subprefix (unit.engines.test_libvirt_events.EngineLibvirtEventTestCase)
> [CPU:0.0%|MEM:5.8%] Make sure the libvirt enum value to string works reliably with ... ok
> test_get_libvirt_enum_string_underscores (unit.engines.test_libvirt_events.EngineLibvirtEventTestCase)
> [CPU:0.0%|MEM:5.8%] Make sure the libvirt enum value to string works reliably and items ... ok
> test__get_serializer (unit.engines.test_script.EngineScriptTestCase)
> [CPU:0.0%|MEM:5.8%] Test known serializer is returned or exception is raised ... ok
> test__read_stdout (unit.engines.test_script.EngineScriptTestCase)
> [CPU:33.3%|MEM:5.8%] Test we can yield stdout ... ok
> test_control_message_target (unit.engines.test_slack.EngineSlackTestCase)
> [CPU:0.0%|MEM:5.8%] Test slack engine: control_message_target ... skipped 'The SlackClient is not installed'
> test_master_message_fires (unit.engines.test_sqs_events.EngineSqsEventTestCase)
> [CPU:0.0%|MEM:5.8%] Test SQS engine correctly gets and fires messages on master ... ok
> test_minion_message_fires (unit.engines.test_sqs_events.EngineSqsEventTestCase)
> [CPU:0.0%|MEM:5.8%] Test SQS engine correctly gets and fires messages on minion ... ok
> test_no_queue_present (unit.engines.test_sqs_events.EngineSqsEventTestCase)
> [CPU:50.0%|MEM:5.8%] Test to ensure the SQS engine logs a warning when queue not present ... ok
> test__get_hash (unit.executors.test_splay.SplayTestCase)
> [CPU:0.0%|MEM:5.8%] ... ok
> test_dir_list (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:25.9%|MEM:5.9%] ... skipped 'Slow tests are disabled'
> test_dir_list_fallback (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_disable_saltenv_mapping_global_with_mapping_defined_globally (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:3.0%|MEM:5.9%] Test the global gitfs_disable_saltenv_mapping config option, combined ... skipped 'Slow tests are disabled'
> test_disable_saltenv_mapping_global_with_mapping_defined_per_remote (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:0.0%|MEM:5.9%] Test the global gitfs_disable_saltenv_mapping config option, combined ... skipped 'Slow tests are disabled'
> test_disable_saltenv_mapping_per_remote_with_mapping_defined_globally (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:100.0%|MEM:5.9%] Test the per-remote disable_saltenv_mapping config option, combined ... skipped 'Slow tests are disabled'
> test_disable_saltenv_mapping_per_remote_with_mapping_defined_per_remote (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:0.0%|MEM:5.9%] Test the per-remote disable_saltenv_mapping config option, combined ... skipped 'Slow tests are disabled'
> test_env_deprecated_opts (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:0.0%|MEM:5.9%] ensure deprecated options gitfs_env_whitelist ... skipped 'Slow tests are disabled'
> test_envs (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:0.0%|MEM:5.9%] ... skipped 'Slow tests are disabled'
> test_file_list (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:0.0%|MEM:5.9%] ... skipped 'Slow tests are disabled'
> test_file_list_fallback (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_find_and_serve_file (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:2.5%|MEM:5.9%] ... ok
> test_find_and_serve_file_fallback (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:2.9%|MEM:5.9%] ... ok
> test_ref_types_global (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:2.9%|MEM:5.9%] Test the global gitfs_ref_types config option ... skipped 'Slow tests are disabled'
> test_ref_types_per_remote (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:0.0%|MEM:5.9%] Test the per_remote ref_types config option, using a different ... skipped 'Slow tests are disabled'
> test_saltenv_blacklist (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:0.0%|MEM:5.9%] test saltenv_blacklist ... skipped 'Slow tests are disabled'
> test_saltenv_whitelist (unit.fileserver.test_gitfs.GitPythonTest)
> [CPU:0.0%|MEM:5.9%] test saltenv_whitelist ... skipped 'Slow tests are disabled'
> test_per_saltenv_config (unit.fileserver.test_gitfs.GitfsConfigTestCase)
> [CPU:25.0%|MEM:5.9%] ... ok
> test_dir_list (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:25.9%|MEM:5.9%] ... skipped 'Slow tests are disabled'
> test_dir_list_fallback (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_disable_saltenv_mapping_global_with_mapping_defined_globally (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:2.1%|MEM:5.9%] Test the global gitfs_disable_saltenv_mapping config option, combined ... skipped 'Slow tests are disabled'
> test_disable_saltenv_mapping_global_with_mapping_defined_per_remote (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:0.0%|MEM:5.9%] Test the global gitfs_disable_saltenv_mapping config option, combined ... skipped 'Slow tests are disabled'
> test_disable_saltenv_mapping_per_remote_with_mapping_defined_globally (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:0.0%|MEM:5.9%] Test the per-remote disable_saltenv_mapping config option, combined ... skipped 'Slow tests are disabled'
> test_disable_saltenv_mapping_per_remote_with_mapping_defined_per_remote (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:0.0%|MEM:5.9%] Test the per-remote disable_saltenv_mapping config option, combined ... skipped 'Slow tests are disabled'
> test_env_deprecated_opts (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:0.0%|MEM:5.9%] ensure deprecated options gitfs_env_whitelist ... skipped 'Slow tests are disabled'
> test_envs (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:0.0%|MEM:5.9%] ... skipped 'Slow tests are disabled'
> test_file_list (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:0.0%|MEM:5.9%] ... skipped 'Slow tests are disabled'
> test_file_list_fallback (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:100.0%|MEM:5.9%] ... ok
> test_find_and_serve_file (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:1.6%|MEM:5.9%] ... ok
> test_find_and_serve_file_fallback (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:1.2%|MEM:5.9%] ... ok
> test_ref_types_global (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:1.4%|MEM:5.9%] Test the global gitfs_ref_types config option ... skipped 'Slow tests are disabled'
> test_ref_types_per_remote (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:0.0%|MEM:5.9%] Test the per_remote ref_types config option, using a different ... skipped 'Slow tests are disabled'
> test_saltenv_blacklist (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:0.0%|MEM:5.9%] test saltenv_blacklist ... skipped 'Slow tests are disabled'
> test_saltenv_whitelist (unit.fileserver.test_gitfs.Pygit2Test)
> [CPU:0.0%|MEM:5.9%] test saltenv_whitelist ... skipped 'Slow tests are disabled'
> test_env_is_exposed (unit.fileserver.test_hgfs.HgfsFileTest)
> [CPU:25.0%|MEM:5.9%] test _env_is_exposed method when ... ok
> test_env_is_exposed_blacklist (unit.fileserver.test_hgfs.HgfsFileTest)
> [CPU:0.0%|MEM:5.9%] test _env_is_exposed method when ... ok
> test_dir_list (unit.fileserver.test_roots.RootsTest)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_dynamic_file_roots (unit.fileserver.test_roots.RootsTest)
> [CPU:26.1%|MEM:5.9%] ... ok
> test_envs (unit.fileserver.test_roots.RootsTest)
> [CPU:33.3%|MEM:5.9%] ... ok
> test_file_hash (unit.fileserver.test_roots.RootsTest)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_file_list (unit.fileserver.test_roots.RootsTest)
> [CPU:33.3%|MEM:5.9%] ... ok
> test_file_list_emptydirs (unit.fileserver.test_roots.RootsTest)
> [CPU:23.8%|MEM:5.9%] ... ok
> test_file_list_with_slash (unit.fileserver.test_roots.RootsTest)
> [CPU:27.3%|MEM:5.9%] ... ok
> test_find_file (unit.fileserver.test_roots.RootsTest)
> [CPU:23.8%|MEM:5.9%] ... ok
> test_serve_file (unit.fileserver.test_roots.RootsTest)
> [CPU:33.3%|MEM:5.9%] ... ok
> test_symlink_list (unit.fileserver.test_roots.RootsTest)
> [CPU:25.0%|MEM:5.9%] ... ok
> test_update_no_change (unit.fileserver.test_roots.RootsTest)
> [CPU:25.0%|MEM:5.9%] ... ok
> test_cache_round_trip (unit.fileserver.test_s3fs.S3fsFileTest)
> [CPU:22.2%|MEM:5.9%] ... ok
> test_env_is_exposed (unit.fileserver.test_svnfs.SvnfsFileTest)
> [CPU:0.0%|MEM:5.9%] test _env_is_exposed method when ... ok
> test_env_is_exposed_blacklist (unit.fileserver.test_svnfs.SvnfsFileTest)
> [CPU:100.0%|MEM:5.9%] test _env_is_exposed method when ... ok
> test__hw_data_linux_empty (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test__hw_data_linux_unicode_error (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test__windows_os_release_grain (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test__windows_platform_data (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... skipped 'System is not Windows'
> test_bsd_memdata (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test to memdata on *BSD systems ... ok
> test_bsd_osfullname (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] Test to ensure osfullname exists on *BSD systems ... ok
> test_core_virtual (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] test virtual grain with cmd virt-what ... ok
> test_core_virtual_unicode (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] test virtual grain with unicode character in product_name file ... ok
> test_cwd_exists (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] ... ok
> test_cwd_is_cwd (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_debian_7_os_grains (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if OS grains are parsed correctly in Debian 7 "wheezy" ... ok
> test_debian_8_os_grains (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if OS grains are parsed correctly in Debian 8 "jessie" ... ok
> test_debian_9_os_grains (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:33.3%|MEM:5.9%] Test if OS grains are parsed correctly in Debian 9 "stretch" ... ok
> test_dns_return (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] test the return for a dns grain. test for issue: ... ok
> test_docker_virtual (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if virtual grains are parsed correctly in Docker. ... ok
> test_enable_fqdns_false (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] tests enable_fqdns_grains is set to False ... ok
> test_enable_fqdns_none (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] testing default fqdns grains is returned when enable_fqdns_grains is None ... ok
> test_enable_fqdns_true (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] testing that grains uses network.fqdns module ... ok
> test_enable_fqdns_without_patching (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] testing fqdns grains is enabled by default ... ok
> test_fqdn4_empty (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] test when ip4 is empty ... ok
> test_fqdn6_empty (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:100.0%|MEM:5.9%] test when ip6 is empty ... ok
> test_fqdn_all_empty (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] test when both ip4 and ip6 are empty ... ok
> test_fqdn_return (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] test ip4 and ip6 return values ... ok
> test_fqdns_return (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] test the return for a dns grain. test for issue: ... ok
> test_fqdns_socket_error (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] test the behavior on non-critical socket errors of the dns grain ... ok
> test_get_server_id (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:37.5%|MEM:5.9%] ... ok
> test_gnu_slash_linux_in_os_name (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test to return a list of all enabled services ... ok
> test_if_virtual_subtype_exists_virtual_should_fallback_to_virtual (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_kernelparams_return (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] ... ok
> test_linux_gpus (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test GPU detection on Linux systems ... ok
> test_linux_memdata (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test memdata on Linux systems ... ok
> test_locale_info_no_tz_tzname (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] ... skipped 'Not Missing dateutil.tz'
> test_locale_info_tzname (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_locale_info_unicode_error_tzname (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_lxc_virtual (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if virtual grains are parsed correctly in LXC. ... ok
> test_missing_os_release (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] ... ok
> test_osdata_virtual_key_win (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... skipped 'System is not Windows'
> test_osx_memdata (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] test osx memdata ... ok
> test_osx_memdata_with_comma (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] test osx memdata method when comma returns ... ok
> test_parse_cpe_name_broken (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Parse broken CPE_NAME data ... ok
> test_parse_cpe_name_v23 (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Parse correct CPE_NAME data v2.3 formatted ... ok
> test_parse_cpe_name_wfn (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Parse correct CPE_NAME data WFN formatted ... ok
> test_parse_etc_os_release (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_path (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_saltversioninfo (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] test saltversioninfo core grain. ... ok
> test_solaris_sparc_s7 (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] verify productname grain for s7 ... ok
> test_solaris_sparc_s7zone (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:33.3%|MEM:5.9%] verify productname grain for s7 zone ... ok
> test_solaris_sparc_t5220 (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] verify productname grain for t5220 ... ok
> test_solaris_sparc_t5220zone (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] verify productname grain for t5220 zone ... ok
> test_suse_os_from_cpe_data (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] Test if 'os' grain is parsed from CPE_NAME of /etc/os-release ... ok
> test_suse_os_grains_opensuse_leap_42_1 (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if OS grains are parsed correctly in openSUSE Leap 42.1 ... ok
> test_suse_os_grains_sles11sp3 (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:33.3%|MEM:5.9%] Test if OS grains are parsed correctly in SLES 11 SP3 ... ok
> test_suse_os_grains_sles11sp4 (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if OS grains are parsed correctly in SLES 11 SP4 ... ok
> test_suse_os_grains_sles12 (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:33.3%|MEM:5.9%] Test if OS grains are parsed correctly in SLES 12 ... ok
> test_suse_os_grains_sles12sp1 (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] Test if OS grains are parsed correctly in SLES 12 SP1 ... ok
> test_suse_os_grains_tumbleweed (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if OS grains are parsed correctly in openSUSE Tumbleweed ... ok
> test_ubuntu_artful_os_grains (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if OS grains are parsed correctly in Ubuntu 17.10 "Artful Aardvark" ... ok
> test_ubuntu_xenial_os_grains (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] Test if OS grains are parsed correctly in Ubuntu 16.04 "Xenial Xerus" ... ok
> test_unicode_error (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:33.3%|MEM:5.9%] ... ok
> test_virtual_has_virtual_grain (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... 00:40:30,018 [salt.modules.cmdmod :854 ][ERROR ] Command '['dmesg']' failed with return code: 1
> 00:40:30,018 [salt.modules.cmdmod :856 ][ERROR ] stdout: dmesg: read kernel buffer failed: Operation not permitted
> 00:40:30,018 [salt.modules.cmdmod :860 ][ERROR ] retcode: 1
> 00:40:30,018 [salt.modules.cmdmod :1218][ERROR ] Command 'dmesg' failed with return code: 1
> 00:40:30,018 [salt.modules.cmdmod :1223][ERROR ] output: dmesg: read kernel buffer failed: Operation not permitted
> ok
> test_virtual_set_virtual_grain (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:8.3%|MEM:5.9%] ... 00:40:30,048 [salt.modules.cmdmod :854 ][ERROR ] Command '['dmesg']' failed with return code: 1
> 00:40:30,048 [salt.modules.cmdmod :856 ][ERROR ] stdout: dmesg: read kernel buffer failed: Operation not permitted
> 00:40:30,048 [salt.modules.cmdmod :860 ][ERROR ] retcode: 1
> 00:40:30,048 [salt.modules.cmdmod :1218][ERROR ] Command 'dmesg' failed with return code: 1
> 00:40:30,048 [salt.modules.cmdmod :1223][ERROR ] output: dmesg: read kernel buffer failed: Operation not permitted
> ok
> test_windows_platform_data (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:25.0%|MEM:5.9%] Test the _windows_platform_data function ... skipped 'System is not Windows'
> test_windows_virtual_has_virtual_grain (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... skipped 'System is not Windows'
> test_windows_virtual_set_virtual_grain (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... skipped 'System is not Windows'
> test_xen_virtual (unit.grains.test_core.CoreGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if OS grains are parsed correctly in Ubuntu Xenial Xerus ... ok
> test__windows_disks (unit.grains.test_disks.IscsiGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] Test grains._windows_disks, normal return ... ok
> test__windows_disks_retcode (unit.grains.test_disks.IscsiGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test grains._windows_disks, retcode 1 ... ok
> test_linux_fibre_channel_wwns_grains (unit.grains.test_fibre_channel.FibreChannelGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_windows_fibre_channel_wwns_grains (unit.grains.test_fibre_channel.FibreChannelGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_aix_iscsi_iqn_grains (unit.grains.test_iscsi.IscsiGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_linux_iqn_no_iscsii_initiator (unit.grains.test_iscsi.IscsiGrainsTestCase)
> [CPU:100.0%|MEM:5.9%] Test if linux_iqn is running on salt-master as root. ... ok
> test_linux_iqn_non_root (unit.grains.test_iscsi.IscsiGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if linux_iqn is running on salt-master as non-root ... ok
> test_linux_iscsi_iqn_grains (unit.grains.test_iscsi.IscsiGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_windows_iscsi_iqn_grains (unit.grains.test_iscsi.IscsiGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_sdc_mdata (unit.grains.test_mdata.MdataGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Simulate all mdata_get calls from a test zone. ... ok
> test_sdc_mdata_missing_cmd_both (unit.grains.test_mdata.MdataGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] When both or either of the commands is missing there should ... ok
> test_sdc_mdata_missing_cmd_one (unit.grains.test_mdata.MdataGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] When both or either of the commands is missing there should ... ok
> test_user_mdata (unit.grains.test_mdata.MdataGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] We have a list of two grains, so there should be two mdata-get ... ok
> test_user_mdata_empty_list (unit.grains.test_mdata.MdataGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] When there are no user grains, there are no mdata-get calls ... ok
> test_user_mdata_missing_cmd_both (unit.grains.test_mdata.MdataGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] When both or either of the commands is missing there should ... ok
> test_user_mdata_missing_cmd_one (unit.grains.test_mdata.MdataGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] When both or either of the commands is missing there should ... ok
> test_host (unit.grains.test_napalm.NapalmGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_hostname (unit.grains.test_napalm.NapalmGrainsTestCase)
> [CPU:100.0%|MEM:5.9%] ... ok
> test_interfaces (unit.grains.test_napalm.NapalmGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_model (unit.grains.test_napalm.NapalmGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_os (unit.grains.test_napalm.NapalmGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_os_version (unit.grains.test_napalm.NapalmGrainsTestCase)
> [CPU:50.0%|MEM:5.9%] ... ok
> test_serial (unit.grains.test_napalm.NapalmGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_uptime (unit.grains.test_napalm.NapalmGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_username (unit.grains.test_napalm.NapalmGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_vendor (unit.grains.test_napalm.NapalmGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_linux_nqn_no_nvme_initiator (unit.grains.test_nvme.NvmeGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if linux_nqn is running on salt-master as root. ... ok
> test_linux_nqn_non_root (unit.grains.test_nvme.NvmeGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Test if linux_nqn is running on salt-master as non-root ... ok
> test_linux_nvme_nqn_grains (unit.grains.test_nvme.NvmeGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_pending_reboot_false (unit.grains.test_pending_reboot.PendingRebootGrainTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_pending_reboot_true (unit.grains.test_pending_reboot.PendingRebootGrainTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_smartos_computenode_data (unit.grains.test_smartos.SmartOSGrainsTestCase)
> [CPU:100.0%|MEM:5.9%] Get a tally of running/stopped zones ... ok
> test_smartos_zone_data (unit.grains.test_smartos.SmartOSGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Get basic information about a non-global zone ... ok
> test_smartos_zone_pkgin_data_in_globalzone (unit.grains.test_smartos.SmartOSGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Get pkgin information from the globalzone ... ok
> test_smartos_zone_pkgin_data_in_zone (unit.grains.test_smartos.SmartOSGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Get pkgin information from a zone ... ok
> test_smartos_zone_pkgsrc_data_in_globalzone (unit.grains.test_smartos.SmartOSGrainsTestCase)
> [CPU:0.0%|MEM:5.9%] Get pkgsrc information from the globalzone ... ok
> test_smartos_zone_pkgsrc_data_in_zone (unit.grains.test_smartos.SmartOSGrainsTestCase)
> [CPU:100.0%|MEM:5.9%] Get pkgsrc information from a zone ... ok
> test_env_loader (unit.modules.inspectlib.test_collector.InspectorCollectorTestCase)
> [CPU:0.0%|MEM:5.9%] Get packages on the different distros. ... skipped "Git missing 'core.symlinks=true' config"
> test_file_tree (unit.modules.inspectlib.test_collector.InspectorCollectorTestCase)
> [CPU:0.0%|MEM:5.9%] Test file tree. ... skipped "Git missing 'core.symlinks=true' config"
> test_get_unmanaged_files (unit.modules.inspectlib.test_collector.InspectorCollectorTestCase)
> [CPU:0.0%|MEM:5.9%] Test get_unmanaged_files. ... skipped "Git missing 'core.symlinks=true' config"
> test_pkg_get (unit.modules.inspectlib.test_collector.InspectorCollectorTestCase)
> [CPU:0.0%|MEM:5.9%] Test if grains switching the pkg get method. ... skipped "Git missing 'core.symlinks=true' config"
> test_add_object (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Test storing object into the database. ... ok
> test_close (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Test closing the database. ... ok
> test_create_table (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Test creating table. ... ok
> test_criteria (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:50.0%|MEM:5.9%] Test criteria selector. ... ok
> test_delete_object (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Deleting an object from the store. ... ok
> test_get_obj_equals (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Getting an object from the store with conditions ... ok
> test_get_obj_less_than (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:33.3%|MEM:5.9%] Getting an object from the store with conditions ... ok
> test_get_obj_matching (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Getting an object from the store with conditions ... ok
> test_get_obj_more_than (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Getting an object from the store with conditions ... ok
> test_get_object (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Getting an object from the store. ... ok
> test_list_databases (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Test list databases. ... ok
> test_obj_serialization (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:100.0%|MEM:5.9%] Test object serialization. ... ok
> test_obj_validation (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Test object validation. ... ok
> test_open (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Test opening the database. ... ok
> test_update_object (unit.modules.inspectlib.test_fsdb.InspectorFSDBTestCase)
> [CPU:0.0%|MEM:5.9%] Updating an object from the store. ... ok
> test_cert (unit.modules.test_acme.AcmeTestCase)
> [CPU:50.0%|MEM:5.9%] Test certificate retrieval/renewal ... ok
> test_certs (unit.modules.test_acme.AcmeTestCase)
> [CPU:0.0%|MEM:5.9%] Test listing certs ... ok
> test_expires (unit.modules.test_acme.AcmeTestCase)
> [CPU:0.0%|MEM:5.9%] Test if expires function functions properly. ... ok
> test_has (unit.modules.test_acme.AcmeTestCase)
> [CPU:0.0%|MEM:5.9%] Test checking if certificate (does not) exist. ... ok
> test_info (unit.modules.test_acme.AcmeTestCase)
> [CPU:0.0%|MEM:5.9%] Test certificate information retrieval. ... ok
> test_needs_renewal (unit.modules.test_acme.AcmeTestCase)
> [CPU:50.0%|MEM:5.9%] Test if expired certs do indeed need renewal. ... ok
> test_get_target (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests the target returned by an alias with one target ... ok
> test_get_target_mult (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests the target returned by an alias with multiple targets ... ok
> test_get_target_no_alias (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests return of an alias doesn't exist ... ok
> test_has_target (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests simple return known alias and target ... ok
> test_has_target_list_mult (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests return of target as same list to know alias ... ok
> test_has_target_list_mult_differs (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests return of target as differing list to known alias ... ok
> test_has_target_mult (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests return of multiple targets to one alias ... ok
> test_has_target_mult_differs (unit.modules.test_aliases.AliasesTestCase)
> [CPU:50.0%|MEM:5.9%] Tests return of multiple targets to one alias in opposite order ... ok
> test_has_target_no_alias (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests return of empty alias and known target ... ok
> test_has_target_no_target (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests return of known alias and empty target ... ok
> test_list_aliases (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests the return of a file containing one alias ... ok
> test_list_aliases_mult (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests the return of a file containing multiple aliases ... ok
> test_rm_alias_absent (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests return when alias is not present ... ok
> test_set_target_empty_alias (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests return of empty alias ... ok
> test_set_target_empty_target (unit.modules.test_aliases.AliasesTestCase)
> [CPU:0.0%|MEM:5.9%] Tests return of known alias and empty target ... ok
> test_set_target_equal (unit.modules.test_aliases.AliasesTestCase)
> [CPU:50.0%|MEM:5.9%] Tests return when target is already present ... ok
> test_check_installed (unit.modules.test_alternatives.AlternativesTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_display (unit.modules.test_alternatives.AlternativesTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_install (unit.modules.test_alternatives.AlternativesTestCase)
> [CPU:50.0%|MEM:5.9%] ... ok
> test_remove (unit.modules.test_alternatives.AlternativesTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_show_current (unit.modules.test_alternatives.AlternativesTestCase)
> [CPU:0.0%|MEM:5.9%] ... 00:40:30,178 [salt.modules.alternatives :120 ][ERROR ] alternative: hell does not exist
> ok
> test_ansible_module_call (unit.modules.test_ansiblegate.AnsiblegateTestCase)
> [CPU:0.0%|MEM:5.9%] Test Ansible module call from ansible gate module ... ok
> test_ansible_module_help (unit.modules.test_ansiblegate.AnsiblegateTestCase)
> [CPU:0.0%|MEM:5.9%] Test help extraction from the module ... ok
> test_module_resolver_modlist (unit.modules.test_ansiblegate.AnsiblegateTestCase)
> [CPU:0.0%|MEM:5.9%] Test Ansible resolver modules list. ... ok
> test_resolver_module_loader (unit.modules.test_ansiblegate.AnsiblegateTestCase)
> [CPU:100.0%|MEM:5.9%] Test Ansible module loader. ... ok
> test_resolver_module_loader_failure (unit.modules.test_ansiblegate.AnsiblegateTestCase)
> [CPU:0.0%|MEM:5.9%] Test Ansible module loader. ... ok
> test_resolver_module_loader_import_failure (unit.modules.test_ansiblegate.AnsiblegateTestCase)
> [CPU:0.0%|MEM:5.9%] Test Ansible module loader failure. ... ok
> test_virtual_function (unit.modules.test_ansiblegate.AnsiblegateTestCase)
> [CPU:0.0%|MEM:5.9%] Test Ansible module __virtual__ when ansible is not installed on the minion. ... ok
> test__parse_config_dict (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test parsing function which creates configs from dict like (legacy way): ... ok
> test__parse_config_list (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test parsing function which creates configs from variable structure (list of dicts or ... ok
> test_config (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if it create VirtualHost configuration files ... ok
> test_directives (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if return list of directives ... ok
> test_fullversion (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if return server version (``apachectl -V``) ... ok
> test_modules (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if return list of static and shared modules ... ok
> test_server_status (unit.modules.test_apache.ApacheTestCase)
> [CPU:50.0%|MEM:5.9%] Test if return get information from the Apache server-status ... ok
> test_server_status_error (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if return get error from the Apache server-status ... ok
> test_servermods (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if return list of modules compiled into the server ... ok
> test_signal (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if return no signal for httpd ... ok
> test_signal_args (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if return httpd signal to start, restart, or stop. ... ok
> test_useradd (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if it add HTTP user using the ``htpasswd`` command ... ok
> test_userdel (unit.modules.test_apache.ApacheTestCase)
> [CPU:100.0%|MEM:5.9%] Test if it delete HTTP user using the ``htpasswd`` file ... ok
> test_version (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if return server version (``apachectl -v``) ... ok
> test_vhosts (unit.modules.test_apache.ApacheTestCase)
> [CPU:0.0%|MEM:5.9%] Test if it shows the virtualhost settings ... ok
> test__skip_source (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test __skip_source. ... ok
> test_add_repo_key (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Add a repo key. ... ok
> test_add_repo_key_failed (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Add a repo key using incomplete input data. ... ok
> test_autoremove (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Remove packages not required by another package. ... ok
> test_file_dict (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - List the files that belong to a package, grouped by package. ... ok
> test_file_list (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - List the files that belong to a package. ... ok
> test_get_repo_keys (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:50.0%|MEM:5.9%] Test - List known repo key details. ... ok
> test_get_selections (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - View package state from the dpkg database. ... ok
> test_info_installed (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Return the information of the named package(s) installed on the system. ... ok
> test_install (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Install packages. ... ok
> test_list_downloaded (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test downloaded packages listing. ... ok
> test_mod_repo_enabled (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Checks if a repo is enabled or disabled depending on the passed kwargs. ... ok
> test_normalize_name (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:33.3%|MEM:5.9%] Test that package is normalized only when it should be ... ok
> test_owner (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Return the name of the package that owns the file. ... ok
> test_purge (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Remove packages along with all configuration files. ... ok
> test_refresh_db (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Updates the APT database to latest packages based upon repositories. ... ok
> test_refresh_db_failed (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Update the APT database using unreachable repositories. ... ok
> test_remove (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Remove packages. ... ok
> test_show (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:50.0%|MEM:5.9%] Test that the pkg.show function properly parses apt-cache show output. ... ok
> test_upgrade (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Upgrades all packages. ... ok
> test_upgrade_available (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Test - Check whether or not an upgrade is available for a given package. ... ok
> test_upgrade_downloadonly (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:0.0%|MEM:5.9%] Tests the download-only options for upgrade. ... ok
> test_version (unit.modules.test_aptpkg.AptPkgTestCase)
> [CPU:50.0%|MEM:5.9%] Test - Returns a string representing the package version or an empty string if ... ok
> test_call_apt_default (unit.modules.test_aptpkg.AptUtilsTestCase)
> [CPU:0.0%|MEM:5.9%] Call default apt. ... ok
> test_call_apt_in_scope (unit.modules.test_aptpkg.AptUtilsTestCase)
> [CPU:0.0%|MEM:5.9%] Call apt within the scope. ... ok
> test_call_apt_with_kwargs (unit.modules.test_aptpkg.AptUtilsTestCase)
> [CPU:0.0%|MEM:5.9%] Call apt with the optinal keyword arguments. ... ok
> test_cmd_unzip (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_cmd_zip (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_gunzip (unit.modules.test_archive.ArchiveTestCase)
> [CPU:100.0%|MEM:5.9%] ... ok
> test_gunzip_raises_exception_if_not_found (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_gzip (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_gzip_raises_exception_if_not_found (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_rar (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_rar_raises_exception_if_not_found (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_tar (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_tar_raises_exception_if_not_found (unit.modules.test_archive.ArchiveTestCase)
> [CPU:50.0%|MEM:5.9%] ... ok
> test_trim_files (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_unrar (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... skipped 'unrar not installed'
> test_unrar_raises_exception_if_not_found (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_unzip (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_unzip_raises_exception_if_not_found (unit.modules.test_archive.ArchiveTestCase)
> [CPU:50.0%|MEM:5.9%] ... ok
> test_zip (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_zip_raises_exception_if_not_found (unit.modules.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_artifact_get_metadata (unit.modules.test_artifactory.ArtifactoryTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_artifact_metadata_url (unit.modules.test_artifactory.ArtifactoryTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_construct_url_for_released_version (unit.modules.test_artifactory.ArtifactoryTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_construct_url_for_snapshot_version (unit.modules.test_artifactory.ArtifactoryTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_get_snapshot_url_with_classifier (unit.modules.test_artifactory.ArtifactoryTestCase)
> [CPU:100.0%|MEM:5.9%] ... ok
> test_get_snapshot_url_without_classifier (unit.modules.test_artifactory.ArtifactoryTestCase)
> [CPU:0.0%|MEM:5.9%] test when classifier not set and packaging ... ok
> test_snapshot_version_get_metadata (unit.modules.test_artifactory.ArtifactoryTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_snapshot_version_metadata_url (unit.modules.test_artifactory.ArtifactoryTestCase)
> [CPU:0.0%|MEM:5.9%] ... ok
> test_at (unit.modules.test_at.AtTestCase)
> [CPU:0.0%|MEM:5.9%] Tests for add a job to the queue. ... ok
> test_atc (unit.modules.test_at.AtTestCase)
> [CPU:0.0%|MEM:5.9%] Tests for atc ... ok
> test_atq_list (unit.modules.test_at.AtTestCase)
> [CPU:0.0%|MEM:5.9%] Tests the list all queued and running jobs. ... ok
> test_atq_no_jobs_available (unit.modules.test_at.AtTestCase)
> [CPU:100.0%|MEM:5.9%] Tests the no jobs available for any type of os_family. ... ok
> test_atq_not_available (unit.modules.test_at.AtTestCase)
> [CPU:0.0%|MEM:5.9%] Tests the at.atq not available for any type of os_family. ... ok
> test_atrm (unit.modules.test_at.AtTestCase)
> [CPU:0.0%|MEM:5.9%] Tests for remove jobs from the queue. ... ok
> test_jobcheck (unit.modules.test_at.AtTestCase)
> [CPU:0.0%|MEM:5.9%] Tests for check the job from queue. ... ok
> test_execute (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:0.0%|MEM:5.9%] Test if it execute Augeas commands ... skipped 'Disabled pending https://github.com/hercules-team/python-augeas/issues/30'
> test_execute_io_error (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:0.0%|MEM:5.9%] Test if it execute Augeas commands ... ok
> test_execute_value_error (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:24.6%|MEM:6.2%] Test if it execute Augeas commands ... 00:40:31,318 [salt.modules.augeas_cfg :237 ][ERROR ] set takes (1, 2) args: []
> ok
> test_get (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:25.6%|MEM:6.2%] Test if it get a value for a specific augeas path ... ok
> test_ls (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:24.9%|MEM:6.4%] Test if it list the direct children of a node ... ok
> test_match (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:25.1%|MEM:6.4%] Test if it matches for path expression ... ok
> test_match_runtime_error (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:25.1%|MEM:6.4%] Test if it matches for path expression ... ok
> test_remove (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:24.9%|MEM:6.4%] Test if it removes for path expression ... ok
> test_remove_io_runtime_error (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:25.1%|MEM:6.4%] Test if it removes for path expression ... ok
> test_setvalue (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:25.1%|MEM:6.4%] Test if it set a value for a specific augeas path ... ok
> test_setvalue_io_error (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:25.0%|MEM:6.5%] Test if it set a value for a specific augeas path ... ok
> test_setvalue_one_prefix (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:24.7%|MEM:6.5%] Test if it set a value for a specific augeas path ... ok
> test_setvalue_uneven_path (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:25.2%|MEM:6.6%] Test if it set a value for a specific augeas path ... ok
> test_tree (unit.modules.test_augeas_cfg.AugeasCfgTestCase)
> [CPU:24.8%|MEM:6.6%] Test if it returns recursively the complete tree of a node ... ok
> test_record_set_create_or_update (unit.modules.test_azurearm_dns.AzureRmDnsTestCase)
> [CPU:25.4%|MEM:6.6%] tests record set object creation ... skipped 'The azure.mgmt.dns module must be installed.'
> test_zone_create_or_update (unit.modules.test_azurearm_dns.AzureRmDnsTestCase)
> [CPU:0.0%|MEM:6.6%] tests zone object creation ... skipped 'The azure.mgmt.dns module must be installed.'
> test_baredoc_list_modules (unit.modules.test_baredoc.BaredocTest)
> [CPU:0.0%|MEM:6.6%] test baredoc executiion module listing ... ok
> test_baredoc_list_modules_args (unit.modules.test_baredoc.BaredocTest)
> [CPU:25.0%|MEM:6.6%] test baredoc execution module listing with args ... ok
> test_baredoc_list_modules_single_and_alias (unit.modules.test_baredoc.BaredocTest)
> [CPU:25.1%|MEM:6.6%] test baredoc single module listing ... ok
> test_baredoc_list_states (unit.modules.test_baredoc.BaredocTest)
> [CPU:100.0%|MEM:6.6%] Test baredoc state module listing ... ok
> test_baredoc_list_states_args (unit.modules.test_baredoc.BaredocTest)
> [CPU:25.0%|MEM:6.6%] Test baredoc state listing with args ... ok
> test_baredoc_list_states_single (unit.modules.test_baredoc.BaredocTest)
> [CPU:25.0%|MEM:6.6%] Test baredoc state listing single state module ... ok
> test_baredoc_module_docs (unit.modules.test_baredoc.BaredocTest)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_baredoc_module_docs_multiple_args (unit.modules.test_baredoc.BaredocTest)
> [CPU:25.0%|MEM:6.6%] ... ok
> test_baredoc_module_docs_single_arg (unit.modules.test_baredoc.BaredocTest)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_baredoc_state_docs (unit.modules.test_baredoc.BaredocTest)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_baredoc_state_docs_multiple_args (unit.modules.test_baredoc.BaredocTest)
> [CPU:25.0%|MEM:6.6%] ... ok
> test_baredoc_state_docs_single_arg (unit.modules.test_baredoc.BaredocTest)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_add (unit.modules.test_beacons.BeaconsTestCase)
> [CPU:0.0%|MEM:6.6%] Test adding a beacon ... skipped 'Slow tests are disabled'
> test_add_beacon_module (unit.modules.test_beacons.BeaconsTestCase)
> [CPU:0.0%|MEM:6.6%] Test adding a beacon ... skipped 'Slow tests are disabled'
> test_delete (unit.modules.test_beacons.BeaconsTestCase)
> [CPU:0.0%|MEM:6.6%] Test deleting a beacon. ... skipped 'Slow tests are disabled'
> test_delete_beacon_module (unit.modules.test_beacons.BeaconsTestCase)
> [CPU:100.0%|MEM:6.6%] Test deleting a beacon. ... skipped 'Slow tests are disabled'
> test_disable (unit.modules.test_beacons.BeaconsTestCase)
> [CPU:0.0%|MEM:6.6%] Test disabling beacons ... skipped 'Slow tests are disabled'
> test_enable (unit.modules.test_beacons.BeaconsTestCase)
> [CPU:0.0%|MEM:6.6%] Test enabling beacons ... skipped 'Slow tests are disabled'
> test_enable_beacon_module (unit.modules.test_beacons.BeaconsTestCase)
> [CPU:0.0%|MEM:6.6%] Test enabling beacons ... skipped 'Slow tests are disabled'
> test_save (unit.modules.test_beacons.BeaconsTestCase)
> [CPU:0.0%|MEM:6.6%] Test saving beacons. ... skipped 'Slow tests are disabled'
> test_address_ (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:0.0%|MEM:6.6%] Test of getting address of bluetooth adapter ... ok
> test_block (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:0.0%|MEM:6.6%] Test of blocking specific bluetooth device ... ok
> test_discoverable (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:0.0%|MEM:6.6%] Test of enabling bluetooth device ... ok
> test_noscan (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:0.0%|MEM:6.6%] Test of turning off of scanning modes ... ok
> test_pair (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:50.0%|MEM:6.6%] Test to pair bluetooth adapter with a device ... ok
> test_power (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:0.0%|MEM:6.6%] Test of getting address of bluetooth adapter ... ok
> test_scan (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:0.0%|MEM:6.6%] Test of scanning of bluetooth devices ... ok
> test_start (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:100.0%|MEM:6.6%] Test to start bluetooth service ... ok
> test_stop (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:0.0%|MEM:6.6%] Test to stop bluetooth service ... ok
> test_unblock (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:0.0%|MEM:6.6%] Test to unblock specific bluetooth device ... ok
> test_unpair (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:0.0%|MEM:6.6%] Test to unpair bluetooth adaptor with a device ... ok
> test_version (unit.modules.test_bluez_bluetooth.BluezTestCase)
> [CPU:100.0%|MEM:6.6%] Test if return bluetooth version ... ok
> test_add_tags_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test that when adding tags fails, and boto3 returns an error, ... ok
> test_add_tags_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:20.0%|MEM:6.6%] Test that when adding tags is successful, the .add_tags method returns {'result': True}. ... ok
> test_cancel_elasticsearch_service_software_update_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling cancel_elasticsearch_service_software_update and ... ok
> test_cancel_elasticsearch_service_software_update_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling cancel_elasticsearch_service_software_update and ... ok
> test_create_elasticsearch_domain_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test that when creating a domain, and boto3 returns an error, ... ok
> test_create_elasticsearch_domain_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when creating a domain, and it succeeds, ... ok
> test_delete_domain_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when deleting a domain, and boto3 returns an error, ... ok
> test_delete_domain_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when deleting a domain, and it succeeds, ... ok
> test_delete_elasticsearch_service_role_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling delete_elasticsearch_service_role and boto3 returns ... ok
> test_delete_elasticsearch_service_role_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling delete_elasticsearch_service_role and ... ok
> test_describe_elasticsearch_domain_config_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling describe_elasticsearch_domain_config and boto3 returns ... ok
> test_describe_elasticsearch_domain_config_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test that when calling describe_elasticsearch_domain_config and ... ok
> test_describe_elasticsearch_domain_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when describing a domain when the domain does not exist, ... ok
> test_describe_elasticsearch_domain_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when describing a domain when the domain actually exists, ... ok
> test_describe_elasticsearch_domains_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling describe_elasticsearch_domains and boto3 returns ... ok
> test_describe_elasticsearch_domains_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling describe_elasticsearch_domains and it is successful, ... ok
> test_describe_elasticsearch_instance_type_limits_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test that when calling describe_elasticsearch_instance_type_limits and boto3 returns ... ok
> test_describe_elasticsearch_instance_type_limits_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling describe_elasticsearch_instance_type_limits and ... ok
> test_describe_reserved_elasticsearch_instance_offerings_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling describe_reserved_elasticsearch_instance_offerings ... ok
> test_describe_reserved_elasticsearch_instance_offerings_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test that when calling describe_reserved_elasticsearch_instance_offerings ... ok
> test_describe_reserved_elasticsearch_instances_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling describe_reserved_elasticsearch_instances and boto3 ... ok
> test_describe_reserved_elasticsearch_instances_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling describe_reserved_elasticsearch_instances and it ... ok
> test_get_compatible_elasticsearch_versions_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling get_compatible_elasticsearch_versions and boto3 ... ok
> test_get_compatible_elasticsearch_versions_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling get_compatible_elasticsearch_versions and it ... ok
> test_get_upgrade_history_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling get_upgrade_history and boto3 ... ok
> test_get_upgrade_history_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling get_upgrade_history and it ... ok
> test_get_upgrade_status_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling get_upgrade_status and boto3 ... ok
> test_get_upgrade_status_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling get_upgrade_status and it ... ok
> test_list_domain_names_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling list_domain_names and boto3 ... ok
> test_list_domain_names_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test that when calling list_domain_names and it ... ok
> test_list_elasticsearch_instance_types_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling list_elasticsearch_instance_types and boto3 ... ok
> test_list_elasticsearch_instance_types_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling list_elasticsearch_instance_types and it ... ok
> test_list_elasticsearch_versions_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling list_elasticsearch_versions and boto3 ... ok
> test_list_elasticsearch_versions_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling list_elasticsearch_versions and it ... ok
> test_list_tags_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test that when listing tags causes boto3 to return an error, ... ok
> test_list_tags_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when listing tags is successful, ... ok
> test_purchase_reserved_elasticsearch_instance_offering_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling purchase_reserved_elasticsearch_instance_offering and boto3 ... ok
> test_purchase_reserved_elasticsearch_instance_offering_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling purchase_reserved_elasticsearch_instance_offering and it ... ok
> test_remove_tag_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when removing tags fails, and boto3 returns an error, ... ok
> test_remove_tags_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when removing tags is successful, the .remove_tags method returns {'tagged': True}. ... ok
> test_start_elasticsearch_service_software_update_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling start_elasticsearch_service_software_update and boto3 ... ok
> test_start_elasticsearch_service_software_update_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test that when calling start_elasticsearch_service_software_update and it ... ok
> test_update_domain_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when updating a domain fails, and boto3 returns an error, ... ok
> test_update_domain_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when updating a domain succeeds, the .update method returns {'result': True}. ... ok
> test_upgrade_elasticsearch_domain_error (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:33.3%|MEM:6.6%] Test that when calling upgrade_elasticsearch_domain and boto3 ... ok
> test_upgrade_elasticsearch_domain_positive (unit.modules.test_boto3_elasticsearch.Boto3ElasticsearchTestCase)
> [CPU:25.0%|MEM:6.6%] Test that when calling upgrade_elasticsearch_domain and it ... ok
> test_that_attach_or_detach_usage_plan_and_update_usage_plan_throws_exception_that_an_error_is_returned (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests for ClientError ... skipped ''
> test_that_attach_or_detach_usage_plan_updated_successfully (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests for update_usage_plan called ... skipped ''
> test_that_attach_or_detach_usage_plan_when_api_does_not_contain_apiId_or_stage_that_an_error_is_returned (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] tests for invalid key in api object ... skipped ''
> test_that_attach_or_detach_usage_plan_when_apis_is_empty_that_success_is_returned (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests for border cases when apis is empty list ... skipped ''
> test_that_create_usage_plan_succeeds (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests for success user plan creation ... skipped ''
> test_that_describing_an_api_key_that_does_not_exists_the_desribe_api_key_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] test True for error being thrown. ... skipped ''
> test_that_describing_an_api_key_the_describe_api_key_method_returns_matching_api_key (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests True if the key is found. ... skipped ''
> test_that_describing_api_keys_fails_the_desribe_api_keys_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] test True for describe api keys error. ... skipped ''
> test_that_describing_api_keys_the_describe_api_keys_method_returns_all_api_keys (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests True if all api_keys are returned. ... skipped ''
> test_that_model_does_not_exists_the_api_model_exists_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False when model does not exist ... skipped ''
> test_that_model_exists_the_api_model_exists_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True when model exists ... skipped ''
> test_that_updating_model_schema_the_update_api_model_schema_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] Tests True when model schema is updated. ... skipped ''
> test_that_updating_model_schema_when_model_does_not_exist_the_update_api_model_schema_emthod_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False when model schema is not upated. ... skipped ''
> test_that_when_activating_api_deployment_for_stage_and_deployment_that_exist_the_activate_api_deployment_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test True for value of 'set' ... skipped ''
> test_that_when_activating_api_deployment_for_stage_that_does_not_exist_the_activate_api_deployment_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test False for value of 'set' ... skipped ''
> test_that_when_associating_stages_to_an_api_key_that_does_not_exist_the_associate_api_key_stagekeys_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test False returned value of 'associated' ... skipped ''
> test_that_when_associating_stages_to_an_api_key_that_exists_the_associate_api_key_stagekeys_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test True for returned value of 'associated' ... skipped ''
> test_that_when_checking_if_a_rest_api_exists_and_a_rest_api_exists_the_api_exists_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking an apigateway rest api existence when api's name exists ... skipped ''
> test_that_when_checking_if_a_rest_api_exists_and_multiple_rest_api_exist_the_api_exists_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking an apigateway rest api existence when multiple api's with same name exists ... skipped ''
> test_that_when_checking_if_a_rest_api_exists_and_no_rest_api_exists_the_api_exists_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking an apigateway rest api existence when no matching rest api name exists ... skipped ''
> test_that_when_creating_a_rest_api_fails_the_create_api_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] test True for rest api creation error. ... skipped ''
> test_that_when_creating_a_rest_api_succeeds_the_create_api_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] test True if rest api is created ... skipped ''
> test_that_when_creating_a_usage_plan_and_create_usage_plan_throws_an_exception_that_an_error_is_returned (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests for ClientError ... skipped ''
> test_that_when_creating_an_api_deployment_succeeds_the_create_api_deployment_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests that we can successfully create an api deployment and the createDate is ... skipped ''
> test_that_when_creating_an_api_key_fails_the_create_api_key_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests that we properly handle errors when create an api key fails. ... skipped ''
> test_that_when_creating_an_api_key_succeeds_the_create_api_key_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests that we can successfully create an api key and the createDat and lastUpdateDate are ... skipped ''
> test_that_when_creating_an_api_method_and_error_thrown_on_put_method_the_create_api_method_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False on 'created' for '/api/users' and 'GET' ... skipped ''
> test_that_when_creating_an_api_method_and_resource_does_not_exist_the_create_api_method_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False on 'created' for '/api5', and 'GET' ... skipped ''
> test_that_when_creating_an_api_method_response_and_error_thrown_on_put_method_response_the_create_api_method_response_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False on 'created' for '/api/users', 'POST', 200 ... skipped ''
> test_that_when_creating_an_api_method_response_and_resource_does_not_exist_the_create_api_method_response_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] Tests False on 'created' for '/api5', 'POST', 200 ... skipped ''
> test_that_when_creating_an_api_method_response_the_create_api_method_response_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True on 'created' for '/api/users', 'POST', 201 ... skipped ''
> test_that_when_creating_an_api_method_the_create_api_method_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True on 'created' for '/api/users' and 'GET' ... skipped ''
> test_that_when_creating_an_api_model_fails_the_create_api_model_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests that we properly handle errors when create an api model fails. ... skipped ''
> test_that_when_creating_an_api_model_succeeds_the_create_api_model_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests that we can successfully create an api model ... skipped ''
> test_that_when_creating_an_api_stage_fails_the_create_api_stage_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests that we properly handle errors when create an api stage fails. ... skipped ''
> test_that_when_creating_an_api_stage_succeeds_the_create_api_stage_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests that we can successfully create an api stage and the createDate is ... skipped ''
> test_that_when_creating_an_deployment_fails_the_create_api_deployment_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests that we properly handle errors when create an api deployment fails. ... skipped ''
> test_that_when_creating_api_resource_fails_the_create_resources_api_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False if we failed to create a resource ... skipped ''
> test_that_when_creating_api_resources_for_a_path_that_creates_one_new_resource_the_create_resources_api_method_returns_all_resources (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that a path of '/api3' returns 2 resources, named '/' and '/api'. ... skipped ''
> test_that_when_creating_api_resources_for_a_path_whose_resources_exist_the_create_resources_api_method_returns_all_resources (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that a path of '/api/users' as defined in api_resources_ret return resources named '/', '/api', ... skipped ''
> test_that_when_creating_or_updating_a_usage_plan_and_throttle_or_quota_failed_to_validate_that_an_error_is_returned (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for TypeError and ValueError in throttle and quota ... skipped ''
> test_that_when_deleting_an_api_deployment_that_does_not_exist_the_delete_api_deployment_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test that the given api deployment doesn't exists, and delete_api_deployment should return deleted status of False ... skipped ''
> test_that_when_deleting_an_api_deployment_that_exists_the_delete_api_deployment_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] test True if the api deployment is successfully deleted. ... skipped ''
> test_that_when_deleting_an_api_key_that_does_not_exist_the_delete_api_key_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] Test that the given api key doesn't exists, and delete_api_key should return deleted status of False ... skipped ''
> test_that_when_deleting_an_api_key_that_exists_the_delete_api_key_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] test True if the api key is successfully deleted. ... skipped ''
> test_that_when_deleting_an_api_method_for_a_method_that_does_not_exist_the_delete_api_method_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False for '/api/users' and 'GET' ... skipped ''
> test_that_when_deleting_an_api_method_for_a_method_that_exist_the_delete_api_method_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for '/api/users' and 'POST' ... skipped ''
> test_that_when_deleting_an_api_method_for_a_resource_that_does_not_exist_the_delete_api_method_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False for '/api/users5' and 'POST' ... skipped ''
> test_that_when_deleting_an_api_method_response_for_a_resource_that_does_not_exist_the_delete_api_method_response_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False for '/api/users5', 'POST', 200 ... skipped ''
> test_that_when_deleting_an_api_method_response_for_a_response_that_does_not_exist_the_delete_api_method_response_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False for '/api/users', 'POST', 201 ... skipped ''
> test_that_when_deleting_an_api_method_response_for_a_response_that_exist_the_delete_api_method_response_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for '/api/users', 'POST', 200 ... skipped ''
> test_that_when_deleting_an_api_model_that_does_not_exist_the_delete_api_model_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test that the given api model doesn't exists, and delete_api_model should return deleted status of False ... skipped ''
> test_that_when_deleting_an_api_model_that_exists_the_delete_api_model_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:50.0%|MEM:6.6%] test True if the api model is successfully deleted. ... skipped ''
> test_that_when_deleting_an_api_stage_that_does_not_exist_the_delete_api_stage_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test that the given api stage doesn't exists, and delete_api_stage should return deleted status of False ... skipped ''
> test_that_when_deleting_an_api_stage_that_exists_the_delete_api_stage_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] test True if the api stage is successfully deleted. ... skipped ''
> test_that_when_deleting_api_resources_and_delete_resource_throws_error_the_delete_api_resources_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False delete_resource side side_effect ... skipped ''
> test_that_when_deleting_api_resources_for_a_resource_that_does_not_exist_the_delete_api_resources_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False for '/api5' ... skipped ''
> test_that_when_deleting_api_resources_for_a_resource_that_exists_the_delete_api_resources_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for '/api' ... skipped ''
> test_that_when_deleting_rest_apis_and_name_given_provides_no_match_the_delete_api_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test that the given api name doesn't exists, and delete_api should return deleted status of False ... skipped ''
> test_that_when_deleting_rest_apis_and_name_is_testing123_matching_two_apis_the_delete_api_method_returns_delete_count_of_two (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] test True if the deleted count for "testing123" api is 2. ... skipped ''
> test_that_when_deleting_the_root_api_resource_the_delete_api_resources_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests False for '/' ... skipped ''
> test_that_when_deleting_usage_plan_and_delete_usage_plan_throws_exception_that_an_error_is_returned (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests for ClientError ... skipped ''
> test_that_when_deleting_usage_plan_and_describe_usage_plans_had_error_that_the_same_error_is_returned (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests for error in describe_usage_plans returns error ... skipped ''
> test_that_when_deleting_usage_plan_and_plan_does_not_exist_that_the_functions_returns_deleted_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests for ClientError ... skipped ''
> test_that_when_deleting_usage_plan_and_plan_exists_that_the_functions_returns_deleted_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped ''
> test_that_when_describing_an_api_deployment_the_describe_api_deployment_method_returns_the_deployment (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test True for the returned deployment ... skipped ''
> test_that_when_describing_an_api_integration_and_method_does_not_have_integration_defined_the_describe_api_integration_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] Tests Equality of error msg thrown from get_method_response for '/api/users', 'GET' ... skipped ''
> test_that_when_describing_an_api_integration_and_resource_does_not_exist_the_describe_api_integration_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for existence of 'error' for '/api5/users', 'POST' ... skipped ''
> test_that_when_describing_an_api_integration_response_and_resource_does_not_exist_the_describe_api_integration_response_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for existence of 'error' for '/api5/users', 'POST', 200 ... skipped ''
> test_that_when_describing_an_api_integration_response_and_status_code_does_not_exist_the_describe_api_integration_response_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests Equality of error msg thrown from get_method_response for '/api/users', 'POST', 201 ... skipped ''
> test_that_when_describing_an_api_integration_response_that_exists_the_describe_api_integration_response_method_returns_the_intgration (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for 'response' for '/api/users', 'POST', 200 ... skipped ''
> test_that_when_describing_an_api_integration_that_exists_the_describe_api_integration_method_returns_the_intgration (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for 'integration' for '/api/users', 'POST' ... skipped ''
> test_that_when_describing_an_api_method_response_and_resource_does_not_exist_the_describe_api_method_response_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for existence of 'error' for '/api5/users', 'POST', and 200 ... skipped ''
> test_that_when_describing_an_api_method_response_and_response_code_does_not_exist_the_describe_api_method_response_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests Equality of error msg thrown from get_method_response for '/api/users', 'POST', and 250 ... skipped ''
> test_that_when_describing_an_api_method_response_that_exists_the_describe_api_method_respond_method_returns_the_response (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for 'response' for '/api/users', 'POST', and 200 ... skipped ''
> test_that_when_describing_an_api_resource_and_that_the_api_does_not_exist_the_describe_api_resource_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] Test Equality of error returned ... skipped ''
> test_that_when_describing_an_api_resource_method_that_exists_the_describe_api_resource_method_returns_the_method (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for '/api/users' and POST ... skipped ''
> test_that_when_describing_an_api_resource_method_whose_method_does_not_exist_the_describe_api_resource_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests Equality of returned error for '/api/users' and PUT ... skipped ''
> test_that_when_describing_an_api_resource_method_whose_resource_does_not_exist_the_describe_api_resrouce_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for resource not found error for '/does/not/exist' and POST ... skipped ''
> test_that_when_describing_an_api_resource_that_does_not_exist_the_describe_api_resource_method_returns_the_resource_as_none (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of the 'resource' is None ... skipped ''
> test_that_when_describing_an_api_resource_that_exists_the_describe_api_resource_method_returns_the_resource (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of the resource path returned is /api ... skipped ''
> test_that_when_describing_an_api_stage_the_describe_api_stage_method_returns_the_stage (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test True for the returned stage ... skipped ''
> test_that_when_describing_api_deployment_that_does_not_exist_the_describe_api_deployment_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of error returned ... skipped ''
> test_that_when_describing_api_deployments_and_an_error_occurred_the_describe_api_deployments_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of error returned ... skipped ''
> test_that_when_describing_api_deployments_the_describe_api_deployments_method_returns_list_of_deployments (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality for number of deployments is 2 ... skipped ''
> test_that_when_describing_api_model_and_that_the_model_does_not_exist_the_describe_api_model_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of error returned ... skipped ''
> test_that_when_describing_api_model_the_describe_api_model_method_returns_the_model (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test True for the returned stage ... skipped ''
> test_that_when_describing_api_models_and_that_the_api_does_not_exist_the_describe_api_models_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of error returned ... skipped ''
> test_that_when_describing_api_models_the_describe_api_models_method_returns_list_of_models (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality for number of models for the given api is 2 ... skipped ''
> test_that_when_describing_api_resources_and_that_the_api_does_not_exist_the_describe_api_resources_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] Test Equality of error returned ... skipped ''
> test_that_when_describing_api_resources_the_describe_api_resources_method_returns_list_of_3_resources (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality for number of resources for the given api is 3 ... skipped ''
> test_that_when_describing_api_stage_that_does_not_exist_the_describe_api_stage_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of error returned ... skipped ''
> test_that_when_describing_api_stages_and_that_the_deployment_does_not_exist_the_describe_api_stages_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of error returned ... skipped ''
> test_that_when_describing_api_stages_the_describe_api_stages_method_returns_list_of_stages (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality for number of stages for the given deployment is 2 ... skipped ''
> test_that_when_describing_rest_apis_and_name_is_testing123_the_describe_apis_method_returns_list_of_two_rest_apis (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that exactly 2 apis are returned matching 'testing123' ... skipped ''
> test_that_when_describing_rest_apis_and_name_is_testing123_the_describe_apis_method_returns_no_matching_items (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that no apis are returned matching 'testing123' ... skipped ''
> test_that_when_describing_rest_apis_and_no_name_given_the_describe_apis_method_returns_list_of_all_rest_apis (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that all rest apis defined for a region is returned ... skipped ''
> test_that_when_describing_usage_plans_and_an_exception_is_thrown_in_get_usage_plans (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests True for existence of 'error' ... skipped ''
> test_that_when_describing_usage_plans_and_plan_name_or_id_does_not_exist_that_results_have_empty_plans_list (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] Tests for plans equaling empty list ... skipped ''
> test_that_when_describing_usage_plans_for_plans_that_exist_that_the_function_returns_all_matching_plans (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for plans filtering properly if they exist ... skipped ''
> test_that_when_disabling_an_api_key_that_does_not_exist_the_disable_api_key_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of the returned value of 'erorr' ... skipped ''
> test_that_when_disabling_an_api_key_that_exists_the_disable_api_key_method_returns_api_key (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test False for the status of the enabled flag of the returned api key ... skipped ''
> test_that_when_disassociating_stages_to_an_api_key_that_does_not_exist_the_disassociate_api_key_stagekeys_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test False returned value of 'associated' ... skipped ''
> test_that_when_disassociating_stages_to_an_api_key_that_exists_the_disassociate_api_key_stagekeys_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test True for returned value of 'associated' ... skipped ''
> test_that_when_enabling_an_api_key_that_does_not_exist_the_enable_api_key_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of the returned value of 'erorr' ... skipped ''
> test_that_when_enabling_an_api_key_that_exists_the_enable_api_key_method_returns_api_key (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test True for the status of the enabled flag of the returned api key ... skipped ''
> test_that_when_flushing_api_stage_cache_and_the_stage_does_not_exist_the_flush_api_stage_cache_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test False for 'flushed' ... skipped ''
> test_that_when_flushing_api_stage_cache_for_an_existing_stage_the_flush_api_stage_cache_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:50.0%|MEM:6.6%] Test True for 'flushed' ... skipped ''
> test_that_when_overwriting_stage_variables_to_a_nonexisting_stage_the_overwrite_api_stage_variables_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of error returned ... skipped ''
> test_that_when_overwriting_stage_variables_to_an_existing_stage_the_overwrite_api_stage_variables_method_returns_error (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test Equality of error returned due to update_stage ... skipped ''
> test_that_when_overwriting_stage_variables_to_an_existing_stage_the_overwrite_api_stage_variables_method_returns_the_updated_stage (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test True for the returned stage ... skipped ''
> test_that_when_udpating_a_usage_plan_and_update_usage_plan_throws_an_exception_that_an_error_is_returned (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests for ClientError ... skipped ''
> test_that_when_updating_a_usage_plan_and_if_throttle_and_quota_parameters_are_none_update_usage_plan_removes_throttle_and_quota (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] tests for throttle and quota removal ... skipped ''
> test_that_when_updating_an_api_key_description_for_a_key_that_does_not_exist_the_update_api_key_description_method_returns_false (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test False if api key doesn't exists for the update request ... skipped ''
> test_that_when_updating_an_api_key_description_successfully_the_update_api_key_description_method_returns_true (unit.modules.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] Test True if api key descriptipn update is successful ... skipped ''
> test_that_when_adding_tags_fails_the_add_tags_method_returns_false (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests False tags not added. ... skipped ''
> test_that_when_adding_tags_succeeds_the_add_tags_method_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:100.0%|MEM:6.6%] tests True tags added. ... skipped ''
> test_that_when_checking_if_a_trail_exists_and_a_trail_does_not_exist_the_trail_exists_method_returns_false (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking cloudtrail trail existence when the cloudtrail trail does not exist ... skipped ''
> test_that_when_checking_if_a_trail_exists_and_a_trail_exists_the_trail_exists_method_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking cloudtrail trail existence when the cloudtrail trail already exists ... skipped ''
> test_that_when_checking_if_a_trail_exists_and_boto3_returns_an_error_the_trail_exists_method_returns_error (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking cloudtrail trail existence when boto returns an error ... skipped ''
> test_that_when_creating_a_trail_fails_the_create_trail_method_returns_error (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests False trail not created. ... skipped ''
> test_that_when_creating_a_trail_succeeds_the_create_trail_method_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests True trail created. ... skipped ''
> test_that_when_deleting_a_trail_fails_the_delete_trail_method_returns_false (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests False trail not deleted. ... skipped ''
> test_that_when_deleting_a_trail_succeeds_the_delete_trail_method_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests True trail deleted. ... skipped ''
> test_that_when_describing_trail_it_returns_the_dict_of_properties_returns_false (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if trail does not exist ... skipped ''
> test_that_when_describing_trail_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if trail exists ... skipped ''
> test_that_when_describing_trail_on_client_error_it_returns_error (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters failure ... skipped ''
> test_that_when_getting_status_it_returns_the_dict_of_properties_returns_false (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] Tests getting status if trail does not exist ... skipped ''
> test_that_when_getting_status_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] Tests getting status if trail exists ... skipped ''
> test_that_when_getting_status_on_client_error_it_returns_error (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] Tests getting status failure ... skipped ''
> test_that_when_listing_tags_fails_the_list_tags_method_returns_false (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests False tags not listed. ... skipped ''
> test_that_when_listing_tags_succeeds_the_list_tags_method_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests True tags listed. ... skipped ''
> test_that_when_listing_trail_fails_the_list_trail_method_returns_error (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests False trail error. ... skipped ''
> test_that_when_listing_trail_fails_the_list_trail_method_returns_false (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests False no trail listed. ... skipped ''
> test_that_when_listing_trails_succeeds_the_list_trails_method_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests True trails listed. ... skipped ''
> test_that_when_removing_tags_fails_the_remove_tags_method_returns_false (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests False tags not removed. ... skipped ''
> test_that_when_removing_tags_succeeds_the_remove_tags_method_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:100.0%|MEM:6.6%] tests True tags removed. ... skipped ''
> test_that_when_start_logging_fails_the_start_logging_method_returns_false (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests False logging not started. ... skipped ''
> test_that_when_starting_logging_succeeds_the_start_logging_method_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests True logging started. ... skipped ''
> test_that_when_stop_logging_fails_the_stop_logging_method_returns_false (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests False logging not stopped. ... skipped ''
> test_that_when_stopping_logging_succeeds_the_stop_logging_method_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests True logging stopped. ... skipped ''
> test_that_when_updating_a_trail_fails_the_update_trail_method_returns_error (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests False trail not updated. ... skipped ''
> test_that_when_updating_a_trail_succeeds_the_update_trail_method_returns_true (unit.modules.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:6.6%] tests True trail updated. ... skipped ''
> test_that_when_checking_if_a_rule_exists_and_a_rule_does_not_exist_the_exists_method_returns_false (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking rule existence when the rule does not exist ... skipped ''
> test_that_when_checking_if_a_rule_exists_and_a_rule_exists_the_rule_exists_method_returns_true (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking event existence when the event already exists ... skipped ''
> test_that_when_checking_if_a_rule_exists_and_boto3_returns_an_error_the_rule_exists_method_returns_error (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking rule existence when boto returns an error ... skipped ''
> test_that_when_creating_a_rule_fails_the_create_method_returns_error (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] tests False when rule not created ... skipped ''
> test_that_when_creating_a_rule_succeeds_the_create_rule_method_returns_true (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] tests True when rule created ... skipped ''
> test_that_when_deleting_a_rule_fails_the_delete_method_returns_error (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:50.0%|MEM:6.6%] tests False when delete rule fails ... skipped ''
> test_that_when_deleting_a_rule_succeeds_the_delete_method_returns_true (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] tests True when delete rule succeeds ... skipped ''
> test_that_when_describing_rule_and_boto3_returns_error_the_describe_method_returns_error (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped ''
> test_that_when_describing_rule_and_rule_does_not_exists_the_describe_method_returns_none (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describe rule for an non existent rule ... skipped ''
> test_that_when_describing_rule_and_rule_exists_the_describe_rule_method_returns_rule (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describe rule for an existing rule ... skipped ''
> test_that_when_listing_targets_and_rule_does_not_exist_the_list_targets_method_returns_error (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] Tests list targets for an non existent rule ... skipped ''
> test_that_when_listing_targets_and_rule_exists_the_list_targets_method_returns_targets (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] Tests listing targets for an existing rule ... skipped ''
> test_that_when_putting_targets_fails_the_put_targets_method_returns_error (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] tests False when thing type not created ... skipped ''
> test_that_when_putting_targets_succeeds_the_put_target_method_returns_no_failures (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] tests None when targets added ... skipped ''
> test_that_when_removing_targets_fails_the_remove_targets_method_returns_error (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] tests False when remove targets fails ... skipped ''
> test_that_when_removing_targets_succeeds_the_remove_targets_method_returns_true (unit.modules.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:6.6%] tests True when remove targets succeeds ... skipped ''
> test_that_the_update_identity_pool_method_handles_exception_from_boto3 (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the error handling of exception generated by boto3 update_identity_pool ... skipped 'Skip these tests while investigating failures'
> test_that_when_create_identity_pool_and_error_thrown_the_create_identity_pool_method_returns_error (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the negative case where create identity pool has a boto3 client error ... skipped 'Skip these tests while investigating failures'
> test_that_when_create_identity_pool_the_create_identity_pool_method_returns_created_identity_pool (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the positive case where create identity pool succeeds ... skipped 'Skip these tests while investigating failures'
> test_that_when_delete_identity_pools_and_error_thrown_the_delete_identity_pools_method_returns_false_and_the_error (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that the delete_identity_pool method throws an exception ... skipped 'Skip these tests while investigating failures'
> test_that_when_delete_identity_pools_with_multiple_matching_pool_names_the_delete_identity_pools_methos_returns_true_and_deleted_count (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that given 2 matching pool ids, the operation returns deleted status of true and ... skipped 'Skip these tests while investigating failures'
> test_that_when_delete_identity_pools_with_no_matching_pool_names_the_delete_identity_pools_method_returns_false (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that the given pool name does not exist, the operation returns deleted status of false ... skipped 'Skip these tests while investigating failures'
> test_that_when_describing_a_identity_pool_by_its_id_and_pool_exists_the_desribe_identity_pool_method_returns_pools_properties (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing identity pool when the given pool's id exists ... skipped 'Skip these tests while investigating failures'
> test_that_when_describing_a_named_identity_pool_and_error_thrown_the_describe_identity_pool_method_returns_error (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing identity pool returns error when there is an exception to boto3 calls ... skipped 'Skip these tests while investigating failures'
> test_that_when_describing_a_named_identity_pool_and_pool_does_not_exist_the_describe_identity_pool_method_returns_none (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:100.0%|MEM:6.6%] Tests describing identity pool when the pool's name doesn't exist ... skipped 'Skip these tests while investigating failures'
> test_that_when_describing_a_named_identity_pool_and_pool_exists_the_describe_identity_pool_method_returns_pools_properties (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing identity pool when the pool's name exists ... skipped 'Skip these tests while investigating failures'
> test_that_when_get_identity_pool_roles_and_error_thrown_due_to_invalid_pool_id_the_get_identity_pool_roles_method_returns_error (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that given an invalid pool id, we properly handle error generated from get_identity_pool_roles ... skipped 'Skip these tests while investigating failures'
> test_that_when_get_identity_pool_roles_with_matching_pool_names_the_get_identity_pool_roles_method_returns_pools_role_properties (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that the given 2 pool id's matching the given pool name, the results are ... skipped 'Skip these tests while investigating failures'
> test_that_when_get_identity_pool_roles_with_no_matching_pool_names_the_get_identity_pool_roles_method_returns_none (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that the given no pool id's matching the given pool name, the results returned is ... skipped 'Skip these tests while investigating failures'
> test_that_when_set_identity_pool_roles_given_invalid_auth_role_the_set_identity_pool_method_returns_set_false_and_error (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests error handling for invalid auth role ... skipped 'Skip these tests while investigating failures'
> test_that_when_set_identity_pool_roles_given_invalid_unauth_role_the_set_identity_pool_method_returns_set_false_and_error (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests error handling for invalid unauth role ... skipped 'Skip these tests while investigating failures'
> test_that_when_set_identity_pool_roles_with_both_roles_specified_the_set_identity_pool_role_method_set_both_roles (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests setting of both roles to valid given roles ... skipped 'Skip these tests while investigating failures'
> test_that_when_set_identity_pool_roles_with_invalid_pool_id_the_set_identity_pool_roles_method_returns_set_false_and_error (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that given an invalid pool id, we properly handle error generated from set_identity_pool_roles ... skipped 'Skip these tests while investigating failures'
> test_that_when_set_identity_pool_roles_with_no_roles_specified_the_set_identity_pool_roles_method_unset_the_roles (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that given a valid pool id, and no other roles given, the role for the pool is cleared. ... skipped 'Skip these tests while investigating failures'
> test_that_when_set_identity_pool_roles_with_only_auth_role_specified_the_set_identity_pool_roles_method_only_set_the_auth_role (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that given a valid pool id, and only other given role is the AuthenticatedRole, the auth role for the ... skipped 'Skip these tests while investigating failures'
> test_that_when_set_identity_pool_roles_with_only_unauth_role_specified_the_set_identity_pool_roles_method_only_set_the_unauth_role (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that given a valid pool id, and only other given role is the UnauthenticatedRole, the unauth role for the ... skipped 'Skip these tests while investigating failures'
> test_that_when_update_identity_pool_given_developer_provider_name_is_included_in_the_params_when_associated_for_the_first_time (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the request parameters include 'DeveloperProviderName' when the pool did not have this ... skipped 'Skip these tests while investigating failures'
> test_that_when_update_identity_pool_given_developer_provider_name_when_developer_provider_name_was_set_previously_the_udpate_identity_pool_method_is_called_without_developer_provider_name_param (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:100.0%|MEM:6.6%] Tests the request parameters do not include 'DeveloperProviderName' if this was previously set ... skipped 'Skip these tests while investigating failures'
> test_that_when_update_identity_pool_given_empty_dictionary_for_supported_login_providers_the_update_identity_pool_method_is_called_with_proper_request_params (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the request parameters to boto3 update_identity_pool's AllowUnauthenticatedIdentities is {} ... skipped 'Skip these tests while investigating failures'
> test_that_when_update_identity_pool_given_empty_list_for_openid_connect_provider_arns_the_update_identity_pool_method_is_called_with_proper_request_params (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the request parameters to boto3 update_identity_pool's OpenIdConnectProviderARNs is [] ... skipped 'Skip these tests while investigating failures'
> test_that_when_update_identity_pool_given_invalid_pool_id_the_update_identity_pool_method_returns_updated_false_and_error (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests error handling for invalid pool id ... skipped 'Skip these tests while investigating failures'
> test_that_when_update_identity_pool_given_only_valid_pool_id_the_update_identity_pool_method_returns_udpated_identity (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the base case of calling update_identity_pool with only the pool id, verify ... skipped 'Skip these tests while investigating failures'
> test_that_when_update_identity_pool_given_valid_pool_id_and_pool_name_the_update_identity_pool_method_returns_updated_identity_pool (unit.modules.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:6.6%] Tests successful update of a pool's name ... skipped 'Skip these tests while investigating failures'
> test_that_when_adding_tags_fails_the_add_tags_method_returns_false (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests False tags not added. ... skipped 'Skip these tests while investigating failures'
> test_that_when_adding_tags_succeeds_the_add_tags_method_returns_true (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests True tags added. ... skipped 'Skip these tests while investigating failures'
> test_that_when_checking_domain_status_and_a_domain_exists_the_domain_status_method_returns_info (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking domain existence when the domain already exists ... skipped 'Skip these tests while investigating failures'
> test_that_when_checking_domain_status_and_boto3_returns_an_error_the_domain_status_method_returns_error (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking domain existence when boto returns an error ... skipped 'Skip these tests while investigating failures'
> test_that_when_checking_if_a_domain_exists_and_a_domain_does_not_exist_the_domain_exists_method_returns_false (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking domain existence when the domain does not exist ... skipped 'Skip these tests while investigating failures'
> test_that_when_checking_if_a_domain_exists_and_a_domain_exists_the_domain_exists_method_returns_true (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking domain existence when the domain already exists ... skipped 'Skip these tests while investigating failures'
> test_that_when_checking_if_a_domain_exists_and_boto3_returns_an_error_the_domain_exists_method_returns_error (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:100.0%|MEM:6.6%] Tests checking domain existence when boto returns an error ... skipped 'Skip these tests while investigating failures'
> test_that_when_creating_a_domain_fails_the_create_domain_method_returns_error (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests False domain not created. ... skipped 'Skip these tests while investigating failures'
> test_that_when_creating_a_domain_succeeds_the_create_domain_method_returns_true (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests True domain created. ... skipped 'Skip these tests while investigating failures'
> test_that_when_deleting_a_domain_fails_the_delete_domain_method_returns_false (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests False domain not deleted. ... skipped 'Skip these tests while investigating failures'
> test_that_when_deleting_a_domain_succeeds_the_delete_domain_method_returns_true (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests True domain deleted. ... skipped 'Skip these tests while investigating failures'
> test_that_when_describing_domain_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if domain exists ... skipped 'Skip these tests while investigating failures'
> test_that_when_describing_domain_on_client_error_it_returns_error (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters failure ... skipped 'Skip these tests while investigating failures'
> test_that_when_listing_tags_fails_the_list_tags_method_returns_false (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests False tags not listed. ... skipped 'Skip these tests while investigating failures'
> test_that_when_listing_tags_succeeds_the_list_tags_method_returns_true (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests True tags listed. ... skipped 'Skip these tests while investigating failures'
> test_that_when_removing_tags_fails_the_remove_tags_method_returns_false (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests False tags not removed. ... skipped 'Skip these tests while investigating failures'
> test_that_when_removing_tags_succeeds_the_remove_tags_method_returns_true (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests True tags removed. ... skipped 'Skip these tests while investigating failures'
> test_that_when_updating_a_domain_fails_the_update_domain_method_returns_error (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests False domain not updated. ... skipped 'Skip these tests while investigating failures'
> test_that_when_updating_a_domain_succeeds_the_update_domain_method_returns_true (unit.modules.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:6.6%] tests True domain updated. ... skipped 'Skip these tests while investigating failures'
> test_deregister_instances_valid_id_list (unit.modules.test_boto_elb.BotoElbTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_deregister_instances_valid_id_result_true (unit.modules.test_boto_elb.BotoElbTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_deregister_instances_valid_id_string (unit.modules.test_boto_elb.BotoElbTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_register_instances_valid_id_result_true (unit.modules.test_boto_elb.BotoElbTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_register_instances_valid_id_string (unit.modules.test_boto_elb.BotoElbTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_attach_principal_policy_succeeds_the_attach_principal_policy_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests True policy attached. ... skipped ''
> test_that_when_attach_principal_policy_version_fails_the_attach_principal_policy_version_method_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False policy version error. ... skipped ''
> test_that_when_checking_if_a_policy_exists_and_a_policy_does_not_exist_the_policy_exists_method_returns_false (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:100.0%|MEM:6.6%] Tests checking iot policy existence when the iot policy does not exist ... skipped ''
> test_that_when_checking_if_a_policy_exists_and_a_policy_exists_the_policy_exists_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot policy existence when the iot policy already exists ... skipped ''
> test_that_when_checking_if_a_policy_exists_and_boto3_returns_an_error_the_policy_exists_method_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot policy existence when boto returns an error ... skipped ''
> test_that_when_checking_if_a_policy_version_exists_and_a_policy_version_does_not_exist_the_policy_version_exists_method_returns_false (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot policy_version existence when the iot policy_version does not exist ... skipped ''
> test_that_when_checking_if_a_policy_version_exists_and_a_policy_version_exists_the_policy_version_exists_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot policy existence when the iot policy version already exists ... skipped ''
> test_that_when_checking_if_a_policy_version_exists_and_boto3_returns_an_error_the_policy_version_exists_method_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot policy_version existence when boto returns an error ... skipped ''
> test_that_when_creating_a_policy_fails_the_create_policy_method_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False policy not created. ... skipped ''
> test_that_when_creating_a_policy_succeeds_the_create_policy_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests True policy created. ... skipped ''
> test_that_when_creating_a_policy_version_fails_the_create_policy_version_method_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False policy_version not created. ... skipped ''
> test_that_when_creating_a_policy_version_succeeds_the_create_policy_version_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests True policy_version created. ... skipped ''
> test_that_when_deleting_a_policy_fails_the_delete_policy_method_returns_false (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False policy not deleted. ... skipped ''
> test_that_when_deleting_a_policy_succeeds_the_delete_policy_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests True policy deleted. ... skipped ''
> test_that_when_deleting_a_policy_version_fails_the_delete_policy_version_method_returns_false (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False policy_version not deleted. ... skipped ''
> test_that_when_deleting_a_policy_version_succeeds_the_delete_policy_version_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests True policy_version deleted. ... skipped ''
> test_that_when_describing_policy_it_returns_the_dict_of_properties_returns_false (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if policy does not exist ... skipped ''
> test_that_when_describing_policy_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if policy exists ... skipped ''
> test_that_when_describing_policy_on_client_error_it_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:100.0%|MEM:6.6%] Tests describing parameters failure ... skipped ''
> test_that_when_describing_policy_version_it_returns_the_dict_of_properties_returns_false (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if policy_version does not exist ... skipped ''
> test_that_when_describing_policy_version_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if policy_version exists ... skipped ''
> test_that_when_describing_policy_version_on_client_error_it_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters failure ... skipped ''
> test_that_when_detach_principal_policy_succeeds_the_detach_principal_policy_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests True policy detached. ... skipped ''
> test_that_when_detach_principal_policy_version_fails_the_detach_principal_policy_version_method_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False policy version error. ... skipped ''
> test_that_when_list_principal_policies_fails_the_list_principal_policies_method_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False policy version error. ... skipped ''
> test_that_when_list_principal_policies_succeeds_the_list_principal_policies_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests True policies listed. ... skipped ''
> test_that_when_listing_policies_succeeds_the_list_policies_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests True policies listed. ... skipped ''
> test_that_when_listing_policy_fails_the_list_policy_method_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False policy error. ... skipped ''
> test_that_when_listing_policy_fails_the_list_policy_method_returns_false (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False no policy listed. ... skipped ''
> test_that_when_listing_policy_versions_fails_the_list_policy_versions_method_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:100.0%|MEM:6.6%] tests False policy versions error. ... skipped ''
> test_that_when_listing_policy_versions_fails_the_list_policy_versions_method_returns_false (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False no policy versions listed. ... skipped ''
> test_that_when_listing_policy_versions_succeeds_the_list_policy_versions_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests True policy versions listed. ... skipped ''
> test_that_when_set_default_policy_version_fails_the_set_default_policy_version_method_returns_error (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests False policy version error. ... skipped ''
> test_that_when_setting_default_policy_version_succeeds_the_set_default_policy_version_method_returns_true (unit.modules.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:6.6%] tests True policy version set. ... skipped ''
> test_that_when_checking_if_a_thing_type_exists_and_a_thing_type_does_not_exist_the_thing_type_exists_method_returns_false (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot thing type existence when the iot thing type does not exist ... skipped ''
> test_that_when_checking_if_a_thing_type_exists_and_a_thing_type_exists_the_thing_type_exists_method_returns_true (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot thing type existence when the iot thing type already exists ... skipped ''
> test_that_when_checking_if_a_thing_type_exists_and_boto3_returns_an_error_the_thing_type_exists_method_returns_error (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot thing type existence when boto returns an error ... skipped ''
> test_that_when_creating_a_thing_type_fails_the_create_thing_type_method_returns_error (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] tests False when thing type not created ... skipped ''
> test_that_when_creating_a_thing_type_succeeds_the_create_thing_type_method_returns_true (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] tests True when thing type created ... skipped ''
> test_that_when_deleting_a_thing_type_fails_the_delete_thing_type_method_returns_error (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] tests False when delete thing type fails ... skipped ''
> test_that_when_deleting_a_thing_type_succeeds_the_delete_thing_type_method_returns_true (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] tests True when delete thing type succeeds ... skipped ''
> test_that_when_deprecating_a_thing_type_fails_the_deprecate_thing_type_method_returns_error (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] tests False when thing type fails to deprecate ... skipped ''
> test_that_when_deprecating_a_thing_type_succeeds_the_deprecate_thing_type_method_returns_true (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] tests True when deprecate thing type succeeds ... skipped ''
> test_that_when_describing_thing_type_and_boto3_returns_error_an_error_the_describe_thing_type_method_returns_error (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped ''
> test_that_when_describing_thing_type_and_thing_type_does_not_exists_the_describe_thing_type_method_returns_none (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describe thing type for an non existent thing type ... skipped ''
> test_that_when_describing_thing_type_and_thing_type_exists_the_describe_thing_type_method_returns_thing_type (unit.modules.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:100.0%|MEM:6.6%] Tests describe thing type for an existing thing type ... skipped ''
> test_that_when_checking_if_a_rule_exists_and_a_rule_does_not_exist_the_topic_rule_exists_method_returns_false (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot rule existence when the iot rule does not exist ... skipped ''
> test_that_when_checking_if_a_topic_rule_exists_and_a_topic_rule_exists_the_topic_rule_exists_method_returns_true (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot topic_rule existence when the iot topic_rule already exists ... skipped ''
> test_that_when_checking_if_a_topic_rule_exists_and_boto3_returns_an_error_the_topic_rule_exists_method_returns_error (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking iot topic_rule existence when boto returns an error ... skipped ''
> test_that_when_creating_a_topic_rule_fails_the_create_topic_rule_method_returns_error (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] tests False topic_rule not created. ... skipped ''
> test_that_when_creating_a_topic_rule_succeeds_the_create_topic_rule_method_returns_true (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] tests True topic_rule created. ... skipped ''
> test_that_when_deleting_a_topic_rule_fails_the_delete_topic_rule_method_returns_false (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] tests False topic_rule not deleted. ... skipped ''
> test_that_when_deleting_a_topic_rule_succeeds_the_delete_topic_rule_method_returns_true (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] tests True topic_rule deleted. ... skipped ''
> test_that_when_describing_topic_rule_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if topic_rule exists ... skipped ''
> test_that_when_describing_topic_rule_on_client_error_it_returns_error (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters failure ... skipped ''
> test_that_when_listing_topic_rules_fails_the_list_topic_rules_method_returns_error (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] tests False policy error. ... skipped ''
> test_that_when_listing_topic_rules_succeeds_the_list_topic_rules_method_returns_true (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] tests True topic_rules listed. ... skipped ''
> test_that_when_replacing_a_topic_rule_fails_the_replace_topic_rule_method_returns_error (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:100.0%|MEM:6.6%] tests False topic_rule not replaced. ... skipped ''
> test_that_when_replacing_a_topic_rule_succeeds_the_replace_topic_rule_method_returns_true (unit.modules.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:6.6%] tests True topic_rule replaced. ... skipped ''
> test_that_when_checking_if_an_alias_exists_and_boto3_returns_an_error_the_alias_exists_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking lambda alias existence when boto returns an error ... skipped ''
> test_that_when_checking_if_an_alias_exists_and_the_alias_does_not_exist_the_alias_exists_method_returns_false (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking lambda alias existence when the lambda alias does not exist ... skipped ''
> test_that_when_checking_if_an_alias_exists_and_the_alias_exists_the_alias_exists_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking lambda alias existence when the lambda alias already exists ... skipped ''
> test_that_when_creating_an_alias_fails_the_create_alias_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] tests False alias not created. ... skipped ''
> test_that_when_creating_an_alias_succeeds_the_create_alias_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] tests True alias created. ... skipped ''
> test_that_when_deleting_an_alias_fails_the_delete_alias_method_returns_false (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] tests False alias not deleted. ... skipped ''
> test_that_when_deleting_an_alias_succeeds_the_delete_alias_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] tests True alias deleted. ... skipped ''
> test_that_when_describing_alias_it_returns_the_dict_of_properties_returns_false (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if alias does not exist ... skipped ''
> test_that_when_describing_alias_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if alias exists ... skipped ''
> test_that_when_describing_lambda_on_client_error_it_returns_error (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:100.0%|MEM:6.6%] Tests describing parameters failure ... skipped ''
> test_that_when_updating_an_alias_fails_the_update_alias_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] tests False alias not updated. ... skipped ''
> test_that_when_updating_an_alias_succeeds_the_update_alias_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:6.6%] tests True alias updated. ... skipped ''
> test_that_when_checking_if_an_event_source_mapping_exists_and_boto3_returns_an_error_the_event_source_mapping_exists_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking lambda event_source_mapping existence when boto returns an error ... skipped ''
> test_that_when_checking_if_an_event_source_mapping_exists_and_the_event_source_mapping_does_not_exist_the_event_source_mapping_exists_method_returns_false (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking lambda event_source_mapping existence when the lambda ... skipped ''
> test_that_when_checking_if_an_event_source_mapping_exists_and_the_event_source_mapping_exists_the_event_source_mapping_exists_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking lambda event_source_mapping existence when the lambda ... skipped ''
> test_that_when_creating_a_mapping_succeeds_the_create_event_source_mapping_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] tests True mapping created. ... skipped ''
> test_that_when_creating_an_event_source_mapping_fails_the_create_event_source_mapping_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] tests False mapping not created. ... skipped ''
> test_that_when_deleting_an_event_source_mapping_by_UUID_succeeds_the_delete_event_source_mapping_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] tests True mapping deleted. ... skipped ''
> test_that_when_deleting_an_event_source_mapping_by_name_succeeds_the_delete_event_source_mapping_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] tests True mapping deleted. ... skipped 'This appears to leak memory and crash the unit test suite'
> test_that_when_deleting_an_event_source_mapping_fails_the_delete_event_source_mapping_method_returns_false (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] tests False mapping not deleted. ... skipped ''
> test_that_when_deleting_an_event_source_mapping_without_identifier_the_delete_event_source_mapping_method_raises_saltinvocationexception (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] tests Deleting a mapping without identifier ... skipped ''
> test_that_when_describing_event_source_mapping_it_returns_the_dict_of_properties_returns_false (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if event_source_mapping does not exist ... skipped ''
> test_that_when_describing_event_source_mapping_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if event_source_mapping exists ... skipped ''
> test_that_when_describing_event_source_mapping_on_client_error_it_returns_error (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters failure ... skipped ''
> test_that_when_listing_event_source_mapping_ids_fails_the_get_event_source_mapping_ids_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] tests False mapping ids error. ... skipped ''
> test_that_when_listing_event_source_mapping_ids_fails_the_get_event_source_mapping_ids_versions_method_returns_false (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] tests False no mapping ids listed. ... skipped ''
> test_that_when_listing_mapping_ids_succeeds_the_get_event_source_mapping_ids_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:50.0%|MEM:6.6%] tests True mapping ids listed. ... skipped ''
> test_that_when_updating_an_event_source_mapping_fails_the_update_event_source_mapping_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] tests False event_source_mapping not updated. ... skipped ''
> test_that_when_updating_an_event_source_mapping_succeeds_the_update_event_source_mapping_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:6.6%] tests True event_source_mapping updated. ... skipped ''
> test_that_when_checking_if_a_function_exists_and_a_function_does_not_exist_the_function_exists_method_returns_false (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking lambda function existence when the lambda function does not exist ... skipped ''
> test_that_when_checking_if_a_function_exists_and_a_function_exists_the_function_exists_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking lambda function existence when the lambda function already exists ... skipped ''
> test_that_when_checking_if_a_function_exists_and_boto3_returns_an_error_the_function_exists_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking lambda function existence when boto returns an error ... skipped ''
> test_that_when_creating_a_function_fails_the_create_function_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests False function not created. ... skipped ''
> test_that_when_creating_a_function_from_s3_succeeds_the_create_function_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests True function created. ... skipped ''
> test_that_when_creating_a_function_from_zipfile_succeeds_the_create_function_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests True function created. ... skipped ''
> test_that_when_creating_a_function_with_zipfile_and_s3_raises_a_salt_invocation_error (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests Creating a function without code ... skipped ''
> test_that_when_creating_a_function_without_code_raises_a_salt_invocation_error (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests Creating a function without code ... skipped ''
> test_that_when_deleting_a_function_fails_the_delete_function_method_returns_false (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests False function not deleted. ... skipped ''
> test_that_when_deleting_a_function_succeeds_the_delete_function_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests True function deleted. ... skipped ''
> test_that_when_describing_function_it_returns_the_dict_of_properties_returns_false (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if function does not exist ... skipped ''
> test_that_when_describing_function_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if function exists ... skipped ''
> test_that_when_describing_lambda_on_client_error_it_returns_error (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters failure ... skipped ''
> test_that_when_listing_function_versions_fails_the_list_function_versions_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests False function versions error. ... skipped ''
> test_that_when_listing_function_versions_fails_the_list_function_versions_method_returns_false (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:100.0%|MEM:6.6%] tests False no function versions listed. ... skipped ''
> test_that_when_listing_function_versions_succeeds_the_list_function_versions_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests True function versions listed. ... skipped ''
> test_that_when_updating_a_function_fails_the_update_function_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests False function not updated. ... skipped ''
> test_that_when_updating_a_function_succeeds_the_update_function_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests True function updated. ... skipped ''
> test_that_when_updating_function_code_fails_the_update_function_method_returns_error (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests False function not updated. ... skipped ''
> test_that_when_updating_function_code_from_s3_succeeds_the_update_function_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:100.0%|MEM:6.6%] tests True function updated. ... skipped ''
> test_that_when_updating_function_code_from_zipfile_succeeds_the_update_function_method_returns_true (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests True function updated. ... skipped ''
> test_that_when_updating_function_code_without_code_raises_a_salt_invocation_error (unit.modules.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:6.6%] tests Creating a function without code ... skipped ''
> test_add_record (unit.modules.test_boto_route53.BotoRoute53RetryTestCase)
> [CPU:0.0%|MEM:6.6%] Tests retry behavior for add_record ... ok
> test_create_healthcheck (unit.modules.test_boto_route53.BotoRoute53RetryTestCase)
> [CPU:0.0%|MEM:6.6%] Tests retry behavior for create_healthcheck ... ok
> test_delete_record (unit.modules.test_boto_route53.BotoRoute53RetryTestCase)
> [CPU:0.0%|MEM:6.6%] Tests retry behavior for delete_record ... ok
> test_get_record (unit.modules.test_boto_route53.BotoRoute53RetryTestCase)
> [CPU:0.0%|MEM:6.6%] Tests retry behavior for get_record ... ok
> test_update_record (unit.modules.test_boto_route53.BotoRoute53RetryTestCase)
> [CPU:0.0%|MEM:6.6%] Tests retry behavior for update_record ... ok
> test_zone_exists (unit.modules.test_boto_route53.BotoRoute53RetryTestCase)
> [CPU:0.0%|MEM:6.6%] Tests retry behavior for zone_exists ... ok
> test_create_healthcheck (unit.modules.test_boto_route53.BotoRoute53TestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_a_bucket_exists_and_a_bucket_does_not_exist_the_bucket_exists_method_returns_false (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking s3 bucket existence when the s3 bucket does not exist ... skipped ''
> test_that_when_checking_if_a_bucket_exists_and_a_bucket_exists_the_bucket_exists_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking s3 bucket existence when the s3 bucket already exists ... skipped ''
> test_that_when_checking_if_a_bucket_exists_and_boto3_returns_an_error_the_bucket_exists_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] Tests checking s3 bucket existence when boto returns an error ... skipped ''
> test_that_when_creating_a_bucket_fails_the_create_bucket_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not created. ... skipped ''
> test_that_when_creating_a_bucket_succeeds_the_create_bucket_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket created. ... skipped ''
> test_that_when_deleting_a_bucket_fails_the_delete_bucket_method_returns_false (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not deleted. ... skipped ''
> test_that_when_deleting_a_bucket_succeeds_the_delete_bucket_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:50.0%|MEM:6.6%] tests True bucket deleted. ... skipped ''
> test_that_when_deleting_cors_fails_the_delete_cors_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket attribute not deleted. ... skipped ''
> test_that_when_deleting_cors_succeeds_the_delete_cors_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket attribute deleted. ... skipped ''
> test_that_when_deleting_lifecycle_configuration_fails_the_delete_lifecycle_configuration_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket attribute not deleted. ... skipped ''
> test_that_when_deleting_lifecycle_configuration_succeeds_the_delete_lifecycle_configuration_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket attribute deleted. ... skipped ''
> test_that_when_deleting_policy_fails_the_delete_policy_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket attribute not deleted. ... skipped ''
> test_that_when_deleting_policy_succeeds_the_delete_policy_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket attribute deleted. ... skipped ''
> test_that_when_deleting_replication_fails_the_delete_replication_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket attribute not deleted. ... skipped ''
> test_that_when_deleting_replication_succeeds_the_delete_replication_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket attribute deleted. ... skipped ''
> test_that_when_deleting_tagging_fails_the_delete_tagging_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket attribute not deleted. ... skipped ''
> test_that_when_deleting_tagging_succeeds_the_delete_tagging_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket attribute deleted. ... skipped ''
> test_that_when_deleting_website_fails_the_delete_website_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket attribute not deleted. ... skipped ''
> test_that_when_deleting_website_succeeds_the_delete_website_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket attribute deleted. ... skipped ''
> test_that_when_describing_bucket_it_returns_the_dict_of_properties_returns_false (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if bucket does not exist ... skipped ''
> test_that_when_describing_bucket_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters if bucket exists ... skipped ''
> test_that_when_describing_bucket_on_client_error_it_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] Tests describing parameters failure ... skipped ''
> test_that_when_listing_bucket_fails_the_list_bucket_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket error. ... skipped ''
> test_that_when_listing_bucket_fails_the_list_bucket_method_returns_false (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False no bucket listed. ... skipped ''
> test_that_when_listing_buckets_succeeds_the_list_buckets_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:100.0%|MEM:6.6%] tests True buckets listed. ... skipped ''
> test_that_when_putting_acl_fails_the_put_acl_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_acl_succeeds_the_put_acl_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test_that_when_putting_cors_fails_the_put_cors_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_cors_succeeds_the_put_cors_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test_that_when_putting_lifecycle_configuration_fails_the_put_lifecycle_configuration_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_lifecycle_configuration_succeeds_the_put_lifecycle_configuration_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test_that_when_putting_logging_fails_the_put_logging_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_logging_succeeds_the_put_logging_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test_that_when_putting_notification_configuration_fails_the_put_notification_configuration_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_notification_configuration_succeeds_the_put_notification_configuration_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test_that_when_putting_policy_fails_the_put_policy_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_policy_succeeds_the_put_policy_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:100.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test_that_when_putting_replication_fails_the_put_replication_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_replication_succeeds_the_put_replication_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test_that_when_putting_request_payment_fails_the_put_request_payment_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_request_payment_succeeds_the_put_request_payment_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test_that_when_putting_tagging_fails_the_put_tagging_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_tagging_succeeds_the_put_tagging_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test_that_when_putting_versioning_fails_the_put_versioning_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_versioning_succeeds_the_put_versioning_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test_that_when_putting_website_fails_the_put_website_method_returns_error (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests False bucket not updated. ... skipped ''
> test_that_when_putting_website_succeeds_the_put_website_method_returns_true (unit.modules.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:6.6%] tests True bucket updated. ... skipped ''
> test__get_conn_true (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:50.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test__split_rules (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] tests the splitting of a list of rules into individual rules ... skipped 'The moto module must be installed.'
> test_create_ec2_classic (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_create_ec2_vpc (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_delete_group_ec2_classic (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_delete_group_name_ec2_vpc (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_exists_false_group_id (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_exists_false_name_classic (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_exists_false_name_vpc (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_exists_true_group_id (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_exists_true_name_classic (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_exists_true_name_vpc (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_get_config_single_rule_group_name (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_get_group_id_ec2_classic (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_get_group_id_ec2_vpc (unit.modules.test_boto_secgroup.BotoSecgroupTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_a_subnet_does_not_exist_the_subnet_exists_method_returns_false (unit.modules.test_boto_vpc.BotoVpcCustomerGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_a_subnet_exists_by_id_the_subnet_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcCustomerGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_customer_gateway_the_create_customer_gateway_method_returns_true (unit.modules.test_boto_vpc.BotoVpcCustomerGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_associating_a_non_existent_dhcp_options_set_to_an_existing_vpc_the_associate_dhcp_options_method_returns_error (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_associating_an_existing_dhcp_options_set_to_a_non_existent_vpc_the_associate_dhcp_options_method_returns_false (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_associating_an_existing_dhcp_options_set_to_an_existing_vpc_the_associate_dhcp_options_method_returns_true (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_dhcp_options_exists_but_providing_no_filters_the_dhcp_options_exists_method_raises_a_salt_invocation_error (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_and_associating_dhcp_options_set_to_an_existing_vpc_fails_associating_the_dhcp_options_the_associate_new_dhcp_options_method_raises_exception (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_and_associating_dhcp_options_set_to_an_existing_vpc_fails_creating_the_dhcp_options_the_associate_new_dhcp_options_method_raises_exception (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_dhcp_options_and_specifying_a_name_succeeds_the_create_dhcp_options_method_returns_true (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_dhcp_options_and_specifying_tags_succeeds_the_create_dhcp_options_method_returns_true (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_dhcp_options_fails_the_create_dhcp_options_method_returns_error (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_dhcp_options_set_to_a_non_existent_vpc_the_dhcp_options_the_associate_new_dhcp_options_method_returns_false (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_dhcp_options_set_to_an_existing_vpc_succeeds_the_associate_new_dhcp_options_method_returns_true (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_dhcp_options_succeeds_the_create_dhcp_options_method_returns_true (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_dhcp_options_do_not_exist_the_dhcp_options_exists_method_returns_false (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_dhcp_options_exists_the_dhcp_options_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcDHCPOptionsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_an_internet_gateway_the_create_internet_gateway_method_returns_true (unit.modules.test_boto_vpc.BotoVpcInternetGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_an_internet_gateway_with_non_existent_vpc_the_create_internet_gateway_method_returns_an_error (unit.modules.test_boto_vpc.BotoVpcInternetGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_an_internet_gateway_with_vpc_id_specified_the_create_internet_gateway_method_returns_true (unit.modules.test_boto_vpc.BotoVpcInternetGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_an_internet_gateway_with_vpc_name_specified_the_create_internet_gateway_method_returns_true (unit.modules.test_boto_vpc.BotoVpcInternetGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_an_nat_gateway_the_create_nat_gateway_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNatGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_an_nat_gateway_with_non_existent_subnet_the_create_nat_gateway_method_returns_an_error (unit.modules.test_boto_vpc.BotoVpcNatGatewayTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_an_nat_gateway_with_subnet_name_specified_the_create_nat_gateway_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNatGatewayTestCase)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_a_network_acl_does_not_exist_the_network_acl_exists_method_returns_false (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_a_network_acl_exists_the_network_acl_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_associating_a_non_existent_network_acl_to_an_existing_subnet_the_associate_network_acl_method_returns_an_error (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_associating_an_existing_network_acl_to_a_non_existent_subnet_the_associate_network_acl_method_returns_false (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_associating_an_existing_network_acl_to_an_existing_subnet_the_associate_network_acl_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_network_acl_exists_but_providing_no_filters_the_network_acl_exists_method_raises_a_salt_invocation_error (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_network_acl_entry_for_a_non_existent_network_acl_the_create_network_acl_entry_method_returns_false (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_network_acl_entry_successfully_the_create_network_acl_entry_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_network_acl_to_a_non_existent_vpc_the_associate_new_network_acl_to_subnet_method_returns_an_error (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_and_associating_a_network_acl_to_a_non_existent_subnet_the_associate_new_network_acl_to_subnet_method_returns_false (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_and_associating_a_network_acl_to_a_subnet_and_specifying_a_name_succeeds_the_associate_new_network_acl_to_subnet_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_and_associating_a_network_acl_to_a_subnet_and_specifying_tags_succeeds_the_associate_new_network_acl_to_subnet_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:50.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_and_associating_a_network_acl_to_a_subnet_succeeds_the_associate_new_network_acl_to_subnet_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_network_acl_fails_the_create_network_acl_method_returns_false (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_network_acl_for_a_non_existent_vpc_the_create_network_acl_method_returns_an_error (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_network_acl_for_an_existing_vpc_and_specifying_a_name_the_create_network_acl_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_network_acl_for_an_existing_vpc_and_specifying_tags_the_create_network_acl_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_network_acl_for_an_existing_vpc_the_create_network_acl_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_deleting_a_non_existent_network_acl_entry_the_delete_network_acl_entry_method_returns_false (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:50.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_deleting_a_non_existent_network_acl_the_delete_network_acl_method_returns_an_error (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_deleting_an_existing_network_acl_entry_the_delete_network_acl_entry_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_deleting_an_existing_network_acl_the_delete_network_acl_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_disassociating_network_acl_for_a_non_existent_subnet_the_disassociate_network_acl_method_should_return_false (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_disassociating_network_acl_for_a_non_existent_vpc_the_disassociate_network_acl_method_should_return_false (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_disassociating_network_acl_succeeds_the_disassociate_network_acl_method_should_return_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_replacing_a_network_acl_entry_for_a_non_existent_network_acl_the_replace_network_acl_entry_method_returns_false (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_replacing_a_network_acl_entry_successfully_the_replace_network_acl_entry_method_returns_true (unit.modules.test_boto_vpc.BotoVpcNetworkACLTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_raises_error_if_both_vpc_name_and_vpc_id_are_specified (unit.modules.test_boto_vpc.BotoVpcPeeringConnectionsTest)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_request_vpc_peering_connection (unit.modules.test_boto_vpc.BotoVpcPeeringConnectionsTest)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_associating_a_route_table_succeeds_the_associate_route_table_method_should_return_the_association_id (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_associating_a_route_table_with_a_non_existent_route_table_the_associate_route_table_method_should_return_false (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_associating_a_route_table_with_a_non_existent_subnet_the_associate_route_table_method_should_return_false (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_a_route_table_exists_but_providing_no_filters_the_route_table_exists_method_raises_a_salt_invocation_error (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_route_succeeds_the_create_route_method_should_return_true (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_route_table_on_a_non_existent_vpc_the_create_route_table_method_returns_false (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:50.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_route_table_succeeds_the_create_route_table_method_returns_true (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_route_with_a_non_existent_route_table_the_create_route_method_should_return_false (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_deleting_a_non_existent_route_table_the_delete_route_table_method_returns_false (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_deleting_a_route_succeeds_the_delete_route_method_should_return_true (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_deleting_a_route_table_succeeds_the_delete_route_table_method_returns_true (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_deleting_a_route_with_a_non_existent_route_table_the_delete_route_method_should_return_false (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_disassociating_a_route_table_succeeds_the_disassociate_route_table_method_should_return_true (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_replacing_a_route_succeeds_the_replace_route_method_should_return_true (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_replacing_a_route_with_a_non_existent_route_table_the_replace_route_method_should_return_false (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_route_table_does_not_exist_the_route_table_exists_method_returns_false (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_route_table_exists_the_route_table_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcRouteTablesTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_create_subnet_passes_availability_zone (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_get_subnet_association_multiple_subnets_different_vpc (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_get_subnet_association_multiple_subnets_same_vpc (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_get_subnet_association_single_subnet (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_describe_subnet_by_id_for_existing_subnet_returns_correct_data (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_describe_subnet_by_id_for_non_existent_subnet_returns_none (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_describe_subnet_by_name_for_existing_subnet_returns_correct_data (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_describe_subnet_by_name_for_non_existent_subnet_returns_none (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_describe_subnets_by_id_for_existing_subnet_returns_correct_data (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_describe_subnets_by_name_for_existing_subnets_returns_correct_data (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_a_subnet_does_not_exist_the_subnet_exists_method_returns_false (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_a_subnet_exists_but_providing_no_filters_the_subnet_exists_method_raises_a_salt_invocation_error (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_a_subnet_exists_by_id_the_subnet_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_a_subnet_exists_by_name_the_subnet_does_not_exist_the_subnet_method_returns_false (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_a_subnet_exists_by_name_the_subnet_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_a_subnet_exists_by_tags_the_subnet_does_not_exist_the_subnet_method_returns_false (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:50.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_checking_if_a_subnet_exists_by_tags_the_subnet_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_subnet_and_specifying_a_name_succeeds_the_create_subnet_method_returns_true (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_subnet_and_specifying_tags_succeeds_the_create_subnet_method_returns_true (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_subnet_fails_the_create_subnet_method_returns_error (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_creating_a_subnet_succeeds_the_create_subnet_method_returns_true (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_deleting_a_non_existent_subnet_the_delete_vpc_method_returns_false (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_that_when_deleting_an_existing_subnet_the_delete_subnet_method_returns_true (unit.modules.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The moto module must be installed.'
> test_get_vpc_id_method_when_filtering_by_cidr (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_get_vpc_id_method_when_filtering_by_invalid_cidr (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_get_vpc_id_method_when_filtering_by_invalid_name (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_get_vpc_id_method_when_filtering_by_invalid_tags (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_get_vpc_id_method_when_filtering_by_name (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:100.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_get_vpc_id_method_when_filtering_by_tags (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_get_vpc_id_method_when_more_than_one_vpc_is_matched_raises_a_salt_command_execution_error (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_get_vpc_id_method_when_not_providing_filters_raises_a_salt_invocation_error (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_checking_if_a_vpc_exists_but_providing_no_filters_the_vpc_exists_method_raises_a_salt_invocation_error (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_checking_if_a_vpc_exists_by_cidr_and_a_vpc_does_not_exist_the_vpc_exists_method_returns_false (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_checking_if_a_vpc_exists_by_cidr_and_a_vpc_exists_the_vpc_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_checking_if_a_vpc_exists_by_id_and_a_vpc_does_not_exist_the_vpc_exists_method_returns_false (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_checking_if_a_vpc_exists_by_id_and_a_vpc_exists_the_vpc_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_checking_if_a_vpc_exists_by_name_and_a_vpc_does_not_exist_the_vpc_exists_method_returns_false (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_checking_if_a_vpc_exists_by_name_and_a_vpc_exists_the_vpc_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_checking_if_a_vpc_exists_by_tags_and_a_vpc_does_not_exist_the_vpc_exists_method_returns_false (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:50.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_checking_if_a_vpc_exists_by_tags_and_a_vpc_exists_the_vpc_exists_method_returns_true (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_creating_a_vpc_and_specifying_a_vpc_name_succeeds_the_create_vpc_method_returns_true (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_creating_a_vpc_and_specifying_tags_succeeds_the_create_vpc_method_returns_true (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_creating_a_vpc_fails_the_create_vpc_method_returns_false (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_creating_a_vpc_succeeds_the_create_vpc_method_returns_true (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_deleting_a_non_existent_vpc_the_delete_vpc_method_returns_false (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_deleting_an_existing_vpc_the_delete_vpc_method_returns_true (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_describing_vpc_but_providing_no_vpc_id_the_describe_method_raises_a_salt_invocation_error (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_describing_vpc_by_id_it_returns_the_dict_of_properties_returns_false (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_describing_vpc_by_id_it_returns_the_dict_of_properties_returns_true (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_that_when_describing_vpc_by_id_on_connection_error_it_returns_error (unit.modules.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Disabled for 3.7+ pending https://github.com/spulec/moto/issues/1706.'
> test_install_existing_package (unit.modules.test_bower.BowerTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it returns False when package already installed ... ok
> test_install_new_package (unit.modules.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it returns True when install package succeeds ... ok
> test_install_with_error (unit.modules.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it raises an exception when install package fails ... ok
> test_list_packages_success (unit.modules.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it lists installed Bower packages ... ok
> test_list_packages_with_error (unit.modules.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it raises an exception when list installed packages fails ... ok
> test_uninstall_existing_package (unit.modules.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it returns True when uninstall package succeeds ... ok
> test_uninstall_missing_package (unit.modules.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it returns False when package is not installed ... ok
> test_uninstall_with_error (unit.modules.test_bower.BowerTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it raises an exception when uninstall package fails ... ok
> test_add (unit.modules.test_bridge.BridgeTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Creates a bridge ... ok
> test_addif (unit.modules.test_bridge.BridgeTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Adds an interface to a bridge ... ok
> test_delete (unit.modules.test_bridge.BridgeTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Deletes a bridge ... ok
> test_delif (unit.modules.test_bridge.BridgeTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Removes an interface from a bridge ... ok
> test_find_interfaces (unit.modules.test_bridge.BridgeTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Returns the bridge to which the interfaces are bond to ... ok
> test_interfaces (unit.modules.test_bridge.BridgeTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Returns interfaces attached to a bridge ... ok
> test_list_ (unit.modules.test_bridge.BridgeTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Returns the machine's bridges list ... ok
> test_show (unit.modules.test_bridge.BridgeTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Returns bridges interfaces ... ok
> test_stp (unit.modules.test_bridge.BridgeTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Sets Spanning Tree Protocol state for a bridge ... ok
> test_add (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it add a devices to a BTRFS filesystem. ... ok
> test_convert (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it convert ext2/3/4 to BTRFS ... ok
> test_convert_device_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gives device not found error ... ok
> test_convert_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it gives error cannot convert root ... ok
> test_convert_filesystem_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gives file system error ... ok
> test_convert_migration_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gives migration error ... ok
> test_defragment (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it defragment mounted BTRFS filesystem. ... ok
> test_defragment_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gives device not mount error ... ok
> test_delete (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete a devices to a BTRFS filesystem. ... ok
> test_devices (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it get known BTRFS formatted devices on the system. ... ok
> test_features (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it list currently available BTRFS features. ... ok
> test_info (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it get BTRFS filesystem information. ... ok
> test_mkfs (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create a file system on the specified device. ... ok
> test_mkfs_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it No devices specified error ... ok
> test_mkfs_mount_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it device mount error ... ok
> test_properties (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if list properties for given btrfs object ... ok
> test_properties_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gives exception error ... ok
> test_properties_unknown_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gives unknown property error ... ok
> test_resize (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it resize filesystem. ... ok
> test_resize_mount_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gives mount point error ... ok
> test_resize_size_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gives unknown size error ... ok
> test_resize_valid_error (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gives device should be mounted error ... ok
> test_subvolume_create (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume create ... ok
> test_subvolume_create_already_exists (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:50.0%|MEM:6.6%] Test btrfs subvolume create ... ok
> test_subvolume_create_fails_parameters (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume create ... ok
> test_subvolume_delete (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume delete ... ok
> test_subvolume_delete_already_missing (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume delete ... ok
> test_subvolume_delete_already_missing_name (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume delete ... ok
> test_subvolume_delete_already_missing_names (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume delete ... ok
> test_subvolume_delete_fails_parameter_commit (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume delete ... ok
> test_subvolume_delete_fails_parameters (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:100.0%|MEM:6.6%] Test btrfs subvolume delete ... ok
> test_subvolume_exists (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test subvolume_exists ... ok
> test_subvolume_find_new (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume find-new ... ok
> test_subvolume_find_new_empty (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume find-new ... ok
> test_subvolume_get_default (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume get-default ... ok
> test_subvolume_get_default_free (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume get-default ... ok
> test_subvolume_list (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume list ... ok
> test_subvolume_list_fails_parameters (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume list ... ok
> test_subvolume_list_simple (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume list ... ok
> test_subvolume_not_exists (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test subvolume_exists ... ok
> test_subvolume_set_default (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume set-default ... ok
> test_subvolume_show (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume show ... ok
> test_subvolume_sync (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:100.0%|MEM:6.6%] Test btrfs subvolume sync ... ok
> test_subvolume_sync_fail_parameters (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test btrfs subvolume sync ... ok
> test_usage (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it shows in which disk the chunks are allocated. ... ok
> test_version (unit.modules.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return BTRFS version. ... ok
> test_invalid_protocol_version (unit.modules.test_cassandra_cql.CassandraCQLReturnerTestCase)
> [CPU:0.0%|MEM:6.6%] Check that the protocol version is imported only if it isvalid ... skipped 'Please install the cassandra datastax driver to run cassandra_cql module unit tests.'
> test_returns_opts_if_specified (unit.modules.test_cassandra_cql.CassandraCQLReturnerTestCase)
> [CPU:0.0%|MEM:6.6%] If ssl options are present then check that they are parsed and returned ... skipped 'Please install the cassandra datastax driver to run cassandra_cql module unit tests.'
> test_unspecified_opts (unit.modules.test_cassandra_cql.CassandraCQLReturnerTestCase)
> [CPU:0.0%|MEM:6.6%] Check that it returns None when ssl opts aren't specified ... skipped 'Please install the cassandra datastax driver to run cassandra_cql module unit tests.'
> test_valid_async_args (unit.modules.test_cassandra_cql.CassandraCQLReturnerTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Please install the cassandra datastax driver to run cassandra_cql module unit tests.'
> test_valid_asynchronous_args (unit.modules.test_cassandra_cql.CassandraCQLReturnerTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Please install the cassandra datastax driver to run cassandra_cql module unit tests.'
> test_column_families (unit.modules.test_cassandra_mod.CassandraTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Return existing column families for all keyspaces ... ok
> test_column_family_definition (unit.modules.test_cassandra_mod.CassandraTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return a dictionary of column family definitions for the given ... ok
> test_compactionstats (unit.modules.test_cassandra_mod.CassandraTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return compactionstats info ... ok
> test_info (unit.modules.test_cassandra_mod.CassandraTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return cassandra node info ... ok
> test_keyspaces (unit.modules.test_cassandra_mod.CassandraTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return existing keyspaces ... ok
> test_netstats (unit.modules.test_cassandra_mod.CassandraTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return netstats info ... ok
> test_ring (unit.modules.test_cassandra_mod.CassandraTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return ring info ... ok
> test_tpstats (unit.modules.test_cassandra_mod.CassandraTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return tpstats info ... ok
> test_version (unit.modules.test_cassandra_mod.CassandraTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return the cassandra version ... ok
> test_client (unit.modules.test_chef.ChefTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it execute a chef client run and return a dict ... ok
> test_solo (unit.modules.test_chef.ChefTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it execute a chef solo run and return a dict ... ok
> test__clear_context (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests _clear_context function ... skipped 'Not a Windows system'
> test__find_chocolatey_context (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:100.0%|MEM:6.6%] Test _find_chocolatey when it exists in __context__ ... skipped 'Not a Windows system'
> test__find_chocolatey_programdata (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:0.0%|MEM:6.6%] Test _find_chocolatey when found in ProgramData ... skipped 'Not a Windows system'
> test__find_chocolatey_systemdrive (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:0.0%|MEM:6.6%] Test _find_chocolatey when found on SystemDrive (older versions) ... skipped 'Not a Windows system'
> test__find_chocolatey_which (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:0.0%|MEM:6.6%] Test _find_chocolatey when found with `cmd.which` ... skipped 'Not a Windows system'
> test__yes_context (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:0.0%|MEM:6.6%] Tests _yes function when it exists in __context__ ... skipped 'Not a Windows system'
> test__yes_version_greater (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:0.0%|MEM:6.6%] Test _yes when Chocolatey version is greater than 0.9.9 ... skipped 'Not a Windows system'
> test__yes_version_less_than (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:0.0%|MEM:6.6%] Test _yes when Chocolatey version is less than 0.9.9 ... skipped 'Not a Windows system'
> test_version_check_remote_false (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:100.0%|MEM:6.6%] Test version when remote is False ... skipped 'Not a Windows system'
> test_version_check_remote_true (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:0.0%|MEM:6.6%] Test version when remote is True ... skipped 'Not a Windows system'
> test_version_check_remote_true_not_available (unit.modules.test_chocolatey.ChocolateyTestCase)
> [CPU:0.0%|MEM:6.6%] Test version when remote is True but remote version is unavailable ... skipped 'Not a Windows system'
> test_call_fails_input_validation (unit.modules.test_chroot.ChrootTestCase)
> [CPU:0.0%|MEM:6.6%] Test execution of Salt functions in chroot. ... ok
> test_call_fails_salt_thin (unit.modules.test_chroot.ChrootTestCase)
> [CPU:0.0%|MEM:6.6%] Test execution of Salt functions in chroot. ... ok
> test_call_fails_untar (unit.modules.test_chroot.ChrootTestCase)
> [CPU:0.0%|MEM:6.6%] Test execution of Salt functions in chroot. ... ok
> test_call_success (unit.modules.test_chroot.ChrootTestCase)
> [CPU:0.0%|MEM:6.6%] Test execution of Salt functions in chroot. ... ok
> test_call_success_parameters (unit.modules.test_chroot.ChrootTestCase)
> [CPU:0.0%|MEM:6.6%] Test execution of Salt functions in chroot with parameters. ... ok
> test_create (unit.modules.test_chroot.ChrootTestCase)
> [CPU:50.0%|MEM:6.6%] Test the creation of an empty chroot environment. ... ok
> test_exist (unit.modules.test_chroot.ChrootTestCase)
> [CPU:0.0%|MEM:6.6%] Test if the chroot environment exist. ... ok
> test_highstate (unit.modules.test_chroot.ChrootTestCase)
> [CPU:0.0%|MEM:6.6%] Test execution of Salt states in chroot. ... ok
> test_sls (unit.modules.test_chroot.ChrootTestCase)
> [CPU:0.0%|MEM:6.6%] Test execution of Salt states in chroot. ... ok
> test_check_loglevel_bad_level (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:33.3%|MEM:6.6%] Tests return of providing an invalid loglevel option ... 00:41:52,287 [salt.modules.cmdmod :189 ][ERROR ] Invalid output_loglevel 'bad_loglevel'. Valid levels are: warning, trace, quiet, profile, info, garbage, error, debug, critical, all. Falling back to 'info'.
> ok
> test_check_loglevel_bad_level_not_str (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of providing an invalid loglevel option that is not a string ... 00:41:52,288 [salt.modules.cmdmod :189 ][ERROR ] Invalid output_loglevel '1000'. Valid levels are: warning, trace, quiet, profile, info, garbage, error, debug, critical, all. Falling back to 'info'.
> ok
> test_check_loglevel_quiet (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of providing a loglevel of 'quiet' ... ok
> test_is_valid_shell_available (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return when provided shell is available ... ok
> test_is_valid_shell_none (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return of when os.path.exists(/etc/shells) isn't available ... ok
> test_is_valid_shell_unavailable (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return when provided shell is not available ... ok
> test_is_valid_shell_windows (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return if running on windows ... ok
> test_os_environment_remains_intact (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:100.0%|MEM:6.6%] Make sure the OS environment is not tainted after running a command ... 00:41:52,297 [salt.modules.cmdmod :532 ][ERROR ] Environment could not be retrieved for user 'foobar': stderr=None stdout=''
> 00:41:52,299 [salt.modules.cmdmod :854 ][ERROR ] Command '['ls']' failed with return code: <Mock name='Popen().returncode' id='139875034880080'>
> 00:41:52,299 [salt.modules.cmdmod :860 ][ERROR ] retcode: <Mock name='Popen().returncode' id='139875034880080'>
> ok
> test_parse_env_dict (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Test the return of an env that is not a dict ... ok
> test_parse_env_list (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of an env that is a list ... ok
> test_parse_env_not_env (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of an env that is not an env ... ok
> test_powershell (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests cmd.powershell with a string value output ... skipped 'Only run on Windows'
> test_powershell_empty (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:100.0%|MEM:6.6%] Tests cmd.powershell when the output is an empty string ... skipped 'Only run on Windows'
> test_render_cmd_no_template (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return when template=None ... ok
> test_render_cmd_unavailable_engine (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests CommandExecutionError raised when template isn't in the ... ok
> test_run (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests end result when a command is not found ... skipped 'Test breaks unittests runs'
> test_run_all_binary_replace (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Test for failed decoding of binary data, for instance when doing ... 00:41:52,306 [salt.modules.cmdmod :730 ][ERROR ] Failed to decode stdout from command ['dd', 'if=/dev/urandom', 'of=/dev/stdout', 'bs=4', 'count=1'], non-decodable characters have been replaced
> ok
> test_run_all_none (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests cases when proc.stdout or proc.stderr are None. These should be ... ok
> test_run_all_output_encoding (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Test that specifying the output encoding works as expected ... ok
> test_run_all_output_loglevel_debug (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Test that specifying debug for loglevel ... ok
> test_run_all_output_loglevel_quiet (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Test that specifying quiet for loglevel ... ok
> test_run_all_unicode (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Ensure that unicode stdout and stderr are decoded properly ... ok
> test_run_chroot_mount (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Test cmdmod.run_chroot mount / umount balance ... ok
> test_run_chroot_mount_bind (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:66.7%|MEM:6.6%] Test cmdmod.run_chroot mount / umount balance with bind mount ... ok
> test_run_chroot_runas (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Test run_chroot when a runas parameter is provided ... ok
> test_run_cwd_doesnt_exist_issue_7154 (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:33.3%|MEM:6.6%] cmd.run should fail and raise ... ok
> test_run_cwd_in_combination_with_runas (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] cmd.run executes command in the cwd directory ... 00:41:55,727 [salt.modules.cmdmod :532 ][ERROR ] Environment could not be retrieved for user 'root': stderr='Password: su: Authentication failure\n' stdout=''
> ERROR
> test_run_invalid_cwd_not_abs_path (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.3%|MEM:6.6%] Tests error raised when cwd is not an absolute path ... ok
> test_run_invalid_cwd_not_dir (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests error raised when cwd is not a dir ... ok
> test_run_invalid_umask (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests error raised when an invalid umask is given ... ok
> test_run_no_vt_io_error (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests error raised when not useing vt and IOError is provided ... ok
> test_run_no_vt_os_error (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:100.0%|MEM:6.6%] Tests error raised when not useing vt and OSError is provided ... ok
> test_run_runas_with_windows (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests error raised when runas is passed on windows ... ok
> test_run_shell_file_no_access (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests error raised when shell is not available after _is_valid_shell error msg, ... ok
> test_run_shell_is_not_file (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests error raised when shell is not available after _is_valid_shell error msg ... ok
> test_run_user_not_available (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return when runas user is not available ... ok
> test_run_zero_umask (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:50.0%|MEM:6.6%] Tests error raised when umask is set to zero ... ok
> test_shell_properly_handled_on_macOS (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:6.6%] cmd.run should invoke a new bash login only ... skipped 'applicable to macOS only'
> test_install (unit.modules.test_composer.ComposerTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Install composer dependencies for a directory. ... ok
> test_selfupdate (unit.modules.test_composer.ComposerTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Composer selfupdate ... ok
> test_update (unit.modules.test_composer.ComposerTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Update composer dependencies for a directory. ... ok
> test_defaults_only_name (unit.modules.test_config.TestModulesConfig)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_no_match (unit.modules.test_config.TestModulesConfig)
> [CPU:0.0%|MEM:6.6%] Make sure that the defa ... ok
> test_omits (unit.modules.test_config.TestModulesConfig)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__render_filenames_render_failed (unit.modules.test_cp.CpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if _render_filenames fails when template rendering fails. ... ok
> test__render_filenames_success (unit.modules.test_cp.CpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if _render_filenames succeeds. ... ok
> test__render_filenames_undefined_template (unit.modules.test_cp.CpTestCase)
> [CPU:50.0%|MEM:6.6%] Test if _render_filenames fails upon getting a template not in ... ok
> test_get_file_not_found (unit.modules.test_cp.CpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if get_file can't find the file. ... ok
> test_get_file_str_success (unit.modules.test_cp.CpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if get_file_str succeeds. ... ok
> test_push (unit.modules.test_cp.CpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if push works with good posix path. ... ok
> test_push_dir_non_absolute_path (unit.modules.test_cp.CpTestCase)
> [CPU:33.3%|MEM:6.6%] Test if push_dir fails on a non absolute path. ... ok
> test_push_non_absolute_path (unit.modules.test_cp.CpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if push fails on a non absolute path. ... ok
> test_install (unit.modules.test_cpan.CpanTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it install a module from cpan ... ok
> test_install_error (unit.modules.test_cpan.CpanTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it install a module from cpan ... ok
> test_list (unit.modules.test_cpan.CpanTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it list installed Perl module ... ok
> test_remove (unit.modules.test_cpan.CpanTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it remove a module using cpan ... ok
> test_remove_noninstalled_error (unit.modules.test_cpan.CpanTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it remove non installed module using cpan ... ok
> test_remove_nopan_error (unit.modules.test_cpan.CpanTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gives no cpan error while removing ... ok
> test_remove_unexist_error (unit.modules.test_cpan.CpanTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it try to remove an unexist module using cpan ... ok
> test_show (unit.modules.test_cpan.CpanTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it show information about a specific Perl module ... ok
> test_show_config (unit.modules.test_cpan.CpanTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a dict of CPAN configuration values ... ok
> test_show_mock (unit.modules.test_cpan.CpanTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it show information about a specific Perl module ... ok
> test__issue10959 (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] handle multi old style crontabs ... ok
> test__load_tab (unit.modules.test_cron.CronTestCase)
> [CPU:22.2%|MEM:6.6%] ... ok
> test__need_changes_new (unit.modules.test_cron.CronTestCase)
> [CPU:100.0%|MEM:6.6%] New behavior, identifier will get track of the managed lines! ... ok
> test__need_changes_old (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] old behavior; ID has no special action ... ok
> test__unicode_match (unit.modules.test_cron.CronTestCase)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_cron_at_sign (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_cron_extra_spaces (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Issue #38449 ... ok
> test_get_entry (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] test get_entry function ... ok
> test_list_tab_commented_cron_jobs (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] handle commented cron jobs ... ok
> test_raw_cron_foo_aix (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that raw_cron() is called with the correct cron command and user: AIX ... ok
> test_raw_cron_foo_redhat (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that raw_cron() is called with the correct cron command and user: RedHat ... ok
> test_raw_cron_foo_solaris (unit.modules.test_cron.CronTestCase)
> [CPU:50.0%|MEM:6.6%] Assert that raw_cron() is called with the correct cron command and user: Solaris ... ok
> test_raw_cron_root_aix (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that raw_cron() is called with the correct cron command and user: AIX ... ok
> test_raw_cron_root_redhat (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that raw_cron() is called with the correct cron command and user: RedHat ... ok
> test_raw_cron_root_solaris (unit.modules.test_cron.CronTestCase)
> [CPU:50.0%|MEM:6.6%] Assert that raw_cron() is called with the correct cron command and user: Solaris ... ok
> test_write_cr_file_v_foo_aix (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that write_cron_file_verbose() is called with the correct cron command and user: AIX ... ok
> test_write_cr_file_v_foo_rh (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that write_cron_file_verbose() is called with the correct cron command and user: RedHat ... ok
> test_write_cr_file_v_foo_sol (unit.modules.test_cron.CronTestCase)
> [CPU:100.0%|MEM:6.6%] Assert that write_cron_file_verbose() is called with the correct cron command and user: Solaris ... ok
> test_write_cr_file_v_root_aix (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that write_cron_file_verbose() is called with the correct cron command and user: AIX ... ok
> test_write_cr_file_v_root_rh (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that write_cron_file_verbose() is called with the correct cron command and user: RedHat ... ok
> test_write_cr_file_v_root_sol (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that write_cron_file_verbose() is called with the correct cron command and user: Solaris ... ok
> test_write_cron_file_foo_aix (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that write_cron_file() is called with the correct cron command and user: AIX ... ok
> test_write_cron_file_foo_rh (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that write_cron_file() is called with the correct cron command and user: RedHat ... ok
> test_write_cron_file_foo_sol (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that write_cron_file() is called with the correct cron command and user: Solaris ... ok
> test_write_cron_file_root_aix (unit.modules.test_cron.CronTestCase)
> [CPU:100.0%|MEM:6.6%] Assert that write_cron_file() is called with the correct cron command and user: AIX ... ok
> test_write_cron_file_root_rh (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that write_cron_file() is called with the correct cron command and user: RedHat ... ok
> test_write_cron_file_root_sol (unit.modules.test_cron.CronTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that write_cron_file() is called with the correct cron command and user: Solaris ... ok
> test__date_time_match (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] Passes if a match is found on all elements. Note the conversions to strings here! ... ok
> test__get_cron_cmdstr (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__get_cron_cmdstr_user (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] Passes if a user is added to crontab command ... ok
> test__get_cron_date_time (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__get_cron_date_time_daymonth_max (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__needs_change (unit.modules.test_cron.PsTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test__needs_change_random (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that if the new var is 'random' and old is '* that we return True ... ok
> test_list_tab (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_rm_job_is_absent (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_rm_special (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_rm_special_absent (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_rm_special_default_special (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_job (unit.modules.test_cron.PsTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_set_special (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_write_cron_lines_non_root_aix (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that _write_cron_lines() is called with the correct cron command and user ... ok
> test_write_cron_lines_non_root_rh (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that _write_cron_lines() is called with the correct cron command and user ... ok
> test_write_cron_lines_non_root_solaris (unit.modules.test_cron.PsTestCase)
> [CPU:50.0%|MEM:6.6%] Assert that _write_cron_lines() is called with the correct cron command and user ... ok
> test_write_cron_lines_root_rh (unit.modules.test_cron.PsTestCase)
> [CPU:0.0%|MEM:6.6%] Assert that _write_cron_lines() is called with the correct cron command and user ... ok
> test_available (unit.modules.test_daemontools.DaemontoolsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Returns ``True`` if the specified service ... ok
> test_full_restart (unit.modules.test_daemontools.DaemontoolsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Calls daemontools.restart() function ... ok
> test_get_all (unit.modules.test_daemontools.DaemontoolsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return a list of all available services ... ok
> test_missing (unit.modules.test_daemontools.DaemontoolsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for The inverse of daemontools.available. ... ok
> test_reload_ (unit.modules.test_daemontools.DaemontoolsTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Wrapper for term() ... ok
> test_restart (unit.modules.test_daemontools.DaemontoolsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Restart service via daemontools. This will stop/start service ... ok
> test_start (unit.modules.test_daemontools.DaemontoolsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Starts service via daemontools ... ok
> test_status (unit.modules.test_daemontools.DaemontoolsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return the status for a service via ... ok
> test_stop (unit.modules.test_daemontools.DaemontoolsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Stops service via daemontools ... ok
> test_term (unit.modules.test_daemontools.DaemontoolsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Send a TERM to service via daemontools ... ok
> test_cas (unit.modules.test_data.DataTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it check and set a value in the minion datastore ... ok
> test_cas_not_equal (unit.modules.test_data.DataTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it check and set a value in the minion datastore ... ok
> test_cas_not_load (unit.modules.test_data.DataTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it check and set a value in the minion datastore ... ok
> test_clear (unit.modules.test_data.DataTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it clear out all of the data in the minion datastore ... ok
> test_dump (unit.modules.test_data.DataTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it replace the entire datastore with a passed data structure ... ok
> test_dump_ioerror (unit.modules.test_data.DataTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it replace the entire datastore with a passed data structure ... ok
> test_dump_isinstance (unit.modules.test_data.DataTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it replace the entire datastore with a passed data structure ... ok
> test_get (unit.modules.test_data.DataTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gets a value from the minion datastore ... ok
> test_get_vals (unit.modules.test_data.DataTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it gets values from the minion datastore ... ok
> test_load (unit.modules.test_data.DataTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return all of the data in the minion datastore ... ok
> test_update (unit.modules.test_data.DataTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it update a key with a value in the minion datastore ... ok
> test_add_host (unit.modules.test_ddns.DDNSTestCase)
> [CPU:0.0%|MEM:6.6%] Test cases for Add, replace, or update the A ... ok
> test_delete (unit.modules.test_ddns.DDNSTestCase)
> [CPU:0.0%|MEM:6.6%] Test to delete a DNS record. ... ok
> test_delete_host (unit.modules.test_ddns.DDNSTestCase)
> [CPU:50.0%|MEM:6.6%] Tests for delete the forward and reverse records for a host. ... ok
> test_update (unit.modules.test_ddns.DDNSTestCase)
> [CPU:0.0%|MEM:6.6%] Test to add, replace, or update a DNS record. ... ok
> test_a2disconf (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2disconf for the given conf. ... ok
> test_a2disconf_disabled (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2disconf for the given conf. ... ok
> test_a2disconf_exception (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2disconf for the given conf. ... ok
> test_a2disconf_notfound (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2disconf for the given conf. ... ok
> test_a2dismod (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2dismod for the given module. ... ok
> test_a2dismod_disabled (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2dismod for the given module. ... ok
> test_a2dismod_exception (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it runs a2dismod for the given module. ... ok
> test_a2dismod_notfound (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2dismod for the given module. ... ok
> test_a2dissite (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2dissite for the given site. ... ok
> test_a2dissite_disabled (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2dissite for the given site. ... ok
> test_a2dissite_exception (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2dissite for the given site. ... ok
> test_a2dissite_notfound (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2dissite for the given site. ... ok
> test_a2enconf (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2enconf for the given conf. ... ok
> test_a2enconf_enabled (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2enconf for the given conf. ... ok
> test_a2enconf_exception (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2enconf for the given conf. ... ok
> test_a2enconf_notfound (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2enconf for the given conf. ... ok
> test_a2enmod (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2enmod for the given module. ... ok
> test_a2enmod_enabled (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it runs a2enmod for the given module. ... ok
> test_a2enmod_exception (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2enmod for the given module. ... ok
> test_a2enmod_notfound (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2enmod for the given module. ... ok
> test_a2ensite (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2ensite for the given site. ... ok
> test_a2ensite_enabled (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2ensite for the given site. ... ok
> test_a2ensite_exception (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2ensite for the given site. ... ok
> test_a2ensite_notfound (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs a2ensite for the given site. ... ok
> test_check_conf_enabled (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if the specific conf symlink is enabled. ... ok
> test_check_conf_enabled_false (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if the specific conf symlink is enabled. ... ok
> test_check_mod_enabled (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if the specific mod symlink is enabled. ... ok
> test_check_mod_enabled_false (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if the specific mod symlink is enabled. ... ok
> test_check_site_enabled (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if the specific Site symlink is enabled. ... ok
> test_check_site_enabled_default (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:50.0%|MEM:6.6%] Test if the specific Site symlink is enabled. ... ok
> test_check_site_enabled_false (unit.modules.test_deb_apache.DebApacheTestCase)
> [CPU:0.0%|MEM:6.6%] Test if the specific Site symlink is enabled. ... ok
> test_cluster_create (unit.modules.test_deb_postgres.PostgresClusterTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_cluster_create_with_initdb_options (unit.modules.test_deb_postgres.PostgresClusterTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_cluster_delete (unit.modules.test_deb_postgres.PostgresDeleteClusterTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_cluster_exists (unit.modules.test_deb_postgres.PostgresLsClusterTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_cluster_list (unit.modules.test_deb_postgres.PostgresLsClusterTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_parse_pg_lsclusters (unit.modules.test_deb_postgres.PostgresLsClusterTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_selections (unit.modules.test_debconfmod.DebconfmodTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Answers to debconf questions for all packages ... ok
> test_set_ (unit.modules.test_debconfmod.DebconfmodTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Set answers to debconf questions for a package. ... ok
> test_set_file (unit.modules.test_debconfmod.DebconfmodTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Set answers to debconf questions from a file. ... ok
> test_set_template (unit.modules.test_debconfmod.DebconfmodTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Set answers to debconf questions from a template. ... ok
> test_show (unit.modules.test_debconfmod.DebconfmodTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Answers to debconf questions for a package ... ok
> test_apply_network_settings (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it apply global network configuration. ... skipped 'Slow tests are disabled'
> test_build_bond (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create a bond script in /etc/modprobe.d with the passed ... ok
> test_build_bond_data (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create a bond script in /etc/modprobe.d with the passed ... ok
> test_build_bond_exception (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create a bond script in /etc/modprobe.d with the passed ... 00:41:56,011 [salt.modules.debian_ip :1638][ERROR ] Could not load template conf.jinja
> ok
> test_build_interface (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it builds an interface script for a network interface. ... 00:41:56,028 [salt.modules.debian_ip :1712][ERROR ] ports is a required setting for bridge interfaces on Debian or Ubuntu based systems
> 00:41:56,028 [salt.modules.debian_ip :1688][ERROR ] master is a required setting for slave interfaces
> 00:41:56,029 [salt.modules.debian_ip :1703][ERROR ] slaves is a required setting for bond interfaces
> ok
> test_build_network_settings (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:23.8%|MEM:6.6%] Test if it build the global network script. ... 00:41:56,068 [salt.modules.debian_ip :2072][ERROR ] Could not load template display-network.jinja
> 00:41:56,069 [salt.modules.debian_ip :1994][ERROR ] Could not load template network.jinja
> ok
> test_build_routes (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it add route scripts for a network interface using up commands. ... ok
> test_build_routes_exception (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it add route scripts for a network interface using up commands. ... 00:41:56,075 [salt.modules.debian_ip :1749][ERROR ] Could not load template route_eth.jinja
> ok
> test_down (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it shutdown a network interface ... ok
> test_error_message_iface_should_process_non_str_expected (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_error_message_network_should_process_non_str_expected (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_bond (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return the content of a bond script ... ok
> test_get_interface (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return the contents of an interface script ... ok
> test_get_network_settings (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:25.0%|MEM:6.6%] Test if it return the contents of the global network script. ... 00:41:56,089 [salt.modules.debian_ip :1885][ERROR ] Could not load template display-network.jinja
> ok
> test_get_routes (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return the routes for the interface ... ok
> test_parse_interfaces (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it returns the correct data for parsed configuration file ... ok
> test_up (unit.modules.test_debian_ip.DebianIpTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it start up a network interface ... ok
> test_available (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Returns ``True`` if the specified service is ... ok
> test_disable (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Disable the named service to start at boot ... ok
> test_disabled (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Return True if the named service is enabled, false otherwise ... ok
> test_enable (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Enable the named service to start at boot ... ok
> test_enabled (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return True if the named service is enabled, false otherwise ... ok
> test_force_reload (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Force-reload the named service ... ok
> test_get_disabled (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return a set of services that are installed but disabled ... ok
> test_get_enabled (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return a list of service that are enabled on boot ... ok
> test_getall (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Return all available boot services ... ok
> test_missing (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for The inverse of service.available. ... ok
> test_reload_ (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Reload the named service ... ok
> test_restart (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Restart the named service ... ok
> test_start (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Start the specified service ... ok
> test_status (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return the status for a service ... ok
> test_stop (unit.modules.test_debian_service.DebianServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Stop the specified service ... ok
> test_deepcopy (unit.modules.test_defaults.DefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test a deep copy of object. ... ok
> test_get_mock (unit.modules.test_defaults.DefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it execute a defaults client run and return a dict ... ok
> test_merge_not_in_place (unit.modules.test_defaults.DefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test deep merging of dicts not in place. ... ok
> test_merge_with_list_merging (unit.modules.test_defaults.DefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test deep merging of dicts with merge_lists enabled. ... ok
> test_merge_without_list_merging (unit.modules.test_defaults.DefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test deep merging of dicts with merge_lists disabled. ... ok
> test_update_in_place (unit.modules.test_defaults.DefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test update with defaults values in place. ... ok
> test__hwinfo_parse_full_bios (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_bridge (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_cpu (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_disk (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_ethernet (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_floppy (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_keyboard (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_memory (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_mouse (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_network (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_nic (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_storage (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_system (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_unknown (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_full_video (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test__hwinfo_parse_short (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_devices (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_match (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_udev (unit.modules.test_devinfo.DevinfoTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_multipath_flush (unit.modules.test_devmap.DevMapTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Device-Mapper Multipath flush ... ok
> test_multipath_list (unit.modules.test_devmap.DevMapTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Device-Mapper Multipath list ... ok
> test_a (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_aaaa (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_check_ip (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_check_ip_empty (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_check_ip_ipv6 (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_check_ip_ipv6_valid (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_check_ip_neg (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_mx (unit.modules.test_dig.DigTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_ns (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_spf (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_spf_include (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] Test for SPF records which use the 'include' SPF mechanism ... ok
> test_spf_redir (unit.modules.test_dig.DigTestCase)
> [CPU:0.0%|MEM:6.6%] Test for SPF records which use the 'redirect' SPF mechanism ... ok
> test_blkid (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_blkid_token (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_dump (unit.modules.test_disk.DiskTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_fat_format (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] unit tests for disk.format when using fat argument ... ok
> test_format (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] unit tests for disk.format ... ok
> test_format_ (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] unit tests for disk.format_ ... ok
> test_format__fat (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] unit tests for disk.format_ with FAT parameter ... ok
> test_fstype (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] unit tests for disk.fstype ... ok
> test_inodeusage (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_percent (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_percent_args (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_resize2fs (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] unit tests for disk.resize2fs ... ok
> test_tune (unit.modules.test_disk.DiskTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_usage_dict (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_usage_none (unit.modules.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_wipe (unit.modules.test_disk.DiskTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_django_admin_cli_collectstatic (unit.modules.test_djangomod.DjangomodCliCommandTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_django_admin_cli_command (unit.modules.test_djangomod.DjangomodCliCommandTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_django_admin_cli_command_with_args (unit.modules.test_djangomod.DjangomodCliCommandTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_django_admin_cli_command_with_kwargs (unit.modules.test_djangomod.DjangomodCliCommandTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_django_admin_cli_command_with_kwargs_ignore_dunder (unit.modules.test_djangomod.DjangomodCliCommandTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_django_admin_cli_createsuperuser (unit.modules.test_djangomod.DjangomodCliCommandTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_django_admin_cli_migrate (unit.modules.test_djangomod.DjangomodCliCommandTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_django_admin_cli_syncdb (unit.modules.test_djangomod.DjangomodCliCommandTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_django_admin_cli_syncdb_migrate (unit.modules.test_djangomod.DjangomodCliCommandTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_collectstatic (unit.modules.test_djangomod.DjangomodTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it collect static files from each of your applications ... ok
> test_command (unit.modules.test_djangomod.DjangomodTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs arbitrary django management command ... ok
> test_createsuperuser (unit.modules.test_djangomod.DjangomodTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create a super user for the database. ... ok
> test_loaddata (unit.modules.test_djangomod.DjangomodTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it loads fixture data ... ok
> test_migrate (unit.modules.test_djangomod.DjangomodTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs the Django-Admin migrate command ... ok
> test_syncdb (unit.modules.test_djangomod.DjangomodTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs the Django-Admin syncdb command ... ok
> test_fullversion (unit.modules.test_dnsmasq.DnsmasqTestCase)
> [CPU:0.0%|MEM:6.6%] Test to Show installed version of dnsmasq and compile options. ... ok
> test_get_config (unit.modules.test_dnsmasq.DnsmasqTestCase)
> [CPU:0.0%|MEM:6.6%] test to dumps all options from the config file. ... ok
> test_parse_dnamasq (unit.modules.test_dnsmasq.DnsmasqTestCase)
> [CPU:0.0%|MEM:6.6%] test for generic function for parsing dnsmasq files including includes. ... ok
> test_parse_dnsmasq_no_file (unit.modules.test_dnsmasq.DnsmasqTestCase)
> [CPU:100.0%|MEM:6.6%] Tests that a CommandExecutionError is when a filename that doesn't exist is ... ok
> test_set_config (unit.modules.test_dnsmasq.DnsmasqTestCase)
> [CPU:0.0%|MEM:6.6%] test to show installed version of dnsmasq. ... ok
> test_set_config_filter_pub_kwargs (unit.modules.test_dnsmasq.DnsmasqTestCase)
> [CPU:0.0%|MEM:6.6%] Test that the kwargs returned from running the set_config function ... ok
> test_version (unit.modules.test_dnsmasq.DnsmasqTestCase)
> [CPU:0.0%|MEM:6.6%] test to show installed version of dnsmasq. ... ok
> test_hosts_append (unit.modules.test_dnsutil.DNSUtilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_hosts_remove (unit.modules.test_dnsutil.DNSUtilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_parse_hosts (unit.modules.test_dnsutil.DNSUtilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_parse_zone (unit.modules.test_dnsutil.DNSUtilTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Waiting on bug report fixes'
> test_to_seconds_day (unit.modules.test_dnsutil.DNSUtilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_to_seconds_empty (unit.modules.test_dnsutil.DNSUtilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_to_seconds_hour (unit.modules.test_dnsutil.DNSUtilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_to_seconds_large (unit.modules.test_dnsutil.DNSUtilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_to_seconds_week (unit.modules.test_dnsutil.DNSUtilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_call_success (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] test module calling inside containers ... skipped 'Slow tests are disabled'
> test_check_mine_cache_is_refreshed_on_container_change_event (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] Every command that might modify docker containers state. ... skipped 'Slow tests are disabled'
> test_compare_container_env_order (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] Test comparing two containers when the order of the Env HostConfig ... ok
> test_compare_container_image_id_resolution (unit.modules.test_dockermod.DockerTestCase)
> [CPU:25.0%|MEM:6.6%] Test comparing two containers when one's inspect output is an ID and ... ok
> test_compare_container_ulimits_order (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] Test comparing two containers when the order of the Ulimits HostConfig ... ok
> test_connect_container_to_network (unit.modules.test_dockermod.DockerTestCase)
> [CPU:50.0%|MEM:6.6%] test connect_container_to_network ... ok
> test_create_network (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] test create network. ... ok
> test_create_volume (unit.modules.test_dockermod.DockerTestCase)
> [CPU:25.0%|MEM:6.6%] test create volume. ... ok
> test_disconnect_container_from_network (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] test disconnect_container_from_network ... ok
> test_failed_login (unit.modules.test_dockermod.DockerTestCase)
> [CPU:50.0%|MEM:6.6%] Check that when docker.login failed a retcode other then 0 ... ok
> test_images_with_empty_tags (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] docker 1.12 reports also images without tags with `null`. ... ok
> test_inspect_network (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] test inspect network. ... ok
> test_inspect_volume (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] test inspect volume. ... ok
> test_list_networks (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] test list networks. ... ok
> test_list_volumes (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] test list volumes. ... ok
> test_logout_calls_docker_cli_logout_all (unit.modules.test_dockermod.DockerTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_logout_calls_docker_cli_logout_single (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_port (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] Test docker.port function. Note that this test case does not test what ... ok
> test_prune (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] Test the prune function ... ok
> test_ps_with_filters (unit.modules.test_dockermod.DockerTestCase)
> [CPU:25.0%|MEM:6.6%] Check that docker.ps accept filters parameter. ... ok
> test_ps_with_host_true (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] Check that docker.ps called with host is ``True``, ... ok
> test_remove_network (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] test remove network. ... ok
> test_remove_volume (unit.modules.test_dockermod.DockerTestCase)
> [CPU:50.0%|MEM:6.6%] test remove volume. ... ok
> test_resolve_tag (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] Test the resolve_tag function. It runs docker.insect_image on the image ... 00:41:56,352 [salt.modules.dockermod :2129][ERROR ] Inspecting docker image 'foo' returned an unexpected data structure: {'Id': 'sha256:6ad733544a6317992a6fac4eb19fe1df577d4dec7529efec28a5bd0edad0fd30'}
> 00:41:56,352 [salt.modules.dockermod :2129][ERROR ] Inspecting docker image 'foo' returned an unexpected data structure: {'Id': 'sha256:6ad733544a6317992a6fac4eb19fe1df577d4dec7529efec28a5bd0edad0fd30'}
> ok
> test_sls_build (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] test build sls image. ... ok
> test_sls_build_dryrun (unit.modules.test_dockermod.DockerTestCase)
> [CPU:25.0%|MEM:6.6%] test build sls image in dryrun mode. ... ok
> test_update_mine (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] Test the docker.update_mine config option ... ok
> test_wait_fails_already_stopped (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_wait_fails_on_exit_status (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_wait_fails_on_exit_status_and_already_stopped (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_wait_success (unit.modules.test_dockermod.DockerTestCase)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_wait_success_absent_container (unit.modules.test_dockermod.DockerTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_wait_success_already_stopped (unit.modules.test_dockermod.DockerTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_trans_tar_should_have_grains_in_sls_opts_including_pillar_override (unit.modules.test_dockermod.DockerUnitTestCase)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_file_dict (unit.modules.test_dpkg_lowpkg.DpkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it lists the files that belong to a package, grouped by package ... ok
> test_file_list (unit.modules.test_dpkg_lowpkg.DpkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it lists the files that belong to a package. ... ok
> test_info (unit.modules.test_dpkg_lowpkg.DpkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test package info ... ok
> test_list_pkgs (unit.modules.test_dpkg_lowpkg.DpkgTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it lists the packages currently installed ... ok
> test_unpurge (unit.modules.test_dpkg_lowpkg.DpkgTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it change package selection for each package ... ok
> test_unpurge_empty_package (unit.modules.test_dpkg_lowpkg.DpkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it change package selection for each package ... ok
> test_change_password (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Tests to change users password ... ok
> test_create_user (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Tests to create user accounts ... ok
> test_delete_user (unit.modules.test_drac.DracTestCase)
> [CPU:33.3%|MEM:6.6%] Tests to delete a user ... ok
> test_email_alerts (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Test to Enable/Disable email alerts ... ok
> test_list_users (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Test for list all DRAC users ... ok
> test_nameservers (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] tests for configure the nameservers on the DRAC ... ok
> test_network_info (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Tests to return Network Configuration ... ok
> test_server_hardreset (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for performs a reset (reboot) operation on the managed server. ... ok
> test_server_poweroff (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for powers down the managed server. ... ok
> test_server_poweron (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for powers up the managed server. ... ok
> test_server_pxe (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Tests to configure server to PXE perform a one off PXE boot ... ok
> test_server_reboot (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for issues a power-cycle operation on the managed server. ... ok
> test_set_network (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Test to configure Network ... ok
> test_set_permissions (unit.modules.test_drac.DracTestCase)
> [CPU:100.0%|MEM:6.6%] Test to configure users permissions ... ok
> test_set_snmp (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Test to configure SNMP community string ... ok
> test_syslog (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for configure syslog remote logging, by default syslog will ... ok
> test_system_info (unit.modules.test_drac.DracTestCase)
> [CPU:0.0%|MEM:6.6%] Tests to return System information ... ok
> test_overview (unit.modules.test_drbd.DrbdTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it shows status of the DRBD devices ... ok
> test_status (unit.modules.test_drbd.DrbdTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it shows status of the DRBD resources via drbdadm ... ok
> test_alias_create (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:100.0%|MEM:6.6%] Test if alias is created ... ok
> test_alias_create_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias creation fails with CommandExecutionError ... ok
> test_alias_create_unack (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias creation is not acked ... ok
> test_alias_delete (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias is deleted ... ok
> test_alias_delete_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias deletion fails with CommandExecutionError ... ok
> test_alias_delete_unack (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias deletion is not acked ... ok
> test_alias_exists (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias exists ... ok
> test_alias_exists_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias status obtain fails with CommandExecutionError ... ok
> test_alias_exists_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias doesn't exist ... ok
> test_alias_get (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias can be obtained ... ok
> test_alias_get_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias obtain fails with CommandExecutionError ... ok
> test_alias_get_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:100.0%|MEM:6.6%] Test if alias doesn't exist ... ok
> test_cluster_get_settings_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if cluster get_settings fetch fails with CommandExecutionError ... ok
> test_cluster_get_settings_succeess (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if cluster get_settings fetch succeeds ... ok
> test_cluster_health (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if cluster status health fetch succeeds ... ok
> test_cluster_health_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if cluster status health fetch fails with CommandExecutionError ... ok
> test_cluster_put_settings_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:100.0%|MEM:6.6%] Test if cluster put_settings fails with CommandExecutionError ... ok
> test_cluster_put_settings_nobody (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if cluster put_settings fails with SaltInvocationError ... ok
> test_cluster_put_settings_succeess (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if cluster put_settings succeeds ... ok
> test_cluster_stats (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if cluster stats fetch succeeds ... ok
> test_cluster_stats_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if cluster stats fetch fails with CommandExecutionError ... ok
> test_document_create (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if document can be created ... ok
> test_document_create_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if document creation fails with CommandExecutionError ... ok
> test_document_delete (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if document can be deleted ... ok
> test_document_delete_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if document deletion fails with CommandExecutionError ... ok
> test_document_exists (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if document status can be obtained ... ok
> test_document_exists_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:50.0%|MEM:6.6%] Test if document exist state fails with CommandExecutionError ... ok
> test_document_exists_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if document doesn't exist ... ok
> test_document_get (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if document exists ... ok
> test_document_get_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if document obtain fails with CommandExecutionError ... ok
> test_document_get_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if document doesn't exit ... ok
> test_flush_synced_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if flush_synced fails with CommandExecutionError ... ok
> test_flush_synced_succeess (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if flush_synced succeeds ... ok
> test_get_settings_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:100.0%|MEM:6.6%] Test if index settings get fails with CommandExecutionError ... ok
> test_index_close (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index can be closed ... ok
> test_index_close_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index closing fails with CommandExecutionError ... ok
> test_index_close_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index close isn't acked ... ok
> test_index_create (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index can be created ... ok
> test_index_create_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index creation fails with CommandExecutionError ... ok
> test_index_create_no_shards (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index is created and no shards info is returned ... ok
> test_index_create_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index is created and shards didn't acked ... ok
> test_index_create_not_shards (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index is created and shards didn't acked ... ok
> test_index_delete (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:100.0%|MEM:6.6%] Test if index can be deleted ... ok
> test_index_delete_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index deletion fails with CommandExecutionError ... ok
> test_index_delete_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index is deleted and shards didn't acked ... ok
> test_index_exists (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index exists ... ok
> test_index_exists_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias exist state fails with CommandExecutionError ... ok
> test_index_exists_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index doesn't exist ... ok
> test_index_get (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index can be obtained ... ok
> test_index_get_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:50.0%|MEM:6.6%] Test if index obtain fails with CommandExecutionError ... ok
> test_index_get_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index doesn't exist ... ok
> test_index_get_settings (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if settings can be obtained from the index ... ok
> test_index_get_settings_not_exists (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test index_get_settings if index doesn't exist ... ok
> test_index_open (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index can be opened ... ok
> test_index_open_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if alias opening fails with CommandExecutionError ... ok
> test_index_open_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if index open isn't acked ... ok
> test_index_put_settings (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if we can put settings for the index ... ok
> test_index_put_settings_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if settings put failed with CommandExecutionError ... ok
> test_index_put_settings_not_exists (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:50.0%|MEM:6.6%] Test if settings put executed against non-existing index ... ok
> test_index_template_create (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_index_template_create_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_index_template_create_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation didn't ack ... ok
> test_index_template_delete (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_index_template_delete_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_index_template_delete_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation didn't ack ... ok
> test_index_template_exists (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_index_template_exists_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_index_template_exists_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:50.0%|MEM:6.6%] Test if mapping creation didn't ack ... ok
> test_index_template_get (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_index_template_get_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_index_template_get_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation didn't ack ... ok
> test_info (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:100.0%|MEM:6.6%] Test if status fetch succeeds ... ok
> test_info_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if status fetch fails with CommandExecutionError ... ok
> test_mapping_create (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_mapping_create_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_mapping_create_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation didn't ack ... ok
> test_mapping_delete (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_mapping_delete_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_mapping_delete_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:100.0%|MEM:6.6%] Test if mapping creation didn't ack ... ok
> test_mapping_get (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_mapping_get_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_mapping_get_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation didn't ack ... ok
> test_node_info (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if node status fetch succeeds ... ok
> test_node_info_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if node status fetch fails with CommandExecutionError ... ok
> test_ping (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if ping succeeds ... ok
> test_ping_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:50.0%|MEM:6.6%] Test if ping fails ... ok
> test_pipeline_create (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_pipeline_create_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_pipeline_create_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation didn't ack ... ok
> test_pipeline_create_wrong_version (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails with CEE on invalid elasticsearch-py version ... ok
> test_pipeline_delete (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_pipeline_delete_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_pipeline_delete_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation didn't ack ... ok
> test_pipeline_delete_wrong_version (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails with CEE on invalid elasticsearch-py version ... ok
> test_pipeline_get (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_pipeline_get_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_pipeline_get_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:100.0%|MEM:6.6%] Test if mapping creation didn't ack ... ok
> test_pipeline_get_wrong_version (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails with CEE on invalid elasticsearch-py version ... ok
> test_pipeline_simulate (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_pipeline_simulate_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_pipeline_simulate_wrong_version (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails with CEE on invalid elasticsearch-py version ... ok
> test_search_template_create (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_search_template_create_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_search_template_create_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:50.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_search_template_delete (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be deleted ... ok
> test_search_template_delete_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping deletion fails ... ok
> test_search_template_delete_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be deleted but not acked ... ok
> test_search_template_delete_not_exists (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if deleting mapping doesn't exist ... ok
> test_search_template_get (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_search_template_get_failure (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping creation fails ... ok
> test_search_template_get_not (unit.modules.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:6.6%] Test if mapping can be created ... ok
> test_get (unit.modules.test_environ.EnvironTestCase)
> [CPU:0.0%|MEM:6.6%] Get a single salt process environment variable. ... ok
> test_has_value (unit.modules.test_environ.EnvironTestCase)
> [CPU:0.0%|MEM:6.6%] Determine whether the key exists in the current salt process ... ok
> test_item (unit.modules.test_environ.EnvironTestCase)
> [CPU:100.0%|MEM:6.6%] Get one or more salt process environment variables. ... ok
> test_items (unit.modules.test_environ.EnvironTestCase)
> [CPU:0.0%|MEM:6.6%] Return a dict of the entire environment set for the salt process ... ok
> test_set_val_permanent (unit.modules.test_environ.EnvironTestCase)
> [CPU:0.0%|MEM:6.6%] ... 00:41:56,589 [salt.modules.environ :102 ][ERROR ] salt.modules.environ: Exception occurred when settingenviron key 'key': ''win_functions.broadcast_setting_change''
> ok
> test_set_val_permanent_false_unsets (unit.modules.test_environ.EnvironTestCase)
> [CPU:0.0%|MEM:6.6%] ... 00:41:56,591 [salt.modules.environ :85 ][ERROR ] salt.modules.environ: Exception occurred when unsetting environ key 'key': ''win_functions.broadcast_setting_change''
> ok
> test_set_val_permanent_hklm (unit.modules.test_environ.EnvironTestCase)
> [CPU:0.0%|MEM:6.6%] ... 00:41:56,593 [salt.modules.environ :102 ][ERROR ] salt.modules.environ: Exception occurred when settingenviron key 'key': ''win_functions.broadcast_setting_change''
> ok
> test_setenv (unit.modules.test_environ.EnvironTestCase)
> [CPU:0.0%|MEM:6.6%] Set multiple salt process environment variables from a dict. ... ok
> test_setval (unit.modules.test_environ.EnvironTestCase)
> [CPU:0.0%|MEM:6.6%] Test for set a single salt process environment variable. Returns True ... ok
> test_get_details (unit.modules.test_esxcluster.GetDetailsTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_get_details (unit.modules.test_esxdatacenter.GetDetailsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get (unit.modules.test_etcd_mod.EtcdModTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it get a value from etcd, by direct path ... ok
> test_ls (unit.modules.test_etcd_mod.EtcdModTestCase)
> [CPU:16.7%|MEM:6.6%] Test if it return all keys and dirs inside a specific path ... ok
> test_rm (unit.modules.test_etcd_mod.EtcdModTestCase)
> [CPU:20.0%|MEM:6.6%] Test if it delete a key from etcd ... ok
> test_set (unit.modules.test_etcd_mod.EtcdModTestCase)
> [CPU:33.3%|MEM:6.6%] Test if it set a key in etcd, by direct path ... ok
> test_tree (unit.modules.test_etcd_mod.EtcdModTestCase)
> [CPU:20.0%|MEM:6.6%] Test if it recurses through etcd and return all values ... ok
> test_update (unit.modules.test_etcd_mod.EtcdModTestCase)
> [CPU:20.0%|MEM:6.6%] Test if can set multiple keys in etcd ... ok
> test_watch (unit.modules.test_etcd_mod.EtcdModTestCase)
> [CPU:28.6%|MEM:6.6%] Test if watch returns the right tuples ... ok
> test_fire (unit.modules.test_event.EventTestCase)
> [CPU:20.0%|MEM:6.6%] Test to fire an event on the local minion event bus. ... ok
> test_fire_master (unit.modules.test_event.EventTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Fire an event off up to the master server ... ok
> test_send (unit.modules.test_event.EventTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Send an event to the Salt Master ... ok
> test_send_use_master_when_local_false (unit.modules.test_event.EventTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Send an event when opts has use_master_when_local and its False ... ok
> test_send_use_master_when_local_true (unit.modules.test_event.EventTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Send an event when opts has use_master_when_local and its True ... ok
> test_attributes (unit.modules.test_extfs.ExtfsTestCase)
> [CPU:100.0%|MEM:6.6%] Tests if specified group was added ... ok
> test_blocks (unit.modules.test_extfs.ExtfsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified group was added ... ok
> test_dump (unit.modules.test_extfs.ExtfsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified group was added ... ok
> test_mkfs (unit.modules.test_extfs.ExtfsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if a file system created on the specified device ... ok
> test_tune (unit.modules.test_extfs.ExtfsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified group was added ... ok
> test_chattr_has_extended_attrs_should_return_False_if_chattr_version_is_None (unit.modules.test_file.ChattrTests)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_chattr_has_extended_attrs_should_return_False_if_version_is_equal_threshold (unit.modules.test_file.ChattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_chattr_has_extended_attrs_should_return_False_if_version_is_too_low (unit.modules.test_file.ChattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_chattr_has_extended_attrs_should_return_True_if_version_is_above_threshold (unit.modules.test_file.ChattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_chattr_version_returns_None_if_no_tune2fs_exists (unit.modules.test_file.ChattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_chattr_version_should_return_version_from_tune2fs (unit.modules.test_file.ChattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_check_perms_should_report_attrs_new_and_old_if_they_changed (unit.modules.test_file.ChattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_check_perms_should_report_no_attr_changes_if_there_are_none (unit.modules.test_file.ChattrTests)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_if_tune2fs_has_no_version_version_should_be_None (unit.modules.test_file.ChattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_on_aix_chattr_version_should_be_None_even_if_tune2fs_exists (unit.modules.test_file.ChattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_hardlink_numlinks (unit.modules.test_file.FileBasicsTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_hardlink_sanity (unit.modules.test_file.FileBasicsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_hardlink_working (unit.modules.test_file.FileBasicsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_source_list_for_list_returns_existing_file (unit.modules.test_file.FileBasicsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_source_list_for_list_returns_existing_local_file_proto (unit.modules.test_file.FileBasicsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_source_list_for_list_returns_existing_local_file_slash (unit.modules.test_file.FileBasicsTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_source_list_for_list_returns_file_from_dict (unit.modules.test_file.FileBasicsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_source_list_for_list_returns_file_from_dict_via_http (unit.modules.test_file.FileBasicsTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_source_list_for_list_returns_file_from_other_env (unit.modules.test_file.FileBasicsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_source_list_for_list_returns_local_file_proto_from_dict (unit.modules.test_file.FileBasicsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_source_list_for_list_returns_local_file_slash_from_dict (unit.modules.test_file.FileBasicsTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_symlink_already_in_desired_state (unit.modules.test_file.FileBasicsTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_backup (unit.modules.test_file.FileBlockReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_dry_run (unit.modules.test_file.FileBlockReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_no_modifications (unit.modules.test_file.FileBlockReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_replace_append (unit.modules.test_file.FileBlockReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_replace_append_newline_at_eof (unit.modules.test_file.FileBlockReplaceTestCase)
> [CPU:50.0%|MEM:6.6%] Check that file.blockreplace works consistently on files with and ... ok
> test_replace_multiline (unit.modules.test_file.FileBlockReplaceTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_replace_partial_marked_lines (unit.modules.test_file.FileBlockReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_replace_prepend (unit.modules.test_file.FileBlockReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_show_changes (unit.modules.test_file.FileBlockReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_unfinished_block_exception (unit.modules.test_file.FileBlockReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_comment (unit.modules.test_file.FileCommentLineTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_comment_different_character (unit.modules.test_file.FileCommentLineTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_comment_line (unit.modules.test_file.FileCommentLineTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_comment_not_found (unit.modules.test_file.FileCommentLineTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_uncomment (unit.modules.test_file.FileCommentLineTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_grep_file_not_exists_wildcard (unit.modules.test_file.FileGrepTestCase)
> [CPU:0.0%|MEM:6.6%] ... 00:41:56,816 [salt.modules.cmdmod :854 ][ERROR ] Command '['grep', 'Lorem ipsum', '/tmp/tmpnem0zed5-junk*']' failed with return code: 2
> 00:41:56,817 [salt.modules.cmdmod :858 ][ERROR ] stderr: grep: /tmp/tmpnem0zed5-junk*: No such file or directory
> 00:41:56,817 [salt.modules.cmdmod :860 ][ERROR ] retcode: 2
> ok
> test_grep_query_exists (unit.modules.test_file.FileGrepTestCase)
> [CPU:25.0%|MEM:6.6%] ... ok
> test_grep_query_exists_wildcard (unit.modules.test_file.FileGrepTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_grep_query_exists_with_opt (unit.modules.test_file.FileGrepTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_grep_query_not_exists (unit.modules.test_file.FileGrepTestCase)
> [CPU:33.3%|MEM:6.6%] ... 00:41:56,849 [salt.modules.cmdmod :854 ][ERROR ] Command '['grep', 'Lorem Lorem', '/tmp/tmpt549ynlf']' failed with return code: 1
> 00:41:56,849 [salt.modules.cmdmod :860 ][ERROR ] retcode: 1
> ok
> test_grep_query_not_exists_opt (unit.modules.test_file.FileGrepTestCase)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_grep_query_too_many_opts (unit.modules.test_file.FileGrepTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_append_newline_at_eof (unit.modules.test_file.FileModuleTestCase)
> [CPU:50.0%|MEM:6.6%] Check that file.append works consistently on files with and without ... ok
> test_apply_template_on_contents (unit.modules.test_file.FileModuleTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that the templating engine works on string contents ... ok
> test_check_file_meta_binary_contents (unit.modules.test_file.FileModuleTestCase)
> [CPU:50.0%|MEM:6.6%] Ensure that using the check_file_meta function does not raise a ... ok
> test_check_file_meta_no_lsattr (unit.modules.test_file.FileModuleTestCase)
> [CPU:0.0%|MEM:6.6%] Ensure that we skip attribute comparison if lsattr(1) is not found ... ok
> test_extract_hash (unit.modules.test_file.FileModuleTestCase)
> [CPU:0.0%|MEM:6.6%] Check various hash file formats. ... ok
> test_get_diff (unit.modules.test_file.FileModuleTestCase)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_group_to_gid_int (unit.modules.test_file.FileModuleTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if group is passed as an integer ... ok
> test_patch (unit.modules.test_file.FileModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_patch_dir (unit.modules.test_file.FileModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_patch_dry_run (unit.modules.test_file.FileModuleTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_sed_limit_escaped (unit.modules.test_file.FileModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_stats (unit.modules.test_file.FileModuleTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_user_to_uid_int (unit.modules.test_file.FileModuleTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if user is passed as an integer ... ok
> test_backup (unit.modules.test_file.FileReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_dry_run (unit.modules.test_file.FileReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_nobackup (unit.modules.test_file.FileReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_noshow_changes (unit.modules.test_file.FileReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_numeric_repl (unit.modules.test_file.FileReplaceTestCase)
> [CPU:50.0%|MEM:6.6%] This test covers cases where the replacement string is numeric, and the ... ok
> test_re_int_flags (unit.modules.test_file.FileReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_re_str_flags (unit.modules.test_file.FileReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_replace (unit.modules.test_file.FileReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_replace_append_if_not_found (unit.modules.test_file.FileReplaceTestCase)
> [CPU:50.0%|MEM:6.6%] Check that file.replace append_if_not_found works ... ok
> test_search_only_return_false (unit.modules.test_file.FileReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_search_only_return_true (unit.modules.test_file.FileReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_show_changes (unit.modules.test_file.FileReplaceTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_file_check_perms (unit.modules.test_file.FileSelinuxTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Skip if selinux not enabled'
> test_selinux_getcontext (unit.modules.test_file.FileSelinuxTestCase)
> [CPU:0.0%|MEM:6.6%] Test get selinux context ... skipped 'Skip if selinux not enabled'
> test_selinux_setcontext (unit.modules.test_file.FileSelinuxTestCase)
> [CPU:0.0%|MEM:6.6%] Test set selinux context ... skipped 'Skip if selinux not enabled'
> test_selinux_setcontext_persist (unit.modules.test_file.FileSelinuxTestCase)
> [CPU:50.0%|MEM:6.6%] Test set selinux context with persist=True ... skipped 'Skip if selinux not enabled'
> test_delete_line_in_empty_file (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Tests that when calling file.line with ``mode=delete``, ... ok
> test_ensure_with_after_and_content_at_the_end_should_not_add_duplicate (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_after_and_existing_content_should_return_same_lines (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_after_and_missing_content_should_add_it (unit.modules.test_file.FilemodLineTests)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_ensure_with_after_and_too_many_before_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_before_and_after_that_already_contains_the_line_should_return_original_info (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_before_and_existing_content_should_return_same_lines (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_before_and_missing_content_should_add_it (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_before_and_too_many_after_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_existing_but_different_line_should_set_the_line (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_no_lines_between_before_and_after_should_insert_a_line (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_too_many_after_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_too_many_before_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ensure_with_too_many_lines_between_before_and_after_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_ensure_without_before_and_after_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_content_is_none_and_mode_is_valid_but_not_delete_it_should_raise_command_execution_error (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_delete_or_replace_is_called_with_empty_lines_it_should_warn_and_return_empty_body (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_location_is_end_of_empty_file_then_it_should_just_be_content (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_location_is_end_of_file_and_indent_is_True_then_line_should_match_previous_indent (unit.modules.test_file.FilemodLineTests)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_if_location_is_not_set_but_before_and_after_are_then_line_should_appear_as_the_line_before_before (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_mode_is_delete_and_not_before_after_or_match_then_content_should_be_used_to_delete_line (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_mode_is_insert_and_lines_have_eol_then_inserted_line_should_have_matching_eol (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_mode_is_insert_and_location_is_start_it_should_insert_content_at_start (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_mode_is_insert_and_no_lines_then_the_content_should_have_os_linesep_added (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_mode_is_insert_and_no_location_before_or_after_then_it_should_raise_command_execution_error (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_mode_is_replace_and_indent_is_false_then_it_should_just_use_content (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_mode_is_replace_and_indent_is_true_then_it_should_match_indention_of_existing_line (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_mode_is_replace_and_match_is_set_then_it_should_replace_the_first_match (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_mode_is_replace_and_not_before_after_or_match_and_content_exists_then_lines_should_not_change (unit.modules.test_file.FilemodLineTests)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_if_not_location_but_before_and_after_and_more_than_one_after_it_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_not_location_but_before_and_after_and_more_than_one_before_it_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_not_location_or_after_and_no_before_in_lines_it_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_not_location_or_after_but_before_and_before_has_more_than_one_it_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_not_location_or_after_but_before_and_indent_False_then_line_should_be_inserted_before_before_without_indent (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_not_location_or_after_but_before_then_line_should_be_inserted_before_before (unit.modules.test_file.FilemodLineTests)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_if_not_location_or_before_and_no_after_in_lines_it_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_not_location_or_before_but_after_and_after_has_more_than_one_it_should_CommandExecutionError (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_not_location_or_before_but_after_and_indent_False_then_line_should_be_inserted_after_after_without_indent (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_not_location_or_before_but_after_then_line_should_be_inserted_after_after (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_insert_after_the_last_line_should_work (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_insert_before_the_first_line_should_work (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_insert_should_work_just_like_ensure_on_after (unit.modules.test_file.FilemodLineTests)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_insert_should_work_just_like_ensure_on_before (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_insert_with_after_and_before_with_no_location_should_indent_to_match_before_indent (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_insert_with_after_should_ignore_line_endings_on_comparison (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_insert_with_before_should_ignore_line_endings_on_comparison (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_line_assert_exception_pattern (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for exception on insert with too general pattern. ... ok
> test_line_delete (unit.modules.test_file.FilemodLineTests)
> [CPU:50.0%|MEM:6.6%] Test for file.line for deletion of specific line ... ok
> test_line_delete_no_match (unit.modules.test_file.FilemodLineTests)
> [CPU:20.0%|MEM:6.6%] Tests that when calling file.line with ``mode=delete``, ... ok
> test_line_insert_after_no_pattern (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for insertion after specific line, using no pattern. ... ok
> test_line_insert_after_pattern (unit.modules.test_file.FilemodLineTests)
> [CPU:33.3%|MEM:6.6%] Test for file.line for insertion after specific line, using pattern. ... ok
> test_line_insert_before (unit.modules.test_file.FilemodLineTests)
> [CPU:33.3%|MEM:6.6%] Test for file.line for insertion before specific line, using pattern and no patterns. ... ok
> test_line_insert_before_after (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for insertion before specific line, using pattern and no patterns. ... ok
> test_line_insert_duplicate_ensure_after (unit.modules.test_file.FilemodLineTests)
> [CPU:33.3%|MEM:6.6%] Test for file.line for insertion ensuring the line is after ... ok
> test_line_insert_duplicate_ensure_before (unit.modules.test_file.FilemodLineTests)
> [CPU:100.0%|MEM:6.6%] Test for file.line for insertion ensuring the line is before ... ok
> test_line_insert_end (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for insertion at the end of the file (append) ... ok
> test_line_insert_ensure_after (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for insertion ensuring the line is after ... ok
> test_line_insert_ensure_before (unit.modules.test_file.FilemodLineTests)
> [CPU:33.3%|MEM:6.6%] Test for file.line for insertion ensuring the line is before ... ok
> test_line_insert_ensure_before_first_line (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for insertion ensuring the line is before first line ... ok
> test_line_insert_ensure_beforeafter_rangelines (unit.modules.test_file.FilemodLineTests)
> [CPU:50.0%|MEM:6.6%] Test for file.line for insertion ensuring the line is between two lines ... ok
> test_line_insert_ensure_beforeafter_twolines (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for insertion ensuring the line is between two lines ... ok
> test_line_insert_ensure_beforeafter_twolines_exists (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for insertion ensuring the line is between two lines ... ok
> test_line_insert_multi_line_content_after_unicode (unit.modules.test_file.FilemodLineTests)
> [CPU:50.0%|MEM:6.6%] Test for file.line for insertion after specific line with Unicode ... ok
> test_line_insert_no_location_no_before_no_after (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for insertion but define no location/before/after. ... ok
> test_line_insert_start (unit.modules.test_file.FilemodLineTests)
> [CPU:100.0%|MEM:6.6%] Test for file.line for insertion at the beginning of the file ... ok
> test_line_modecheck_failure (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for empty or wrong mode. ... ok
> test_line_no_content (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for an empty content when not deleting anything. ... ok
> test_line_replace (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] Test for file.line for replacement of specific line ... ok
> test_set_line_should_raise_command_execution_error_with_no_mode (unit.modules.test_file.FilemodLineTests)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_set_line_should_raise_command_execution_error_with_unknown_mode (unit.modules.test_file.FilemodLineTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_SaltInvocationError_should_be_raised_when_file_is_missing (unit.modules.test_file.LsattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_chattr_version_is_high_enough_then_extended_flags_should_be_returned (unit.modules.test_file.LsattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_chattr_version_is_less_than_required_flags_should_ignore_extended (unit.modules.test_file.LsattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_lsattr_is_missing_it_should_return_None (unit.modules.test_file.LsattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_if_supports_extended_but_there_are_no_flags_then_none_should_be_returned (unit.modules.test_file.LsattrTests)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_on_aix_lsattr_should_be_None (unit.modules.test_file.LsattrTests)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_add_masquerade (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for adding masquerade ... ok
> test_add_port (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test adding a port to a specific zone ... ok
> test_add_port_fwd (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test adding port forwarding on a zone ... ok
> test_add_rich_rule (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test adding a rich rule to a zone ... ok
> test_add_service (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Add a service for zone ... ok
> test_allow_icmp (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test ICMP allow ... /<<PKGBUILDDIR>>/salt/utils/files.py:396: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
> f_handle = open(*args, **kwargs) # pylint: disable=resource-leakage
> 00:41:57,127 [salt.modules.firewalld :816 ][ERROR ] Invalid ICMP type
> ok
> test_block_icmp (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:50.0%|MEM:6.6%] Test ICMP block ... 00:41:57,129 [salt.modules.firewalld :788 ][ERROR ] Invalid ICMP type
> ok
> test_default_zone (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Print default zone for connections and interfaces ... ok
> test_delete_service (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Delete an existing service ... ok
> test_delete_zone (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Delete an existing zone ... ok
> test_get_icmp_types (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Print predefined icmptypes ... ok
> test_get_rich_rules (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test listing rich rules bound to a zone ... ok
> test_get_services (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Print predefined services ... ok
> test_get_zones (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Print predefined zones ... ok
> test_list_all (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for List everything added for or enabled in a zone ... ok
> test_list_icmp_block (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test ICMP block list ... ok
> test_list_port_fwd (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test listing all port forwarding for a zone ... ok
> test_list_ports (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test listing ports within a zone ... ok
> test_list_services (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for List services added for zone as a space separated list. ... ok
> test_list_zones (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for List everything added for or enabled in all zones ... ok
> test_new_service (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Add a new service ... ok
> test_new_zone (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Add a new zone ... ok
> test_remove_masquerade (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for removing masquerade ... ok
> test_remove_port (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test removing a port from a specific zone ... ok
> test_remove_port_fwd (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test removing port forwarding on a zone ... ok
> test_remove_rich_rule (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test removing a rich rule to a zone ... ok
> test_remove_service (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Remove a service from zone ... ok
> test_set_default_zone (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Set default zone ... ok
> test_version (unit.modules.test_firewalld.FirewalldTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return version from firewall-cmd ... ok
> test_freeze_fails_already_frozen (unit.modules.test_freezer.FreezerTestCase)
> [CPU:0.0%|MEM:6.6%] Test to freeze a current installation ... ok
> test_freeze_fails_cache (unit.modules.test_freezer.FreezerTestCase)
> [CPU:0.0%|MEM:6.6%] Test to freeze a current installation ... 00:41:57,158 [salt.modules.freezer :139 ][ERROR ] Error when trying to create the freezer storage freezer:
> ok
> test_freeze_success_force (unit.modules.test_freezer.FreezerTestCase)
> [CPU:100.0%|MEM:6.6%] Test to freeze a current installation ... ok
> test_freeze_success_new_state (unit.modules.test_freezer.FreezerTestCase)
> [CPU:0.0%|MEM:6.6%] Test to freeze a current installation ... ok
> test_freeze_success_two_freeze (unit.modules.test_freezer.FreezerTestCase)
> [CPU:0.0%|MEM:6.6%] Test to freeze a current installation ... ok
> test_list (unit.modules.test_freezer.FreezerTestCase)
> [CPU:66.7%|MEM:6.6%] Test the listing of all frozen states. ... ok
> test_restore_add_missing_package (unit.modules.test_freezer.FreezerTestCase)
> [CPU:0.0%|MEM:6.6%] Test to restore an old state ... ok
> test_restore_add_missing_repo (unit.modules.test_freezer.FreezerTestCase)
> [CPU:0.0%|MEM:6.6%] Test to restore an old state ... ok
> test_restore_clean_yml (unit.modules.test_freezer.FreezerTestCase)
> [CPU:0.0%|MEM:6.6%] Test to restore an old state ... ok
> test_restore_fails_missing_state (unit.modules.test_freezer.FreezerTestCase)
> [CPU:50.0%|MEM:6.6%] Test to restore an old state ... ok
> test_restore_remove_extra_package (unit.modules.test_freezer.FreezerTestCase)
> [CPU:0.0%|MEM:6.6%] Test to restore an old state ... ok
> test_restore_remove_extra_repo (unit.modules.test_freezer.FreezerTestCase)
> [CPU:50.0%|MEM:6.6%] Test to restore an old state ... ok
> test_status (unit.modules.test_freezer.FreezerTestCase)
> [CPU:0.0%|MEM:6.6%] Test if a frozen state exist. ... ok
> test_gem (unit.modules.test_gem.TestGemModule)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_install_pre (unit.modules.test_gem.TestGemModule)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_install_pre_rubygems_3 (unit.modules.test_gem.TestGemModule)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list (unit.modules.test_gem.TestGemModule)
> [CPU:25.0%|MEM:6.6%] ... ok
> test_list_upgrades (unit.modules.test_gem.TestGemModule)
> [CPU:0.0%|MEM:6.6%] ... 00:41:57,347 [salt.modules.gem :322 ][ERROR ] Can't parse line ''
> ok
> test_sources_list (unit.modules.test_gem.TestGemModule)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_avail_platforms (unit.modules.test_genesis.GenesisTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return which platforms are available ... ok
> test_bootstrap (unit.modules.test_genesis.GenesisTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Create an image for a specific platform. ... ok
> test_pack (unit.modules.test_genesis.GenesisTestCase)
> [CPU:28.6%|MEM:6.6%] Test for Pack up a directory structure, into a specific format ... ok
> test_unpack (unit.modules.test_genesis.GenesisTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Unpack an image into a directory structure ... ok
> test_available (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Returns ``True`` if the specified service is ... ok
> test_disable (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Disable the named service to start at boot ... ok
> test_disabled (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Return True if the named service is disabled, false otherwise ... ok
> test_enable (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Enable the named service to start at boot ... ok
> test_enabled (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return True if the named service is enabled, false otherwise ... ok
> test_get_disabled (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return a list of service that are installed but disabled ... ok
> test_get_enabled_filters_out_disabled_services (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return a list of service that are enabled on boot ... ok
> test_get_enabled_single_runlevel (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return a list of service that are enabled on boot ... ok
> test_get_enabled_with_multiple_runlevels (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return a list of service that are enabled on boot at more than one runlevel ... ok
> test_getall (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return all available boot services ... ok
> test_missing (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for The inverse of service.available. ... ok
> test_reload_ (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Reload the named service ... ok
> test_restart (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Restart the named service ... ok
> test_service_list_parser (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for parser of rc-status results ... ok
> test_start (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Start the specified service ... ok
> test_status (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return the status for a service ... ok
> test_stop (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Stop the specified service ... ok
> test_zap (unit.modules.test_gentoo_service.GentooServicesTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Reload the named service ... ok
> test__git_run_tmp_wrapper (unit.modules.test_git.GitTestCase)
> [CPU:0.0%|MEM:6.6%] When an identity file is specified, make sure we don't attempt to ... ok
> test_list_worktrees (unit.modules.test_git.GitTestCase)
> [CPU:0.0%|MEM:6.6%] This tests git.list_worktrees ... ok
> test_image_list (unit.modules.test_glance.GlanceTestCase)
> [CPU:0.0%|MEM:6.6%] test salt.modles.glance ... ok
> test_add_volume_bricks (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it add brick(s) to an existing volume ... 00:41:57,402 [salt.modules.glusterfs :571 ][ERROR ] Volume nonExisting does not exist, cannot add bricks
> 00:41:57,402 [salt.modules.glusterfs :97 ][ERROR ] Failed gluster call: volume add-brick Newvolume1 new:/path: Command Failed
> ok
> test_create_volume (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it creates a glusterfs volume. ... 00:41:57,404 [salt.modules.glusterfs :97 ][ERROR ] Failed gluster call: volume create newvolume stripe True replica True device vg host1:/brick: Command Failed
> ok
> test_delete_volume (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it deletes a gluster volume. ... 00:41:57,405 [salt.modules.glusterfs :533 ][ERROR ] Cannot delete non-existing volume Newvolume3
> 00:41:57,405 [salt.modules.glusterfs :541 ][ERROR ] Volume Newvolume1 must be stopped before deletion
> 00:41:57,406 [salt.modules.glusterfs :97 ][ERROR ] Failed gluster call: volume delete Newvolume1: Command Failed
> ok
> test_get_max_op_version (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test retrieving the glusterfs max-op-version. ... ok
> test_get_op_version (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test retrieving the glusterfs op-version ... ok
> test_list_volumes (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it list configured volumes ... ok
> test_peer (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:50.0%|MEM:6.6%] Test if gluster peer call is successful. ... 00:41:57,413 [salt.modules.glusterfs :97 ][ERROR ] Failed gluster call: peer probe salt: Probe returned with Transport endpoint is not connected
> ok
> test_peer_status (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test gluster peer status ... ok
> test_set_op_version (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting the glusterfs op-version ... 00:41:57,415 [salt.modules.glusterfs :97 ][ERROR ] Failed gluster call: volume set all cluster.op-version 30707: Required op-version (30707) should not be equal or lower than current cluster op-version (30707).
> ok
> test_start_volume (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it start a gluster volume. ... 00:41:57,417 [salt.modules.glusterfs :472 ][ERROR ] Cannot start non-existing volume nonExisting
> 00:41:57,417 [salt.modules.glusterfs :97 ][ERROR ] Failed gluster call: volume start Newvolume1: Command Failed
> 00:41:57,418 [salt.modules.glusterfs :97 ][ERROR ] Failed gluster call: volume start Newvolume1 force: Command Failed
> ok
> test_status (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it check the status of a gluster volume. ... 00:41:57,419 [salt.modules.glusterfs :97 ][ERROR ] Failed gluster call: volume status myvol1: Command Failed
> ok
> test_stop_volume (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it stop a gluster volume. ... 00:41:57,421 [salt.modules.glusterfs :502 ][ERROR ] Cannot stop non-existing volume nonExisting
> 00:41:57,422 [salt.modules.glusterfs :502 ][ERROR ] Cannot stop non-existing volume nonExisting
> 00:41:57,423 [salt.modules.glusterfs :97 ][ERROR ] Failed gluster call: volume stop Newvolume1: Command Failed
> ok
> test_volume_info (unit.modules.test_glusterfs.GlusterfsTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it returns the volume info. ... ok
> test_get (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Get key in a particular GNOME schema ... ok
> test_getclockformat (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return the current clock format, either 12h or 24h format. ... ok
> test_getclockshowdate (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return the current setting, if the date is shown in the clock ... ok
> test_getidleactivation (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Get whether the idle activation is enabled ... ok
> test_getidledelay (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return the current idle delay setting in seconds ... ok
> test_ping (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for A test to ensure the GNOME module is loaded ... ok
> test_set_ (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Set key in a particular GNOME schema. ... ok
> test_setclockformat (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Set the clock format, either 12h or 24h format.. ... ok
> test_setclockshowdate (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Set whether the date is visible in the clock ... ok
> test_setidleactivation (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Set whether the idle activation is enabled ... ok
> test_setidledelay (unit.modules.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Set the current idle delay setting in seconds ... ok
> test_send_message_failure (unit.modules.test_google_chat.TestModulesCfutils)
> [CPU:0.0%|MEM:6.6%] Testing a failed message ... ok
> test_send_message_success (unit.modules.test_google_chat.TestModulesCfutils)
> [CPU:0.0%|MEM:6.6%] Testing a successful message ... ok
> test_delete_key (unit.modules.test_gpg.GpgTestCase)
> [CPU:0.0%|MEM:6.6%] Test gpg.delete_key ... skipped 'Destructive tests are disabled'
> test_get_key (unit.modules.test_gpg.GpgTestCase)
> [CPU:100.0%|MEM:6.6%] Test gpg.get_key ... skipped 'Destructive tests are disabled'
> test_gpg_import_priv_key (unit.modules.test_gpg.GpgTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Destructive tests are disabled'
> test_gpg_import_pub_key (unit.modules.test_gpg.GpgTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Destructive tests are disabled'
> test_gpg_sign (unit.modules.test_gpg.GpgTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'Destructive tests are disabled'
> test_list_keys (unit.modules.test_gpg.GpgTestCase)
> [CPU:0.0%|MEM:6.6%] Test gpg.list_keys ... skipped 'Destructive tests are disabled'
> test_search_keys (unit.modules.test_gpg.GpgTestCase)
> [CPU:0.0%|MEM:6.6%] Test gpg.search_keys ... skipped 'Destructive tests are disabled'
> test_append_already_in_list (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_append_nested_already_in_list (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_append_nested_not_a_list (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_append_nested_ok (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_append_not_a_list (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_append_ok (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_append_to_an_element_of_a_list (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delkey_nested_key (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_delkey_single_key (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delval_nested (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delval_single (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_equals (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_filter_by (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_get_ordered (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_unordered (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_grains_setval_refresh_pillar (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] Test that refresh_pillar kwarg is being passed correctly from grains.setval to saltutil.refresh_grains ... ok
> test_set_None_force_destructive (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_None_ok (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_None_ok_destructive (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_None_replace_ok (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_set_complex_value_force (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_deeply_nested_create (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_deeply_nested_update (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_fail_replacing_existing_complex_key (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_nested_create (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_set_nested_existing_value_is_the_key (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_nested_existing_value_overwrite (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_nested_fails_replace_simple_value (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_nested_list_append_dict_key (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_nested_list_replace_key (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_set_nested_list_update_dict_key (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_nested_list_update_dict_key_overwrite (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_nested_update_dict (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_nested_update_dict_new_key (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_nested_update_dict_remove_key (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_set_replace_value (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_replace_value_was_complex_force (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_simple_value (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_value_already_set (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_setval_unicode (unit.modules.test_grains.GrainsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_add (unit.modules.test_groupadd.GroupAddTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified group was added ... ok
> test_adduser (unit.modules.test_groupadd.GroupAddTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified user gets added in the group. ... ok
> test_chgid (unit.modules.test_groupadd.GroupAddTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the gid for a named group was changed ... ok
> test_chgid_gid_same (unit.modules.test_groupadd.GroupAddTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the group id is the same as argument ... ok
> test_delete (unit.modules.test_groupadd.GroupAddTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the specified group was deleted ... ok
> test_deluser (unit.modules.test_groupadd.GroupAddTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified user gets deleted from the group. ... ok
> test_format_info (unit.modules.test_groupadd.GroupAddTestCase)
> [CPU:50.0%|MEM:6.6%] Tests the formatting of returned group information ... ok
> test_getent (unit.modules.test_groupadd.GroupAddTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of information on all groups ... ok
> test_info (unit.modules.test_groupadd.GroupAddTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of group information ... ok
> test_members (unit.modules.test_groupadd.GroupAddTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if members of the group, get replaced with a provided list. ... ok
> test_conf (unit.modules.test_grub_legacy.GrublegacyTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Parse GRUB conf file ... ok
> test_version (unit.modules.test_grub_legacy.GrublegacyTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return server version from grub --version ... ok
> test_mount (unit.modules.test_guestfs.GuestfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it mounts an image ... ok
> test_umount (unit.modules.test_guestfs.GuestfsTestCase)
> [CPU:0.0%|MEM:6.6%] Test the guestfs.unmount function ... skipped 'Slow tests are disabled'
> test_dfs (unit.modules.test_hadoop.HadoopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Execute a command on DFS ... ok
> test_dfs_absent (unit.modules.test_hadoop.HadoopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Check if a file or directory is absent on the distributed FS. ... ok
> test_dfs_present (unit.modules.test_hadoop.HadoopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Check if a file or directory is present on the distributed FS. ... ok
> test_namenode_format (unit.modules.test_hadoop.HadoopTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Format a name node ... ok
> test_version (unit.modules.test_hadoop.HadoopTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return version from hadoop version ... ok
> test_disable_server (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test disable_server ... ok
> test_enable_server (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test enable_server ... ok
> test_get_backend (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test get_backend and compare returned value ... ok
> test_get_weight (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test get the weight of a server ... ok
> test_list_backends (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test listing of all backends ... ok
> test_list_frontends (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test listing all frontends ... ok
> test_list_servers (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test list_servers ... ok
> test_set_weight (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting the weight of a given server ... ok
> test_show_backends (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test print all backends received from the HAProxy socket ... ok
> test_show_frontends (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test print all frontends received from the HAProxy socket ... ok
> test_wait_state_false (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test a failed wait for state, with a timeout of 0 ... ok
> test_wait_state_true (unit.modules.test_haproxyconn.HaproxyConnTestCase)
> [CPU:0.0%|MEM:6.6%] Test a successful wait for state ... ok
> test_base64_decodestring (unit.modules.test_hashutil.HashutilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_base64_encodestring (unit.modules.test_hashutil.HashutilTestCase)
> [CPU:28.6%|MEM:6.6%] ... ok
> test_github_signature (unit.modules.test_hashutil.HashutilTestCase)
> [CPU:20.0%|MEM:6.6%] ... ok
> test_hmac_compute (unit.modules.test_hashutil.HashutilTestCase)
> [CPU:28.6%|MEM:6.6%] ... ok
> test_hmac_signature (unit.modules.test_hashutil.HashutilTestCase)
> [CPU:28.6%|MEM:6.6%] ... ok
> test_md5_digest (unit.modules.test_hashutil.HashutilTestCase)
> [CPU:28.6%|MEM:6.6%] ... ok
> test_sha256_digest (unit.modules.test_hashutil.HashutilTestCase)
> [CPU:28.6%|MEM:6.6%] ... ok
> test_sha512_digest (unit.modules.test_hashutil.HashutilTestCase)
> [CPU:16.7%|MEM:6.6%] ... ok
> test_heat_create_stack (unit.modules.test_heat.HeatTestCase)
> [CPU:33.3%|MEM:6.6%] Test salt.modules.heat.create_stack method ... ok
> test_heat_create_stack_environment (unit.modules.test_heat.HeatTestCase)
> [CPU:0.0%|MEM:6.6%] Test salt.modules.heat.create_stack method with environment set ... ok
> test_heat_create_stack_environment_err (unit.modules.test_heat.HeatTestCase)
> [CPU:50.0%|MEM:6.6%] Test salt.modules.heat.create_stack method with environment set ... ok
> test_heat_update_stack (unit.modules.test_heat.HeatTestCase)
> [CPU:0.0%|MEM:6.6%] Test salt.modules.heat.update_method method ... ok
> test_heat_update_stack_env (unit.modules.test_heat.HeatTestCase)
> [CPU:0.0%|MEM:6.6%] Test salt.modules.heat.update_method method ... ok
> test_heat_update_stack_env_err (unit.modules.test_heat.HeatTestCase)
> [CPU:50.0%|MEM:6.6%] Test salt.modules.heat.update_method method ... ok
> test__exec_cmd (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__exec_dict_return_not_valid (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__exec_dict_return_valide (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__exec_dict_return_valide_no_json (unit.modules.test_helm.HelmTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test__exec_string_return_not_valid (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__exec_string_return_valid (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__exec_true_return_not_valid (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__exec_true_return_valid (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__prepare_cmd (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__prepare_cmd_binary (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__prepare_cmd_commands (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__prepare_cmd_flags (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test__prepare_cmd_kvflags (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_completion (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_dependency_build (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_dependency_list (unit.modules.test_helm.HelmTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_dependency_update (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_env (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_all (unit.modules.test_helm.HelmTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_get_hooks (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_manifest (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_notes (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_values (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_help_ (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_history (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_install (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_lint (unit.modules.test_helm.HelmTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_list_ (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_package (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_plugin_install (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_plugin_list (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_plugin_uninstall (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_plugin_update (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_pull (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_add (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_index (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_list (unit.modules.test_helm.HelmTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_repo_manage_absent (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_manage_present_already_present (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_manage_present_bad_format (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_manage_present_bad_list (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_manage_present_failed (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_manage_present_succeed (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_manage_prune (unit.modules.test_helm.HelmTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_repo_manage_removed (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_remove (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_repo_update (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_rollback (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_search_hub (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_search_repo (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_show_all (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_show_chart (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_show_readme (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_show_values (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_status (unit.modules.test_helm.HelmTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_template (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_test (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_uninstall (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_upgrade (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_verify (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_version (unit.modules.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_archive (unit.modules.test_hg.HgTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Export a tarball from the repository ... ok
> test_clone (unit.modules.test_hg.HgTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Clone a new repository ... ok
> test_describe (unit.modules.test_hg.HgTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Mimic git describe. ... ok
> test_pull (unit.modules.test_hg.HgTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Perform a pull on the given repository ... ok
> test_revision (unit.modules.test_hg.HgTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Returns the long hash of a given identifier ... ok
> test_status_multiple (unit.modules.test_hg.HgTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Status to a given repository (cwd is list) ... ok
> test_status_single (unit.modules.test_hg.HgTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Status to a given repository ... ok
> test_update (unit.modules.test_hg.HgTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Update to a given revision ... ok
> test_add_host (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified host entry gets added from the hosts file ... ok
> test_add_host_create_entry (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified host entry gets added from the hosts file ... ok
> test_add_host_no_file (unit.modules.test_hosts.HostsTestCase)
> [CPU:50.0%|MEM:6.6%] Tests if specified host entry gets added from the hosts file ... ok
> test_get_alias (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return the list of aliases associated with an ip ... ok
> test_get_alias_none (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return the list of aliases associated with an ip ... ok
> test_get_ip (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return ip associated with the named host ... ok
> test_get_ip_none (unit.modules.test_hosts.HostsTestCase)
> [CPU:100.0%|MEM:6.6%] Tests return ip associated with the named host ... ok
> test_has_pair (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return True / False if the alias is set ... ok
> test_list_hosts (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return the hosts found in the hosts file ... ok
> test_rm_host (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified host entry gets removed from the hosts file ... ok
> test_rm_host_false (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified host entry gets removed from the hosts file ... ok
> test_set_comment (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return True / False when setting a comment ... ok
> test_set_host (unit.modules.test_hosts.HostsTestCase)
> [CPU:50.0%|MEM:6.6%] Tests true if the alias is set ... ok
> test_set_host_true (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Tests true if the alias is set ... ok
> test_set_host_true_remove (unit.modules.test_hosts.HostsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if an empty hosts value removes existing entries ... ok
> test_query (unit.modules.test_http.HttpTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Query a resource, and decode the return data ... ok
> test_wait_for_with_interval (unit.modules.test_http.HttpTestCase)
> [CPU:100.0%|MEM:6.6%] Test for wait_for_successful_query waits for request_interval ... ok
> test_wait_for_without_interval (unit.modules.test_http.HttpTestCase)
> [CPU:0.0%|MEM:6.6%] Test for wait_for_successful_query waits for request_interval ... ok
> test_change_password (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it reset a users password ... ok
> test_change_username (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it change a username ... ok
> test_configure_network (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it configure Network Interface ... ok
> test_configure_snmp (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it configure SNMP ... ok
> test_create_user (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create user ... ok
> test_delete_ssh_key (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete a users SSH key from the ILO ... ok
> test_delete_user (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete a user ... ok
> test_disable_dhcp (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it disable DHCP ... ok
> test_disable_ssh (unit.modules.test_ilo.IloTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it disable the SSH daemon ... ok
> test_enable_dhcp (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it enable DHCP ... ok
> test_enable_ssh (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it enable the SSH daemon ... ok
> test_execute_cmd (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if __execute_command opens the temporary file ... ok
> test_get_user (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it returns local user information, excluding the password ... ok
> test_global_settings (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it shows global_settings ... ok
> test_list_users (unit.modules.test_ilo.IloTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it list all users ... ok
> test_list_users_info (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it List all users in detail ... ok
> test_network (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it grab the current network settings ... ok
> test_set_http_port (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it configure the port HTTP should listen on ... ok
> test_set_https_port (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it configure the port HTTPS should listen on ... ok
> test_set_ssh_key (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it configure SSH public keys for specific users ... ok
> test_set_ssh_port (unit.modules.test_ilo.IloTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it enable SSH on a user defined port ... ok
> test_list_tab (unit.modules.test_incron.IncronTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return the contents of the specified user's incrontab ... ok
> test_raw_incron (unit.modules.test_incron.IncronTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return the contents of the user's incrontab ... ok
> test_raw_system_incron (unit.modules.test_incron.IncronTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it return the contents of the system wide incrontab ... ok
> test_rm_job (unit.modules.test_incron.IncronTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it remove a cron job for a specified user. If any of the ... ok
> test_set_job (unit.modules.test_incron.IncronTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it sets a cron job up for a specified user. ... ok
> test_write_cron_file_verbose (unit.modules.test_incron.IncronTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it writes the contents of a file to a user's crontab and ... ok
> test_write_incron_file (unit.modules.test_incron.IncronTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it writes the contents of a file to a user's crontab ... ok
> test_db_create (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:50.0%|MEM:6.6%] Test to create a database ... ok
> test_db_exists (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for checks if a database exists in InfluxDB ... ok
> test_db_list (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:0.0%|MEM:6.6%] Test to list all InfluxDB databases ... ok
> test_db_remove (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:0.0%|MEM:6.6%] Test to remove a database ... ok
> test_query (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:0.0%|MEM:6.6%] Test for querying data ... ok
> test_retention_policy_add (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_retention_policy_get (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_retention_policy_modify (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_user_chpass (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:0.0%|MEM:6.6%] Tests to change password for a cluster admin or a database user. ... ok
> test_user_exists (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:0.0%|MEM:6.6%] Test to checks if a cluster admin or database user exists. ... ok
> test_user_list (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for list cluster admins or database users. ... ok
> test_user_remove (unit.modules.test_influxdb08mod.InfluxTestCase)
> [CPU:100.0%|MEM:6.6%] Tests to remove a cluster admin or a database user. ... ok
> test_empty_lines (unit.modules.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:6.6%] Test empty lines preserved after edit ... ok
> test_empty_lines_multiple_edits (unit.modules.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:6.6%] Test empty lines preserved after multiple edits ... ok
> test_empty_value (unit.modules.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:6.6%] Test empty value preserved after edit ... ok
> test_get_ini (unit.modules.test_ini_manage.IniManageTestCase)
> [CPU:50.0%|MEM:6.6%] Test get_ini method. ... ok
> test_get_option (unit.modules.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:6.6%] Test get_option method. ... ok
> test_get_section (unit.modules.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:6.6%] Test get_section method. ... ok
> test_remove_option (unit.modules.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:6.6%] Test remove_option method. ... ok
> test_remove_section (unit.modules.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:6.6%] Test remove_section method. ... ok
> test_set_option (unit.modules.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:6.6%] Test set_option method. ... ok
> test_enabled_service_owners (unit.modules.test_introspect.IntrospectTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it return which packages own each of the services ... ok
> test_running_service_owners (unit.modules.test_introspect.IntrospectTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it determine which packages own the currently running services. ... ok
> test_service_highstate (unit.modules.test_introspect.IntrospectTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return running and enabled services in a highstate structure. ... ok
> test_clean (unit.modules.test_iosconfig.TestModulesIOSConfig)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_diff_text (unit.modules.test_iosconfig.TestModulesIOSConfig)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_merge_diff (unit.modules.test_iosconfig.TestModulesIOSConfig)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_merge_text (unit.modules.test_iosconfig.TestModulesIOSConfig)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_merge_tree (unit.modules.test_iosconfig.TestModulesIOSConfig)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_tree (unit.modules.test_iosconfig.TestModulesIOSConfig)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_add (unit.modules.test_ipset.IpsetTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Append an entry to the specified set. ... ok
> test_check (unit.modules.test_ipset.IpsetTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Check that an entry exists in the specified set. ... ok
> test_check_set (unit.modules.test_ipset.IpsetTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Check that given ipset set exists. ... ok
> test_delete (unit.modules.test_ipset.IpsetTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Delete an entry from the specified set. ... ok
> test_delete_set (unit.modules.test_ipset.IpsetTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Delete ipset set. ... ok
> test_flush (unit.modules.test_ipset.IpsetTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Flush entries in the specified set ... ok
> test_list_sets (unit.modules.test_ipset.IpsetTestCase)
> [CPU:0.0%|MEM:6.6%] Test for List all ipset sets. ... ok
> test_new_set (unit.modules.test_ipset.IpsetTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Create new custom set ... ok
> test_rename_set (unit.modules.test_ipset.IpsetTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Delete ipset set. ... ok
> test_test (unit.modules.test_ipset.IpsetTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Test if an entry is in the specified set. ... ok
> test_version (unit.modules.test_ipset.IpsetTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return version from ipset --version ... ok
> test_append (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it append a rule to the specified table/chain. ... ok
> test_build_rule (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it build a well-formatted iptables rule based on kwargs. ... ok
> test_check (unit.modules.test_iptables.IptablesTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it check for the existence of a rule in the table and chain ... ok
> test_check_chain (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it check for the existence of a chain in the table ... ok
> test_delete (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete a rule from the specified table/chain ... ok
> test_delete_chain (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete custom chain to the specified table. ... ok
> test_flush (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it flush the chain in the specified table, ... ok
> test_get_policy (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return the current policy for the specified table/chain ... ok
> test_get_rules (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a data structure of the current, in-memory rules ... ok
> test_get_saved_policy (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return the current policy for the specified table/chain ... ok
> test_get_saved_rules (unit.modules.test_iptables.IptablesTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it return a data structure of the rules in the conf file ... ok
> test_insert (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it insert a rule into the specified table/chain, ... ok
> test_new_chain (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create new custom chain to the specified table. ... ok
> test_save (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it save the current in-memory rules to disk ... ok
> test_set_policy (unit.modules.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it set the current policy for the specified table/chain ... ok
> test_version (unit.modules.test_iptables.IptablesTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it return version from iptables --version ... ok
> test_create_datasource_all_properties_included (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_datasource_format_boolean_value_when_boolean (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_datasource_format_boolean_value_when_string (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_datasource_format_int_value_when_int (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_datasource_format_int_value_when_string (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_simple_binding (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_simple_binding_with_backslash (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_read_binding (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_read_datasource (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_update_binding (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_update_binding_with_backslash (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_update_datasource (unit.modules.test_jboss7.JBoss7TestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_all_datasource_properties (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_controller_authentication (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:16.7%|MEM:6.6%] ... ok
> test_controller_without_authentication (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_datasource_complete_resource_description (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_datasource_resource_one_attribute_description (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_escaping_operation_with_backslashes_and_quotes (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:33.3%|MEM:6.6%] ... ok
> test_handling_cmd_not_exists (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_handling_double_backslash_in_return_values (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_handling_jboss_error (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_handling_other_cmd_error (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_matches_cli_output (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_multiline_strings_with_escaped_quotes (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_not_matches_cli_output (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_numbers_without_quotes (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_operation_execution (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_parse_all_datatypes (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_parse_flat_dictionary (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_parse_nested_dictionary (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_parse_string_after_dict (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_run_operation_no_code_error (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... 00:41:58,012 [salt.modules.jboss7_cli :138 ][ERROR ] Jboss 7 operation failed! Error Code could not be found!
> ok
> test_run_operation_wflyctl_error (unit.modules.test_jboss7_cli.JBoss7CliTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_cli (unit.modules.test_junos.Test_Junos_Module)
> [CPU:50.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_cli_exception_in_cli (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_cli_format_xml (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_cli_output_save (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_cli_output_save_ioexception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_cli_with_format_as_empty_string (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_cli_without_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_commit_check_error (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_commit_check_success (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_commit_pyez_commit_check_returns_false (unit.modules.test_junos.Test_Junos_Module)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_commit_pyez_commit_returning_false (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_commit_raise_commit_check_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_commit_raise_commit_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_commit_with_multiple_arguments (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_commit_with_single_argument (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_commit_without_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_diff_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_diff_with_arg (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_diff_without_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_facts (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_facts_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_facts_refresh (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_facts_refresh_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:50.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_file_copy (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_file_copy_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_file_copy_invalid_src (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_file_copy_without_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_file_copy_without_dest (unit.modules.test_junos.Test_Junos_Module)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_get_table_api_error (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_get_table_connect_closed_error (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_get_table_inventory (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_get_table_no_path_inventory (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_get_table_no_path_no_file (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_get_table_wrong_path (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_get_table_yaml_load_error (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_commit_check_fails (unit.modules.test_junos.Test_Junos_Module)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_commit_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_commit_params (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_cp_fails (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_file_cp_fails (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_load_causes_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_no_diff (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_overwrite (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_overwrite_false (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_replace (unit.modules.test_junos.Test_Junos_Module)
> [CPU:50.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_test_mode (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_text_file (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_unknown_mode (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_without_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_write_diff (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_write_diff_dynamic_mode (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_write_diff_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_config_xml_file (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os (unit.modules.test_junos.Test_Junos_Module)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os_add_params (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os_cp_fails (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os_failure (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os_image_cp_fails (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os_issu (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os_no_copy (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os_pyez_install_throws_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os_with_reboot_arg (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os_with_reboot_raises_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_install_os_without_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_error (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_invalid_path (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_no_extension (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_none_path (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_overwrite_false (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_overwrite_true (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_replace_false (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_replace_true (unit.modules.test_junos.Test_Junos_Module)
> [CPU:50.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_set_extension (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_wrong_tmp_file (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_xml_extension (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_load_xml_extension_with_kwargs (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_lock_error (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_lock_success (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_ping (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_ping_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_ping_ttl (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_ping_without_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_commit_check_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_commit_check_fails (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_commit_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_with_diffs_file_option (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_with_diffs_file_option_when_diff_is_None (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_with_id (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_with_id_and_multiple_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_with_id_and_single_arg (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_with_only_multiple_args_no_id (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_with_only_single_arg (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_without_args_fail (unit.modules.test_junos.Test_Junos_Module)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rollback_without_args_success (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rpc_get_chassis_inventory_filter_as_arg (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rpc_get_config_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rpc_get_config_filter (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rpc_get_interface_information (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rpc_get_interface_information_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rpc_get_interface_information_with_kwargs (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rpc_without_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rpc_write_file (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rpc_write_file_format_json (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_rpc_write_file_format_text (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_set_hostname_fail_commit_check (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_set_hostname_load_called_with_valid_name (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_set_hostname_more_than_one_args_parsed_correctly (unit.modules.test_junos.Test_Junos_Module)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_set_hostname_one_arg_parsed_correctly (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_set_hostname_raise_exception_for_commit (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_set_hostname_raise_exception_for_commit_check (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_set_hostname_raise_exception_for_load (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_set_hostname_successful_return_message (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_set_hostname_without_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_shutdown_fail_with_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_shutdown_with_at_arg (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_shutdown_with_in_min_arg (unit.modules.test_junos.Test_Junos_Module)
> [CPU:100.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_shutdown_with_poweroff_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_shutdown_with_reboot_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_shutdown_with_shutdown_as_false (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_shutdown_without_args (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_timeout_decorator (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_unlock_error (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_unlock_success (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_virtual_all_true (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_virtual_proxy_unavailable (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_zeroize (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_zeroize_throw_exception (unit.modules.test_junos.Test_Junos_Module)
> [CPU:0.0%|MEM:6.6%] ... skipped 'The junos-eznc and jxmlease modules are required'
> test_create_limit_range (unit.modules.test_k8s.TestK8SLimitRange)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_get_limit_ranges (unit.modules.test_k8s.TestK8SLimitRange)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_get_one_limit_range (unit.modules.test_k8s.TestK8SLimitRange)
> [CPU:100.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_update_limit_range (unit.modules.test_k8s.TestK8SLimitRange)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_create_namespace (unit.modules.test_k8s.TestK8SNamespace)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_get_namespaces (unit.modules.test_k8s.TestK8SNamespace)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_get_one_namespace (unit.modules.test_k8s.TestK8SNamespace)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_create_resource_quota (unit.modules.test_k8s.TestK8SResourceQuotas)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_get_one_resource_quota (unit.modules.test_k8s.TestK8SResourceQuotas)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_get_resource_quotas (unit.modules.test_k8s.TestK8SResourceQuotas)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_update_resource_quota (unit.modules.test_k8s.TestK8SResourceQuotas)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_create_secret (unit.modules.test_k8s.TestK8SSecrets)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_delete_secret (unit.modules.test_k8s.TestK8SSecrets)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_get_decoded_secret (unit.modules.test_k8s.TestK8SSecrets)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_get_one_secret (unit.modules.test_k8s.TestK8SSecrets)
> [CPU:100.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_get_secrets (unit.modules.test_k8s.TestK8SSecrets)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_update_secret (unit.modules.test_k8s.TestK8SSecrets)
> [CPU:0.0%|MEM:6.6%] ... skipped 'None of the following binaries was found: kubectl'
> test_define_task (unit.modules.test_kapacitor.KapacitorTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delete_task (unit.modules.test_kapacitor.KapacitorTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_disable_task (unit.modules.test_kapacitor.KapacitorTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_enable_task (unit.modules.test_kapacitor.KapacitorTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_task_not_found (unit.modules.test_kapacitor.KapacitorTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_task_success (unit.modules.test_kapacitor.KapacitorTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_active (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return return the active kernel version ... ok
> test_latest_available_at_latest (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return the latest available kernel version ... ok
> test_latest_available_no_results (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:50.0%|MEM:6.6%] Test - Return the latest available kernel version ... ok
> test_latest_available_with_updates (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return the latest available kernel version ... ok
> test_latest_installed_at_latest (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return the latest installed kernel version ... ok
> test_latest_installed_with_updates (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:100.0%|MEM:6.6%] Test - Return the latest installed kernel version ... ok
> test_list_installed (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return return the latest installed kernel version ... ok
> test_list_installed_none (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return return the latest installed kernel version ... ok
> test_needs_reboot_at_latest (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:100.0%|MEM:6.6%] Test - Return True if a new kernel is ready to be booted ... ok
> test_needs_reboot_order_inverted (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return True if a new kernel is ready to be booted ... ok
> test_needs_reboot_with_update (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return True if a new kernel is ready to be booted ... ok
> test_remove_active (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - remove kernel package ... ok
> test_remove_error (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - remove kernel package ... ok
> test_remove_invalid (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:50.0%|MEM:6.6%] Test - remove kernel package ... ok
> test_remove_success (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - remove kernel package ... ok
> test_upgrade_available_false (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - upgrade_available ... ok
> test_upgrade_available_inverted (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:50.0%|MEM:6.6%] Test - upgrade_available ... ok
> test_upgrade_available_true (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - upgrade_available ... ok
> test_upgrade_needed_with_reboot (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Upgrade function when an upgrade is available and reboot has been requested ... ok
> test_upgrade_needed_without_reboot (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Upgrade function when an upgrade is available and no reboot has been requested ... ok
> test_upgrade_not_needed_with_reboot (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Upgrade function when no upgrade is available and reboot has been requested ... ok
> test_upgrade_not_needed_without_reboot (unit.modules.test_kernelpkg_linux_apt.AptKernelPkgTestCase)
> [CPU:50.0%|MEM:6.6%] Test - Upgrade function when no upgrade is available and no reboot has been requested ... ok
> test_active (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return return the active kernel version ... ok
> test_latest_available_at_latest (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return the latest available kernel version ... ok
> test_latest_available_no_results (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return the latest available kernel version ... ok
> test_latest_available_with_updates (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:100.0%|MEM:6.6%] Test - Return the latest available kernel version ... ok
> test_latest_installed_at_latest (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return the latest installed kernel version ... ok
> test_latest_installed_with_updates (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return the latest installed kernel version ... ok
> test_list_installed (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return the latest installed kernel version ... ok
> test_list_installed_none (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return the latest installed kernel version ... ok
> test_needs_reboot_at_latest (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:50.0%|MEM:6.6%] Test - Return True if a new kernel is ready to be booted ... ok
> test_needs_reboot_order_inverted (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return True if a new kernel is ready to be booted ... ok
> test_needs_reboot_with_update (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Return True if a new kernel is ready to be booted ... ok
> test_remove_active (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - remove kernel package ... ok
> test_remove_error (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:50.0%|MEM:6.6%] Test - remove kernel package ... ok
> test_remove_invalid (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - remove kernel package ... ok
> test_remove_success (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - remove kernel package ... ok
> test_upgrade_available_false (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - upgrade_available ... ok
> test_upgrade_available_inverted (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:50.0%|MEM:6.6%] Test - upgrade_available ... ok
> test_upgrade_available_true (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - upgrade_available ... ok
> test_upgrade_needed_with_reboot (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Upgrade function when an upgrade is available and reboot has been requested ... ok
> test_upgrade_needed_without_reboot (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Upgrade function when an upgrade is available and no reboot has been requested ... ok
> test_upgrade_not_needed_with_reboot (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:50.0%|MEM:6.6%] Test - Upgrade function when no upgrade is available and reboot has been requested ... ok
> test_upgrade_not_needed_without_reboot (unit.modules.test_kernelpkg_linux_yum.YumKernelPkgTestCase)
> [CPU:0.0%|MEM:6.6%] Test - Upgrade function when no upgrade is available and no reboot has been requested ... ok
> test_finger (unit.modules.test_key.KeyTestCase)
> [CPU:0.0%|MEM:6.6%] Test for finger ... ok
> test_finger_master (unit.modules.test_key.KeyTestCase)
> [CPU:0.0%|MEM:6.6%] Test for finger ... ok
> test_get_sys (unit.modules.test_keyboard.KeyboardTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it get current system keyboard setting ... ok
> test_get_x (unit.modules.test_keyboard.KeyboardTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it get current X keyboard setting ... ok
> test_set_sys (unit.modules.test_keyboard.KeyboardTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it set current system keyboard setting ... ok
> test_set_x (unit.modules.test_keyboard.KeyboardTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it set current X keyboard setting ... ok
> test_ec2_credentials_create (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create EC2-compatible credentials for user per tenant ... ok
> test_ec2_credentials_delete (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete EC2-compatible credentials ... ok
> test_ec2_credentials_get (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return ec2_credentials for a user ... ok
> test_ec2_credentials_list (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a list of ec2_credentials ... ok
> test_endpoint_create (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create an endpoint for an Openstack service ... ok
> test_endpoint_delete (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete an endpoint for an Openstack service ... ok
> test_endpoint_get (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it return a specific endpoint (keystone endpoint-get) ... ok
> test_endpoint_list (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a list of available endpoints ... ok
> test_role_create (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create named role ... ok
> test_role_delete (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete a role (keystone role-delete) ... ok
> test_role_get (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a specific roles (keystone role-get) ... ok
> test_role_list (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a list of available roles (keystone role-list) ... ok
> test_service_create (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it add service to Keystone service catalog ... ok
> test_service_delete (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete a service from Keystone service catalog ... ok
> test_service_get (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a list of available services (keystone services-list) ... ok
> test_service_list (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a list of available services (keystone services-list) ... ok
> test_tenant_create (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create a keystone tenant ... ok
> test_tenant_delete (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete a tenant (keystone tenant-delete) ... ok
> test_tenant_get (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a specific tenants (keystone tenant-get) ... ok
> test_tenant_list (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a list of available tenants (keystone tenants-list) ... ok
> test_tenant_update (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it update a tenant's information (keystone tenant-update) ... ok
> test_token_get (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return the configured tokens (keystone token-get) ... ok
> test_user_create (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it create a user (keystone user-create) ... ok
> test_user_delete (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete a user (keystone user-delete) ... ok
> test_user_get (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a specific users (keystone user-get) ... ok
> test_user_list (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a list of available users (keystone user-list) ... ok
> test_user_password_update (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it update a user's password (keystone user-password-update) ... ok
> test_user_role_add (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it add role for user in tenant (keystone user-role-add) ... ok
> test_user_role_list (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it return a list of available user_roles ... ok
> test_user_role_remove (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it add role for user in tenant (keystone user-role-add) ... ok
> test_user_update (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it update a user's information (keystone user-update) ... ok
> test_user_verify_password (unit.modules.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it verify a user's password ... ok
> test_available (unit.modules.test_kmod.KmodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return a list of all available kernel modules ... ok
> test_check_available (unit.modules.test_kmod.KmodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the specified kernel module is available ... ok
> test_is_loaded (unit.modules.test_kmod.KmodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified kernel module is loaded. ... ok
> test_load (unit.modules.test_kmod.KmodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests to loads specified kernel module. ... ok
> test_lsmod (unit.modules.test_kmod.KmodTestCase)
> [CPU:100.0%|MEM:6.6%] Tests return information about currently loaded modules ... ok
> test_mod_list (unit.modules.test_kmod.KmodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests return a list of the loaded module names ... skipped '/etc/modules not present'
> test_remove (unit.modules.test_kmod.KmodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests to remove the specified kernel module ... ok
> test_alpha_certs_renew (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_certs_renew without parameters ... ok
> test_alpha_certs_renew_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_certs_renew error ... ok
> test_alpha_certs_renew_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_certs_renew with parameters ... ok
> test_alpha_kubeconfig_user (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_kubeconfig_user without parameters ... ok
> test_alpha_kubeconfig_user_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_kubeconfig_user error ... ok
> test_alpha_kubeconfig_user_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_kubeconfig_user with parameters ... ok
> test_alpha_kubelet_config_download (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_kubelet_config_download without parameters ... ok
> test_alpha_kubelet_config_download_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:50.0%|MEM:6.6%] Test kuebadm.alpha_kubelet_config_download error ... ok
> test_alpha_kubelet_config_download_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_kubelet_config_download with parameters ... ok
> test_alpha_kubelet_config_enable_dynamic (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_kubelet_config_enable_dynamic without parameters ... ok
> test_alpha_kubelet_config_enable_dynamic_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_kubelet_config_enable_dynamic error ... ok
> test_alpha_kubelet_config_enable_dynamic_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_kubelet_config_enable_dynamic with parameters ... ok
> test_alpha_selfhosting_pivot (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_selfhosting_pivot without parameters ... ok
> test_alpha_selfhosting_pivot_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.alpha_selfhosting_pivot error ... ok
> test_alpha_selfhosting_pivot_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:100.0%|MEM:6.6%] Test kuebadm.alpha_selfhosting_pivot with parameters ... ok
> test_config_images_list (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_images_list without parameters ... ok
> test_config_images_list_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_images_list error ... ok
> test_config_images_list_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:100.0%|MEM:6.6%] Test kuebadm.config_images_list with parameters ... ok
> test_config_images_pull (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_images_pull without parameters ... ok
> test_config_images_pull_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_images_pull error ... ok
> test_config_images_pull_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_images_pull with parameters ... ok
> test_config_migrate (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_migrate without parameters ... ok
> test_config_migrate_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_migrate error ... ok
> test_config_migrate_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_migrate with parameters ... ok
> test_config_print_init_defaults (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_print_init_defaults without parameters ... ok
> test_config_print_init_defaults_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:100.0%|MEM:6.6%] Test kuebadm.config_print_init_defaults error ... ok
> test_config_print_init_defaults_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_print_init_defaults with parameters ... ok
> test_config_print_join_defaults (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_print_join_defaults without parameters ... ok
> test_config_print_join_defaults_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_print_join_defaults error ... ok
> test_config_print_join_defaults_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_print_join_defaults with parameters ... ok
> test_config_upload_from_file (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_upload_from_file without parameters ... ok
> test_config_upload_from_file_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_upload_from_file error ... ok
> test_config_upload_from_file_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_upload_from_file with parameters ... ok
> test_config_upload_from_flags (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_upload_from_flags without parameters ... ok
> test_config_upload_from_flags_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_upload_from_flags error ... ok
> test_config_upload_from_flags_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_upload_from_flags with parameters ... ok
> test_config_view (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:100.0%|MEM:6.6%] Test kuebadm.config_view without parameters ... ok
> test_config_view_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_view error ... ok
> test_config_view_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.config_view with parameters ... ok
> test_init (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.init without parameters ... ok
> test_init_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.init error ... ok
> test_init_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.init with parameters ... ok
> test_join (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.join without parameters ... ok
> test_join_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:100.0%|MEM:6.6%] Test kuebadm.join error ... ok
> test_join_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.join with parameters ... ok
> test_reset (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.reset without parameters ... ok
> test_reset_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.reset error ... ok
> test_reset_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.reset with parameters ... ok
> test_token_create (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_create without parameters ... ok
> test_token_create_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_create error ... ok
> test_token_create_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_create with parameters ... ok
> test_token_delete (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_delete without parameters ... ok
> test_token_delete_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_delete error ... ok
> test_token_delete_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_delete with parameters ... ok
> test_token_generate (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:50.0%|MEM:6.6%] Test kuebadm.token_generate without parameters ... ok
> test_token_generate_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_generate error ... ok
> test_token_generate_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_generate with parameters ... ok
> test_token_list (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_list without parameters ... ok
> test_token_list_broken_lines (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_list with multiple tokens, one broken ... 00:41:58,360 [salt.modules.kubeadm :346 ][ERROR ] Error parsing line: a b c d e
> ok
> test_token_list_error (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_generate error ... ok
> test_token_list_multiple_lines (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.token_list with multiple tokens ... ok
> test_token_list_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:100.0%|MEM:6.6%] Test kuebadm.token_list with parameters ... ok
> test_version (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.version without parameters ... ok
> test_version_params (unit.modules.test_kubeadm.KubeAdmTestCase)
> [CPU:0.0%|MEM:6.6%] Test kuebadm.version with parameters ... ok
> test_adding_change_cause_annotation (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:0.0%|MEM:6.6%] Tests adding a `kubernetes.io/change-cause` annotation just like ... ok
> test_create_deployments (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:0.0%|MEM:6.6%] Tests deployment creation. ... ok
> test_delete_deployments (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:0.0%|MEM:6.6%] Tests deployment deletion ... ok
> test_deployments (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:0.0%|MEM:6.6%] Tests deployment listing. ... ok
> test_enforce_only_strings_dict (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_node_labels (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:0.0%|MEM:6.6%] Test kubernetes.node_labels ... ok
> test_nodes (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:0.0%|MEM:6.6%] Test node listing. ... ok
> test_pods (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:0.0%|MEM:6.6%] Tests pods listing. ... ok
> test_services (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:50.0%|MEM:6.6%] Tests services listing. ... ok
> test_setup_kubeconfig_data_overwrite (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:0.0%|MEM:6.6%] Test that provided `kubernetes.kubeconfig` configuration is overwritten ... ok
> test_setup_kubeconfig_file (unit.modules.test_kubernetesmod.KubernetesTestCase)
> [CPU:0.0%|MEM:6.6%] Test that the `kubernetes.kubeconfig` configuration isn't overwritten ... ok
> test_available (unit.modules.test_launchctl_service.LaunchctlTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Check that the given service is available. ... ok
> test_get_all (unit.modules.test_launchctl_service.LaunchctlTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return all installed services ... ok
> test_missing (unit.modules.test_launchctl_service.LaunchctlTestCase)
> [CPU:0.0%|MEM:6.6%] Test for The inverse of service.available ... ok
> test_restart (unit.modules.test_launchctl_service.LaunchctlTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Restart the named service ... ok
> test_start (unit.modules.test_launchctl_service.LaunchctlTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Start the specified service ... ok
> test_status (unit.modules.test_launchctl_service.LaunchctlTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Return the status for a service ... ok
> test_stop (unit.modules.test_launchctl_service.LaunchctlTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Stop the specified service ... ok
> test_search (unit.modules.test_ldapmod.LdapmodTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it run an arbitrary LDAP query and return the results. ... ok
> test_attach_volume (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_copy_image (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_image (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_create_key_pair (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_volume (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_volume_in_location (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_volume_snapshot (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_volume_snapshot_named (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delete_image (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delete_key_pair (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_destroy_node (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_destroy_node_invalid (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_destroy_volume (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_destroy_volume_snapshot (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_detatch_volume (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_image (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_key_pair (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_import_key_file (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_import_key_string (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_init (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_images (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_images_in_location (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_key_pairs (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_locations (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_nodes (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_sizes (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_sizes_location (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_volume_snapshots (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_volumes (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_module_creation (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_reboot_node (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_reboot_node_invalid (unit.modules.test_libcloud_compute.LibcloudComputeModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_init (unit.modules.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_module_creation (unit.modules.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_balancer_attach_member (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_balancer_detach_member (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_balancer (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_create_balancer_custom_algorithm (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_destroy_balancer (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_balancer (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_balancer_by_name (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_init (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_balancer_members (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_balancers (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_protocols (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_module_creation (unit.modules.test_libcloud_loadbalancer.LibcloudLoadBalancerModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_container (unit.modules.test_libcloud_storage.LibcloudStorageModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_container (unit.modules.test_libcloud_storage.LibcloudStorageModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_container_object (unit.modules.test_libcloud_storage.LibcloudStorageModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_init (unit.modules.test_libcloud_storage.LibcloudStorageModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_container_objects (unit.modules.test_libcloud_storage.LibcloudStorageModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_containers (unit.modules.test_libcloud_storage.LibcloudStorageModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_module_creation (unit.modules.test_libcloud_storage.LibcloudStorageModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_delfacl__d_u_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__d_u_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__d_user_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__d_user_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__default_user_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__default_user_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__g_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__g_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__group_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__group_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_delfacl__recursive_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__u_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__u_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_delfacl__user_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl__user_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delfacl_wo_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_getfacl__effective_acls (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_getfacl__recursive_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_getfacl_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_getfacl_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_getfacl_wo_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__d_u_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__d_u_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__d_user_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_modfacl__d_user_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__default_user_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__default_user_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__g_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__g_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__group_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__group_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_modfacl__recursive_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__u_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__u_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__user_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl__user_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl_raise_err (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_modfacl_wo_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_version (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_wipefacls__recursive_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_wipefacls_w_multiple_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_wipefacls_w_single_arg (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_wipefacls_wo_args (unit.modules.test_linux_acl.LinuxAclTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_fullversion (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Tests all version info from lvm version ... ok
> test_lvcreate (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Test create a new logical volume, with option ... ok
> test_lvcreate_with_force (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Test create a new logical volume, with option ... ok
> test_lvdisplay (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Return information about the logical volume(s) ... ok
> test_lvremove (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Test to remove a given existing logical volume ... ok
> test_lvresize (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Test to return information about the logical volume(s) ... 00:41:58,518 [salt.modules.linux_lvm :551 ][ERROR ] Error: Please specify only one of size or extents
> 00:41:58,518 [salt.modules.linux_lvm :561 ][ERROR ] Error: Either size or extents must be specified
> ok
> test_pvcreate (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:100.0%|MEM:6.6%] Tests for set a physical device to be used as an LVM physical volume ... ok
> test_pvcreate_existing_pvs (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Test a scenario when all the submitted devices are already LVM PVs. ... ok
> test_pvdisplay (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Tests information about the physical volume(s) ... ok
> test_pvremove (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for remove a physical device being used as an LVM physical volume ... ok
> test_version (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Tests LVM version info from lvm version ... ok
> test_vgcreate (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Tests create an LVM volume group ... ok
> test_vgdisplay (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Tests information about the volume group(s) ... ok
> test_vgextend (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:0.0%|MEM:6.6%] Tests add physical volumes to an LVM volume group ... ok
> test_vgremove (unit.modules.test_linux_lvm.LinuxLVMTestCase)
> [CPU:100.0%|MEM:6.6%] Tests to remove an LVM volume group ... ok
> test_available (unit.modules.test_linux_service.ServiceTestCase)
> [CPU:0.0%|MEM:6.6%] Test to returns ``True`` if the specified service is available, ... ok
> test_get_all (unit.modules.test_linux_service.ServiceTestCase)
> [CPU:0.0%|MEM:6.6%] Test to return a list of all available services ... ok
> test_missing (unit.modules.test_linux_service.ServiceTestCase)
> [CPU:0.0%|MEM:6.6%] Test to inverse of service.available. ... ok
> test_reload_ (unit.modules.test_linux_service.ServiceTestCase)
> [CPU:0.0%|MEM:6.6%] Test to restart the specified service ... ok
> test_restart (unit.modules.test_linux_service.ServiceTestCase)
> [CPU:0.0%|MEM:6.6%] Test to restart the specified service ... ok
> test_run (unit.modules.test_linux_service.ServiceTestCase)
> [CPU:0.0%|MEM:6.6%] Test to run the specified service ... ok
> test_start (unit.modules.test_linux_service.ServiceTestCase)
> [CPU:0.0%|MEM:6.6%] Test to start the specified service ... ok
> test_status (unit.modules.test_linux_service.ServiceTestCase)
> [CPU:100.0%|MEM:6.6%] Test to return the status for a service, returns the PID or an empty ... ok
> test_stop (unit.modules.test_linux_service.ServiceTestCase)
> [CPU:0.0%|MEM:6.6%] Test to stop the specified service ... ok
> test_gen_password (unit.modules.test_linux_shadow.LinuxShadowTest)
> [CPU:0.0%|MEM:6.6%] Test shadow.gen_password ... ok
> test_list_users (unit.modules.test_linux_shadow.LinuxShadowTest)
> [CPU:0.0%|MEM:6.6%] Test if it returns a list of all users ... skipped 'You must be logged in as root to run this test'
> test_set_password (unit.modules.test_linux_shadow.LinuxShadowTest)
> [CPU:0.0%|MEM:6.6%] Test the corner case in which shadow.set_password is called for a user ... ok
> test_assign_cmd_failed (unit.modules.test_linux_sysctl.LinuxSysctlTestCase)
> [CPU:50.0%|MEM:6.6%] Tests if the assignment was successful or not ... ok
> test_assign_ignore (unit.modules.test_linux_sysctl.LinuxSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the ignore assign function ... ok
> test_assign_proc_sys_failed (unit.modules.test_linux_sysctl.LinuxSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if /proc/sys/<kernel-subsystem> exists or not ... ok
> test_assign_success (unit.modules.test_linux_sysctl.LinuxSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of successful assign function ... ok
> test_get (unit.modules.test_linux_sysctl.LinuxSysctlTestCase)
> [CPU:50.0%|MEM:6.6%] Tests the return of get function ... ok
> test_get_ignore (unit.modules.test_linux_sysctl.LinuxSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of get function with ignore ... ok
> test_persist_no_conf_failure (unit.modules.test_linux_sysctl.LinuxSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests adding of config file failure ... ok
> test_persist_no_conf_success (unit.modules.test_linux_sysctl.LinuxSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests successful add of config file when previously not one ... ok
> test_persist_read_conf_success (unit.modules.test_linux_sysctl.LinuxSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests sysctl.conf read success ... ok
> test_avail (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Check if a locale is available ... ok
> test_dbus_locale_parser_doesnot_matches (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test dbus locale status parser does not matching the results. ... ok
> test_dbus_locale_parser_matches (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test dbus locale status parser matching the results. ... ok
> test_gen_locale (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:50.0%|MEM:6.6%] Tests the return of successful gen_locale ... ok
> test_gen_locale_debian (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of successful gen_locale on Debian system ... ok
> test_gen_locale_debian_no_charmap (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of successful gen_locale on Debian system without a charmap ... ok
> test_gen_locale_gentoo (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:100.0%|MEM:6.6%] Tests the return of successful gen_locale on Gentoo system ... ok
> test_gen_locale_gentoo_no_charmap (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of successful gen_locale on Gentoo system without a charmap ... ok
> test_gen_locale_not_valid (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of gen_locale when the provided locale is not found ... ok
> test_gen_locale_suse_invalid (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the location where gen_locale is searching for generated paths. ... ok
> test_gen_locale_suse_localedef_error_handling (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the location where gen_locale is handling error while calling not installed localedef on Suse os-family. ... ok
> test_gen_locale_suse_valid (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the location where gen_locale is calling localedef on Suse os-family. ... ok
> test_gen_locale_ubuntu (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test the return of successful gen_locale on Ubuntu system ... ok
> test_gen_locale_verbose (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of successful gen_locale ... ok
> test_get_locale_with_no_systemd_debian (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:100.0%|MEM:6.6%] Test getting current system locale with systemd and dbus available on Debian. ... ok
> test_get_locale_with_no_systemd_gentoo (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting current system locale with systemd and dbus available on Gentoo. ... ok
> test_get_locale_with_no_systemd_redhat (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting current system locale with systemd and dbus available on RedHat. ... ok
> test_get_locale_with_no_systemd_solaris (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting current system locale with systemd and dbus available on Solaris. ... ok
> test_get_locale_with_no_systemd_unknown (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:50.0%|MEM:6.6%] Test getting current system locale with systemd and dbus available on Gentoo. ... ok
> test_get_locale_with_systemd_and_dbus (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting current system locale with systemd and dbus available. ... ok
> test_get_locale_with_systemd_and_dbus_sle12 (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting current system locale with systemd and dbus available on SLE12. ... ok
> test_get_locale_with_systemd_nodbus (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting current system locale with systemd but no dbus available. ... ok
> test_list_avail (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Lists available (compiled) locales ... ok
> test_localectl_status_parser (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test localectl status parser. ... ok
> test_localectl_status_parser_broken (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_localectl_status_parser_empty (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_localectl_status_parser_no_systemd (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test localectl status parser raises an exception if no systemd installed. ... ok
> test_localectl_status_parser_notset (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test localectl status parser. ... ok
> test_localectl_status_parser_structure (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_parse_localectl (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_locale_with_no_systemd_debian (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting current system locale with systemd and dbus available on Debian. ... ok
> test_set_locale_with_no_systemd_debian_no_update_locale (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:100.0%|MEM:6.6%] Test setting current system locale with systemd and dbus available on Debian but update-locale is not installed. ... ok
> test_set_locale_with_no_systemd_gentoo (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting current system locale with systemd and dbus available on Gentoo. ... ok
> test_set_locale_with_no_systemd_redhat (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting current system locale with systemd and dbus available on RedHat. ... ok
> test_set_locale_with_no_systemd_solaris_with_list_avail (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting current system locale with systemd and dbus available on Solaris. ... ok
> test_set_locale_with_no_systemd_solaris_without_list_avail (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting current system locale with systemd and dbus is not available on Solaris. ... ok
> test_set_locale_with_no_systemd_unknown (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting current system locale without systemd on unknown system. ... ok
> test_set_locale_with_systemd_and_dbus (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting current system locale with systemd and dbus available. ... ok
> test_set_locale_with_systemd_and_dbus_sle12 (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:50.0%|MEM:6.6%] Test setting current system locale with systemd and dbus available on SLE12. ... ok
> test_set_locale_with_systemd_nodbus (unit.modules.test_localemod.LocalemodTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting current system locale with systemd but no dbus available. ... ok
> test_locate (unit.modules.test_locate.LocateTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it performs a file lookup. ... ok
> test_stats (unit.modules.test_locate.LocateTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it returns statistics about the locate database ... ok
> test_updatedb (unit.modules.test_locate.LocateTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it updates the locate database ... ok
> test_version (unit.modules.test_locate.LocateTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it returns the version of locate ... ok
> test_remove (unit.modules.test_logadm.LogadmTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Remove log pattern from logadm ... ok
> test_rotate (unit.modules.test_logadm.LogadmTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Set up pattern for logging. ... ok
> test_show_conf (unit.modules.test_logadm.LogadmTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Show parsed configuration ... ok
> test_set (unit.modules.test_logrotate.LogrotateTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it set a new value for a specific configuration line ... ok
> test_set_failed (unit.modules.test_logrotate.LogrotateTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it fails to set a new value for a specific configuration line ... ok
> test_set_setting (unit.modules.test_logrotate.LogrotateTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it set a new value for a specific configuration line ... ok
> test_set_setting_failed (unit.modules.test_logrotate.LogrotateTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it fails to set a new value for a specific configuration line ... ok
> test_show_conf (unit.modules.test_logrotate.LogrotateTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it show parsed configuration ... ok
> test_add_server (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Add a real server to a virtual service. ... ok
> test_add_service (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Add a virtual service. ... ok
> test_check_server (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Check the real server exists in the specified service. ... ok
> test_check_service (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Check the virtual service exists. ... ok
> test_clear (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Clear the virtual server table ... ok
> test_delete_server (unit.modules.test_lvs.LvsTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Delete the realserver from the virtual service. ... ok
> test_delete_service (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Delete the virtual service. ... ok
> test_edit_server (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Edit a real server to a virtual service. ... ok
> test_edit_service (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Edit the virtual service. ... ok
> test_get_rules (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Get the virtual server rules ... ok
> test_list_ (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for List the virtual server table ... ok
> test_zero (unit.modules.test_lvs.LvsTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Zero the packet, byte and rate counters in a ... ok
> test_enable_assistive (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test enabling a bundle ID as being allowed to run with assistive access ... ok
> test_enable_error (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:100.0%|MEM:6.6%] Test enabled a bundle ID that throws a command error ... ok
> test_enable_false (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test return of enable function when app isn't found. ... ok
> test_enabled_assistive (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test enabling a bundle ID as being allowed to run with assistive access ... ok
> test_enabled_assistive_false (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test if a bundle ID is disabled for assistive access ... ok
> test_get_assistive_access (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test if a bundle ID is enabled for assistive access ... ok
> test_get_assistive_access_error (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test a CommandExecutionError is raised when something goes wrong. ... ok
> test_install_assistive_bundle (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test installing a bundle ID as being allowed to run with assistive access ... ok
> test_install_assistive_error (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test installing a bundle ID as being allowed to run with assistive access ... ok
> test_installed_bundle (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:50.0%|MEM:6.6%] Test checking to see if a bundle id is installed as being able to use assistive access ... ok
> test_installed_bundle_not (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test checking to see if a bundle id is installed as being able to use assistive access ... ok
> test_remove_assistive (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test removing an assitive bundle. ... ok
> test_remove_assistive_error (unit.modules.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:6.6%] Test removing an assitive bundle. ... ok
> test_hold (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests holding if package is installed ... ok
> test_hold_not_installed (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests holding if package is not installed ... ok
> test_hold_pinned (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests holding if package is already pinned ... ok
> test_homebrew_bin (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the path to the homebrew binary ... ok
> test_install (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:100.0%|MEM:6.6%] Tests if package to be installed exists ... ok
> test_list_pkgs_homebrew_cask_pakages (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if pkg.list_pkgs list properly homebrew cask packages ... ok
> test_list_pkgs_removed (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests removed implementation ... ok
> test_list_pkgs_versions_true (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if pkg.list_pkgs is already in context and is a list ... ok
> test_list_taps (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of the list of taps ... ok
> test_refresh_db (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:100.0%|MEM:6.6%] Tests a successful update of homebrew package repository ... ok
> test_refresh_db_failure (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests an update of homebrew package repository failure ... ok
> test_remove (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if package to be removed exists ... ok
> test_tap (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests adding unofficial GitHub repos to the list of brew taps ... ok
> test_tap_failure (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the tap installation failed ... 00:41:58,701 [salt.modules.mac_brew_pkg :107 ][ERROR ] Failed to tap "homebrew/test"
> ok
> test_tap_installed (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if tap argument is already installed or not ... ok
> test_unhold (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests unholding if package is installed ... ok
> test_unhold_not_installed (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:50.0%|MEM:6.6%] Tests unholding if package is not installed ... ok
> test_unhold_not_pinned (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:100.0%|MEM:6.6%] Tests unholding if package is not installed ... ok
> test_version (unit.modules.test_mac_brew_pkg.BrewTestCase)
> [CPU:0.0%|MEM:6.6%] Tests version name returned ... ok
> test_get_output_volume (unit.modules.test_mac_desktop.MacDesktopTestCase)
> [CPU:50.0%|MEM:6.6%] Test if it get the output volume (range 0 to 100) ... ok
> test_get_output_volume_error (unit.modules.test_mac_desktop.MacDesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that an error is raised when cmd.run_all errors ... ok
> test_lock (unit.modules.test_mac_desktop.MacDesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it lock the desktop session ... ok
> test_lock_error (unit.modules.test_mac_desktop.MacDesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that an error is raised when cmd.run_all errors ... ok
> test_say (unit.modules.test_mac_desktop.MacDesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it says some words. ... ok
> test_say_error (unit.modules.test_mac_desktop.MacDesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that an error is raised when cmd.run_all errors ... ok
> test_screensaver (unit.modules.test_mac_desktop.MacDesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it launch the screensaver ... ok
> test_screensaver_error (unit.modules.test_mac_desktop.MacDesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that an error is raised when cmd.run_all errors ... ok
> test_set_output_volume (unit.modules.test_mac_desktop.MacDesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it set the volume of sound (range 0 to 100) ... ok
> test_set_output_volume_error (unit.modules.test_mac_desktop.MacDesktopTestCase)
> [CPU:0.0%|MEM:6.6%] Tests that an error is raised when cmd.run_all errors ... ok
> test_add (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if specified group was added ... ok
> test_add_gid_exists (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the gid is already in use or not ... ok
> test_add_gid_int (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the gid is an int or not ... ok
> test_add_group_exists (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the group already exists or not ... ok
> test_add_underscore (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the group name starts with an underscore or not ... ok
> test_add_whitespace (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:100.0%|MEM:6.6%] Tests if there is whitespace in the group name ... ok
> test_chgid (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the gid for a named group was changed ... ok
> test_chgid_gid_int (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if gid is an integer or not ... ok
> test_chgid_gid_same (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the group id is the same as argument ... ok
> test_chgid_group_exists (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the group id exists or not ... ok
> test_delete (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the specified group was deleted ... ok
> test_delete_group_exists (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the group to be deleted exists or not ... ok
> test_delete_underscore (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:100.0%|MEM:6.6%] Tests if the group name starts with an underscore or not ... ok
> test_delete_whitespace (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if there is whitespace in the group name ... ok
> test_format_info (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the formatting of returned group information ... ok
> test_getent (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of information on all groups ... ok
> test_info (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of group information ... ok
> test_info_whitespace (unit.modules.test_mac_group.MacGroupTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if there is whitespace in the group name ... ok
> test_get_default_keychain (unit.modules.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting the default keychain ... ok
> test_get_friendly_name (unit.modules.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting the friendly name of a certificate ... ok
> test_install_cert (unit.modules.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:6.6%] Test installing a certificate into the macOS keychain ... ok
> test_install_cert_extras (unit.modules.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:6.6%] Test installing a certificate into the macOS keychain with extras ... ok
> test_list_certs (unit.modules.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:6.6%] Test listing available certificates in a keychain ... ok
> test_set_default_keychain (unit.modules.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:6.6%] Test setting the default keychain ... ok
> test_uninstall_cert (unit.modules.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:6.6%] Test uninstalling a certificate from the macOS keychain ... ok
> test_unlock_keychain (unit.modules.test_mac_keychain.KeychainTestCase)
> [CPU:100.0%|MEM:6.6%] Test unlocking the keychain ... ok
> test_install (unit.modules.test_mac_pkgutil.MacPkgutilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_install_already_there (unit.modules.test_mac_pkgutil.MacPkgutilTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_validate_sleep_bool_false (unit.modules.test_mac_power.MacPowerTestCase)
> [CPU:0.0%|MEM:6.6%] test _validate_sleep function with False ... ok
> test_validate_sleep_bool_true (unit.modules.test_mac_power.MacPowerTestCase)
> [CPU:0.0%|MEM:6.6%] test _validate_sleep function with True ... ok
> test_validate_sleep_invalid_number (unit.modules.test_mac_power.MacPowerTestCase)
> [CPU:0.0%|MEM:6.6%] test _validate_sleep function with invalid number ... ok
> test_validate_sleep_invalid_string (unit.modules.test_mac_power.MacPowerTestCase)
> [CPU:0.0%|MEM:6.6%] test _validate_sleep function with invalid string ... ok
> test_validate_sleep_unexpected (unit.modules.test_mac_power.MacPowerTestCase)
> [CPU:0.0%|MEM:6.6%] test _validate_sleep function with True ... ok
> test_validate_sleep_valid_number (unit.modules.test_mac_power.MacPowerTestCase)
> [CPU:0.0%|MEM:6.6%] test _validate_sleep function with valid number ... ok
> test_validate_sleep_valid_string (unit.modules.test_mac_power.MacPowerTestCase)
> [CPU:100.0%|MEM:6.6%] test _validate_sleep function with valid string ... ok
> test_service_disabled_srvname_wrong (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test service.disabled when service is just slightly wrong ... ok
> test_service_disabled_status_upper_case (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test service.disabled when disabled status is uppercase ... ok
> test_service_disabled_when_disabled (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test service.disabled when service is disabled ... ok
> test_service_disabled_when_enabled (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:50.0%|MEM:6.6%] test service.disabled when service is enabled ... ok
> test_service_keep_alive (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test _always_running_service when keep_alive set ... ok
> test_service_keep_alive_empty (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test _always_running_service when keep_alive ... ok
> test_service_keep_alive_false (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test _always_running_service when keep_alive False ... ok
> test_service_keep_alive_missing (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test _always_running_service when keep_alive not in dict ... ok
> test_service_keep_alive_pathstate (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test _always_running_service when keep_alive ... ok
> test_service_keep_alive_pathstate_false (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test _always_running_service when keep_alive ... ok
> test_service_keep_alive_pathstate_file_rm (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test _always_running_service when keep_alive ... ok
> test_service_keep_alive_wrong_setting (unit.modules.test_mac_service.MacServiceTestCase)
> [CPU:0.0%|MEM:6.6%] test _always_running_service when keep_alive ... ok
> test_list_available (unit.modules.test_mac_softwareupdate.MacSoftwareUpdateCatalinaTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_recommended (unit.modules.test_mac_softwareupdate.MacSoftwareUpdateCatalinaTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_restart (unit.modules.test_mac_softwareupdate.MacSoftwareUpdateCatalinaTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_list_shut_down (unit.modules.test_mac_softwareupdate.MacSoftwareUpdateCatalinaTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_available (unit.modules.test_mac_softwareupdate.MacSoftwareUpdatePreCatalinaTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_available_trailing_ws (unit.modules.test_mac_softwareupdate.MacSoftwareUpdatePreCatalinaTestCase)
> [CPU:0.0%|MEM:6.6%] Ensure the regex works with trailing whitespace in labels ... ok
> test_list_recommended (unit.modules.test_mac_softwareupdate.MacSoftwareUpdatePreCatalinaTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_restart (unit.modules.test_mac_softwareupdate.MacSoftwareUpdatePreCatalinaTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_list_shut_down (unit.modules.test_mac_softwareupdate.MacSoftwareUpdatePreCatalinaTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_assign (unit.modules.test_mac_sysctl.DarwinSysctlTestCase)
> [CPU:100.0%|MEM:6.6%] Tests the return of successful assign function ... ok
> test_assign_cmd_failed (unit.modules.test_mac_sysctl.DarwinSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the assignment was successful or not ... ok
> test_get (unit.modules.test_mac_sysctl.DarwinSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of get function ... ok
> test_persist_no_conf_failure (unit.modules.test_mac_sysctl.DarwinSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests adding of config file failure ... ok
> test_persist_no_conf_success (unit.modules.test_mac_sysctl.DarwinSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests successful add of config file when it did not already exist ... ok
> test_persist_success (unit.modules.test_mac_sysctl.DarwinSysctlTestCase)
> [CPU:0.0%|MEM:6.6%] Tests successful write to existing sysctl file ... ok
> test_add_gid_int (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:50.0%|MEM:6.6%] Tests if the gid is an int ... ok
> test_add_uid_int (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the uid is an int ... ok
> test_add_user_exists (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user exists or not ... ok
> test_add_whitespace (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if there is whitespace in the user name ... ok
> test_chfullname_same_name (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user's full name is the same as the argument ... ok
> test_chfullname_user_exists (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user exists or not ... ok
> test_chgid_int (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the gid is an int ... ok
> test_chgid_same_gid (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:100.0%|MEM:6.6%] Tests if the user's gid is the same as as the argument ... ok
> test_chgid_user_exists (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user exists or not ... ok
> test_chgroups_bad_groups (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Test if there is white space in groups argument ... ok
> test_chgroups_same_desired (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user's list of groups is the same as the arguments ... ok
> test_chgroups_user_exists (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user exists or not ... ok
> test_chhome_same_home (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user's home is the same as the argument ... ok
> test_chhome_user_exists (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Test if the user exists or not ... ok
> test_chshell_same_shell (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user's shell is the same as the argument ... ok
> test_chshell_user_exists (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user exists or not ... ok
> test_chuid_int (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the uid is an int ... ok
> test_chuid_same_uid (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user's uid is the same as as the argument ... ok
> test_chuid_user_exists (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if the user exists or not ... ok
> test_delete_user_exists (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:50.0%|MEM:6.6%] Tests if the user exists or not ... ok
> test_delete_whitespace (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if there is whitespace in the user name ... ok
> test_dscl (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the creation of a dscl node ... ok
> test_first_avail_uid (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the availability of the next uid ... ok
> test_format_info (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the formatting of returned user information ... ok
> test_getent (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the list of information for all users ... ok
> test_info (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the return of user information ... ok
> test_list_users (unit.modules.test_mac_user.MacUserTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the list of all users ... ok
> test_clear (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:100.0%|MEM:6.6%] Test clearing all attributes on a file ... ok
> test_clear_missing (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:6.6%] Test clearing all attributes on a file ... ok
> test_delete (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:6.6%] Test deleting a specific attribute from a file ... ok
> test_delete_missing (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:6.6%] Test deleting a specific attribute from a file ... ok
> test_list (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:6.6%] Test xattr.list ... ok
> test_list_missing (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:6.6%] Test listing attributes of a missing file ... ok
> test_read (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:6.6%] Test reading a specific attribute from a file ... ok
> test_read_hex (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:6.6%] Test reading a specific attribute from a file ... ok
> test_read_missing (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:6.6%] Test reading a specific attribute from a file ... ok
> test_write (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:6.6%] Test writing a specific attribute to a file ... ok
> test_write_missing (unit.modules.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:6.6%] Test writing a specific attribute to a file ... ok
> test_delete_default (unit.modules.test_macdefaults.MacDefaultsTestCase)
> [CPU:50.0%|MEM:6.6%] Test delete a default setting ... ok
> test_delete_default_with_user (unit.modules.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test delete a default setting as a specific user ... ok
> test_read_default (unit.modules.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test reading a default setting ... ok
> test_read_default_with_user (unit.modules.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test reading a default setting as a specific user ... ok
> test_write_default (unit.modules.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test writing a default setting ... ok
> test_write_default_boolean (unit.modules.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test writing a default setting ... ok
> test_write_with_user (unit.modules.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:6.6%] Test writing a default setting with a specific user ... ok
> test_get_mpkg_ids (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:100.0%|MEM:6.6%] Test getting the ids of a mpkg file ... ok
> test_get_pkg_id_dir (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting a package id from a directory ... ok
> test_get_pkg_id_dir_wildcard (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting a package id from a directory with a wildcard ... ok
> test_get_pkg_id_from_pkginfo (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting a package id from pkginfo files ... ok
> test_get_pkg_id_from_pkginfo_no_file (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting a package id from pkginfo file when it doesn't exist ... ok
> test_get_pkg_id_with_dir (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting a the id for a package with a directory ... ok
> test_get_pkg_id_with_files (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting a the id for a package ... ok
> test_install (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test installing a PKG file ... ok
> test_install_app (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test installing an APP package ... ok
> test_install_app_specify_target (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:100.0%|MEM:6.6%] Test installing an APP package with a specific target ... ok
> test_install_app_with_slash (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test installing an APP package with a specific target ... ok
> test_install_wildcard (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test installing a PKG file with a wildcard ... ok
> test_install_with_extras (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test installing a PKG file with extra options ... ok
> test_installed_pkgs (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test getting a list of the installed packages ... ok
> test_mount (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test mounting an dmg file to a temporary location ... ok
> test_uninstall (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:6.6%] Test Uninstalling an APP package with a specific target ... ok
> test_unmount (unit.modules.test_macpackage.MacPackageTestCase)
> [CPU:50.0%|MEM:6.6%] Test Unmounting an dmg file to a temporary location ... ok
> test_send (unit.modules.test_mandrill.MandrillModuleTest)
> [CPU:0.0%|MEM:6.6%] Test the send function. ... ok
> test_compound (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Test issue #55149 ... ok
> test_compound_with_minion_id (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Make sure that when a minion_id IS past, that it is contained in opts ... ok
> test_filter_by (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if filter_by returns the correct dictionary. ... ok
> test_filter_by_merge (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if filter_by returns a dictionary merged with another dictionary. ... ok
> test_filter_by_merge_fail (unit.modules.test_match.MatchTestCase)
> [CPU:100.0%|MEM:6.6%] Tests for an exception if a merge is done without a dictionary. ... ok
> test_filter_by_merge_lists_agg (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if filter_by merges list values by aggregating them. ... ok
> test_filter_by_merge_lists_rep (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if filter_by merges list values by replacing the original list ... ok
> test_filter_by_merge_with_none (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if filter_by merges a None object with a merge dictionary. ... ok
> test_glob_match_different_minon_id (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for situations where the glob matcher is called with a different ... ok
> test_list_match_different_minion_id (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for situations where the list matcher is called with a different ... ok
> test_pcre_match_different_minion_id (unit.modules.test_match.MatchTestCase)
> [CPU:100.0%|MEM:6.6%] Tests for situations where the glob matcher is called with a different ... ok
> test_watch_for_opts_mismatch_compound_match (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for situations where the compound matcher might reference __opts__ directly ... ok
> test_watch_for_opts_mismatch_glob_match (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for situations where the glob matcher might reference __opts__ directly ... ok
> test_watch_for_opts_mismatch_list_match (unit.modules.test_match.MatchTestCase)
> [CPU:0.0%|MEM:6.6%] Tests for situations where the list matcher might reference __opts__ directly ... ok
> test_create (unit.modules.test_mdadm_raid.MdadmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_metadata (unit.modules.test_mdadm_raid.MdadmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_create_test_mode (unit.modules.test_mdadm_raid.MdadmTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_examine (unit.modules.test_mdadm_raid.MdadmTestCase)
> [CPU:0.0%|MEM:6.6%] Test for mdadm_raid.examine ... ok
> test_examine_quiet (unit.modules.test_mdadm_raid.MdadmTestCase)
> [CPU:0.0%|MEM:6.6%] Test for mdadm_raid.examine ... ok
> test_add (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it add a key from memcache server ... ok
> test_decrement (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it decrement the value of a key ... ok
> test_decrement_exist (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it decrement the value of a key ... ok
> test_decrement_none (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it decrement the value of a key ... ok
> test_delete (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it delete a key from memcache server ... ok
> test_get (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it retrieve value for a key ... ok
> test_increment (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it increment the value of a key ... ok
> test_increment_exist (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it increment the value of a key ... ok
> test_increment_none (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it increment the value of a key ... ok
> test_replace (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it replace a key from memcache server ... ok
> test_set (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it set a key on the memcached server ... ok
> test_status (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it gets memcached status ... ok
> test_status_false (unit.modules.test_memcached.MemcachedTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it gets memcached status ... ok
> test_delete_local (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the ``delete``-function on the minion's local cache. ... ok
> test_delete_master (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests whether the ``delete``-function sends the correct data to the master. ... ok
> test_flush_local (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the ``flush``-function on the minion's local cache. ... ok
> test_flush_master (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests whether the ``flush``-function sends the correct data to the master. ... ok
> test_get_docker (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Get all mine data for 'docker.ps' and run an ... ok
> test_get_docker_with_container_id (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Get all mine data for 'docker.ps' and run an ... ok
> test_get_local_classic (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests getting function data from the local mine that was stored without minion-side ACL. ... ok
> test_get_local_empty (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests getting function data from the local mine that does not exist. ... ok
> test_get_master (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests loading a mine item from the mine stored on the master. ... ok
> test_get_master_exclude_minion (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the exclude_minion-parameter for mine.get ... ok
> test_send_get_acl_local (unit.modules.test_mine.MineTestCase)
> [CPU:100.0%|MEM:6.6%] Tests sending an item to the mine in the minion's local cache, ... ok
> test_send_get_local (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests sending an item to the mine in the minion's local cache, ... ok
> test_send_master (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests sending an item to the mine stored on the master. ... ok
> test_send_master_acl (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests sending an item to the mine stored on the master. Now with ACL. ... ok
> test_update_local (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the ``update``-function on the minion's local cache. ... ok
> test_update_local_specific (unit.modules.test_mine.MineTestCase)
> [CPU:50.0%|MEM:6.6%] Tests the ``update``-function on the minion's local cache. ... ok
> test_update_master (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests whether the ``update``-function sends the correct data to the master. ... ok
> test_valid (unit.modules.test_mine.MineTestCase)
> [CPU:0.0%|MEM:6.6%] Tests the ``valid``-function. ... 00:41:58,918 [salt.modules.mine :63 ][ERROR ] Function does.not_exist in mine_functions not available
> ok
> test_get_str (unit.modules.test_mod_random.ModrandomTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Returns a random string of the specified length. ... ok
> test_hash (unit.modules.test_mod_random.ModrandomTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Encodes a value with the specified encoder. ... ok
> test_shadow_hash (unit.modules.test_mod_random.ModrandomTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Generates a salted hash suitable for /etc/shadow. ... ok
> test_str_encode (unit.modules.test_mod_random.ModrandomTestCase)
> [CPU:0.0%|MEM:6.6%] Test for The value to be encoded. ... ok
> test_bulk_activate (unit.modules.test_modjk.ModjkTestCase)
> [CPU:50.0%|MEM:6.6%] Test for activate all the given workers in the specific load balancer ... ok
> test_bulk_disable (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for disable all the given workers in the specific load balancer ... ok
> test_bulk_recover (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for recover all the given workers in the specific load balancer ... ok
> test_bulk_stop (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for stop all the given workers in the specific load balancer ... ok
> test_dump_config (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for dump the original configuration that was loaded from disk ... ok
> test_get_running (unit.modules.test_modjk.ModjkTestCase)
> [CPU:100.0%|MEM:6.6%] Test for get the current running config (not from disk) ... ok
> test_lb_edit (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for edit the loadbalancer settings ... ok
> test_list_configured_members (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for return a list of member workers from the configuration files ... ok
> test_recover_all (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for set the all the workers in lbn to recover and ... ok
> test_reset_stats (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for reset all runtime statistics for the load balancer ... ok
> test_version (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for return the modjk version ... ok
> test_worker_activate (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for set the worker to activate state in the lbn load balancer ... ok
> test_worker_disable (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for set the worker to disable state in the lbn load balancer ... ok
> test_worker_edit (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for edit the worker settings ... ok
> test_worker_recover (unit.modules.test_modjk.ModjkTestCase)
> [CPU:100.0%|MEM:6.6%] Test for set the worker to recover this module will fail ... ok
> test_worker_status (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for return the state of the worker ... ok
> test_worker_stop (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for set the worker to stopped state in the lbn load balancer ... ok
> test_workers (unit.modules.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for return a list of member workers and their status ... ok
> test_configtest (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Check configuration syntax ... ok
> test_id (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Display unique id ... ok
> test_monitor (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for monitor service via monit ... ok
> test_reload (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Reload configuration ... ok
> test_reset_id (unit.modules.test_monit.MonitTestCase)
> [CPU:100.0%|MEM:6.6%] Test for Regenerate a unique id ... ok
> test_restart (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Restart service via monit ... ok
> test_start (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for start ... ok
> test_status (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Display a process status from monit ... ok
> test_stop (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Stops service via monit ... ok
> test_summary (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Display a summary from monit ... ok
> test_unmonitor (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Unmonitor service via monit ... ok
> test_validate (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Check all services are monitored ... ok
> test_version (unit.modules.test_monit.MonitTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Display version from monit -V ... ok
> test_dirinfo (unit.modules.test_moosefs.MoosefsTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it return information on a directory located on the Moose ... ok
> test_fileinfo (unit.modules.test_moosefs.MoosefsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it returns information on a file located on the Moose ... ok
> test_getgoal (unit.modules.test_moosefs.MoosefsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it returns goal(s) for a file or directory ... ok
> test_mounts (unit.modules.test_moosefs.MoosefsTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it returns a list of current MooseFS mounts ... ok
> test_active (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] List the active mounts. ... ok
> test_automaster (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Test the list the contents of the fstab ... ok
> test_filesystems (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] List the content of the filesystems ... ok
> test_fstab (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] List the content of the fstab ... ok
> test_is_fuse_exec (unit.modules.test_mount.MountTestCase)
> [CPU:50.0%|MEM:6.6%] Returns true if the command passed is a fuse mountable application ... ok
> test_is_mounted (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Provide information if the path is mounted ... ok
> test_mount (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Mount a device ... ok
> test_remount_already_mounted_no_fstype (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Attempt to remount a device already mounted that do not provides ... ok
> test_remount_already_mounted_with_fstype (unit.modules.test_mount.MountTestCase)
> [CPU:50.0%|MEM:6.6%] Attempt to remount a device already mounted that do not provides ... ok
> test_remount_non_mounted (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Attempt to remount a device, if the device is not already mounted, mount ... ok
> test_rm_automaster (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Remove the mount point from the auto_master ... ok
> test_rm_filesystems (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Remove the mount point from the filesystems ... ok
> test_rm_fstab (unit.modules.test_mount.MountTestCase)
> [CPU:50.0%|MEM:6.6%] Remove the mount point from the fstab ... ok
> test_set_automaster (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Verify that this mount is represented in the auto_salt, change the mount ... ok
> test_set_filesystems (unit.modules.test_mount.MountTestCase)
> [CPU:33.3%|MEM:6.6%] Tests to verify that this mount is represented in the filesystems, ... ok
> test_set_fstab (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Tests to verify that this mount is represented in the fstab, ... ok
> test_swapoff (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Deactivate a named swap mount ... ok
> test_swapon (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Activate a swap disk ... ok
> test_swaps (unit.modules.test_mount.MountTestCase)
> [CPU:50.0%|MEM:6.6%] Return a dict containing information on active swap ... ok
> test_umount (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] Attempt to unmount a device by specifying the directory it is ... ok
> test_vfstab (unit.modules.test_mount.MountTestCase)
> [CPU:0.0%|MEM:6.6%] List the content of the vfstab ... ok
> test_list_plugins (unit.modules.test_munin.MuninTestCase)
> [CPU:100.0%|MEM:6.6%] Test if it list all the munin plugins ... ok
> test_run (unit.modules.test_munin.MuninTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs one or more named munin plugins ... ok
> test_run_all (unit.modules.test_munin.MuninTestCase)
> [CPU:0.0%|MEM:6.6%] Test if it runs all the munin plugins ... ok
> test__connect_mysqldb (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test the _connect function in the MySQL module ... ok
> test__connect_mysqldb_exception (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test the _connect function in the MySQL module ... 00:41:59,015 [salt.modules.mysql :432 ][ERROR ] MySQL Error 1698: Access denied for user 'root'@'localhost'
> ok
> test__connect_pymysql_exception (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test the _connect function in the MySQL module ... skipped 'Install pymysql bindings before running test__connect_pymysql.'
> test_db_check (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test MySQL db check function in mysql exec module ... ok
> test_db_create (unit.modules.test_mysql.MySQLTestCase)
> [CPU:50.0%|MEM:6.6%] Test MySQL db_create function in mysql exec module ... ok
> test_db_exists (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test MySQL db_exists function in mysql exec module ... ok
> test_db_optimize (unit.modules.test_mysql.MySQLTestCase)
> [CPU:50.0%|MEM:6.6%] Test MySQL db optimize function in mysql exec module ... ok
> test_db_remove (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test MySQL db remove function in mysql exec module ... ok
> test_db_repair (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test MySQL db repair function in mysql exec module ... ok
> test_db_tables (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test MySQL db_tables function in mysql exec module ... ok
> test_free_slave (unit.modules.test_mysql.MySQLTestCase)
> [CPU:50.0%|MEM:6.6%] ... skipped 'MySQL module claims this function is not ready for production'
> test_get_master_status (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test get_master_status in the mysql execution module ... ok
> test_get_slave_status (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test get_slave_status in the mysql execution module ... ok
> test_get_slave_status_bad_server (unit.modules.test_mysql.MySQLTestCase)
> [CPU:50.0%|MEM:6.6%] Test get_slave_status in the mysql execution module, simulating a broken server ... ok
> test_grant_add (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test grant_add function in mysql exec module ... skipped 'TODO: Mock up user_grants()'
> test_grant_exists_all (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test to ensure that we can find a grant that exists ... ok
> test_grant_exists_false (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test to ensure that we don't find a grant that doesn't exist ... ok
> test_grant_exists_true (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test to ensure that we can find a grant that exists ... ok
> test_grant_revoke (unit.modules.test_mysql.MySQLTestCase)
> [CPU:100.0%|MEM:6.6%] Test grant revoke in mysql exec module ... skipped 'TODO: Mock up user_grants()'
> test_plugin_add (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test the adding/installing a MySQL / MariaDB plugin ... ok
> test_plugin_remove (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test the removing/uninstalling a MySQL / MariaDB plugin ... ok
> test_plugin_status (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test checking the status of a MySQL / MariaDB plugin ... ok
> test_processlist (unit.modules.test_mysql.MySQLTestCase)
> [CPU:50.0%|MEM:6.6%] Test processlist function in mysql exec module ... ok
> test_query (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_query_error (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] ... 00:41:59,079 [salt.modules.mysql :774 ][ERROR ] MySQL Error 9999: Something Went Wrong
> ok
> test_sanitize_comment (unit.modules.test_mysql.MySQLTestCase)
> [CPU:50.0%|MEM:6.6%] Test comment sanitization ... ok
> test_user_chpass (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test changing a MySQL user password in mysql exec module ... ok
> test_user_create (unit.modules.test_mysql.MySQLTestCase)
> [CPU:20.0%|MEM:6.6%] Test the creation of a MySQL user in mysql exec module ... ok
> test_user_exists (unit.modules.test_mysql.MySQLTestCase)
> [CPU:28.6%|MEM:6.6%] Test to see if mysql module properly forms the MySQL query to see if a user exists ... 00:41:59,125 [salt.modules.mysql :1358][ERROR ] Unable to verify password.
> ok
> test_user_grants (unit.modules.test_mysql.MySQLTestCase)
> [CPU:22.2%|MEM:6.6%] Test to ensure the mysql user_grants function returns properly formed SQL for a basic query ... ok
> test_user_info (unit.modules.test_mysql.MySQLTestCase)
> [CPU:33.3%|MEM:6.6%] Test to see if the mysql execution module correctly forms the SQL for information on a MySQL user. ... ok
> test_user_list (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test MySQL user_list function in mysql exec module ... ok
> test_user_remove (unit.modules.test_mysql.MySQLTestCase)
> [CPU:0.0%|MEM:6.6%] Test the removal of a MySQL user in mysql exec module ... ok
> test_enc_dec (unit.modules.test_nacl.NaclTest)
> [CPU:100.0%|MEM:6.6%] Generate keys, encrypt, then decrypt. ... skipped 'skipping test_nacl, libnacl is unavailable'
> test_keygen (unit.modules.test_nacl.NaclTest)
> [CPU:0.0%|MEM:6.6%] Test keygen ... skipped 'skipping test_nacl, libnacl is unavailable'
> test_sealedbox_enc_dec (unit.modules.test_nacl.NaclTest)
> [CPU:0.0%|MEM:6.6%] Generate keys, encrypt, then decrypt. ... skipped 'skipping test_nacl, libnacl is unavailable'
> test_secretbox_enc_dec (unit.modules.test_nacl.NaclTest)
> [CPU:0.0%|MEM:6.6%] Generate keys, encrypt, then decrypt. ... skipped 'skipping test_nacl, libnacl is unavailable'
> test_list_plugins (unit.modules.test_nagios.NagiosTestCase)
> [CPU:100.0%|MEM:6.6%] Test for List all the nagios plugins ... ok
> test_retcode (unit.modules.test_nagios.NagiosTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Run one nagios plugin and return retcode of the execution ... ok
> test_retcode_pillar (unit.modules.test_nagios.NagiosTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Run one or more nagios plugins from pillar data and ... ok
> test_run (unit.modules.test_nagios.NagiosTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Run nagios plugin and return all ... ok
> test_run_all (unit.modules.test_nagios.NagiosTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Run nagios plugin and return all ... ok
> test_run_all_pillar (unit.modules.test_nagios.NagiosTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Run one or more nagios plugins from pillar data ... ok
> test_run_pillar (unit.modules.test_nagios.NagiosTestCase)
> [CPU:0.0%|MEM:6.6%] Test for Run one or more nagios plugins from pillar data ... ok
> test_config (unit.modules.test_napalm_bgp.NapalmBgpModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_neighbors (unit.modules.test_napalm_bgp.NapalmBgpModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_container_path (unit.modules.test_napalm_formula.TestModulesNAPALMFormula)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_defaults (unit.modules.test_napalm_formula.TestModulesNAPALMFormula)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_render_field (unit.modules.test_napalm_formula.TestModulesNAPALMFormula)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_render_field_junos (unit.modules.test_napalm_formula.TestModulesNAPALMFormula)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_render_fields (unit.modules.test_napalm_formula.TestModulesNAPALMFormula)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_setval (unit.modules.test_napalm_formula.TestModulesNAPALMFormula)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_filter_pillar (unit.modules.test_napalm_netacl.NapalmAclModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_get_term_pillar (unit.modules.test_napalm_netacl.NapalmAclModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_load_filter_config (unit.modules.test_napalm_netacl.NapalmAclModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_load_policy_config (unit.modules.test_napalm_netacl.NapalmAclModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_load_term_config (unit.modules.test_napalm_netacl.NapalmAclModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_arp (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_cli_multi_command (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] Test that CLI works with 2 arg ... ok
> test_cli_single_command (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] Test that CLI works with 1 arg ... ok
> test_commit (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_compare_config (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_config (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_config_changed (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_config_control (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_connected_pass (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_discard_config (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_environment (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_facts (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_interfaces (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_ipaddrs (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_lldp (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_load_config (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_load_config_replace (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_load_template (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_mac (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_optics (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_ping (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_rollback (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_traceroute (unit.modules.test_napalm_network.NapalmNetworkModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delete_peers (unit.modules.test_napalm_ntp.NapalmNtpModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delete_servers (unit.modules.test_napalm_ntp.NapalmNtpModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_peers (unit.modules.test_napalm_ntp.NapalmNtpModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_servers (unit.modules.test_napalm_ntp.NapalmNtpModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_peers (unit.modules.test_napalm_ntp.NapalmNtpModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_servers (unit.modules.test_napalm_ntp.NapalmNtpModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_stats (unit.modules.test_napalm_ntp.NapalmNtpModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delete_probes (unit.modules.test_napalm_probes.NapalmProbesModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_probes_config (unit.modules.test_napalm_probes.NapalmProbesModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_probes_results (unit.modules.test_napalm_probes.NapalmProbesModuleTestCase)
> [CPU:100.0%|MEM:6.6%] ... ok
> test_schedule_probes (unit.modules.test_napalm_probes.NapalmProbesModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_probes (unit.modules.test_napalm_probes.NapalmProbesModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_show (unit.modules.test_napalm_route.NapalmRouteModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_config (unit.modules.test_napalm_snmp.NapalmSnmpModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_remove_config (unit.modules.test_napalm_snmp.NapalmSnmpModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_update_config (unit.modules.test_napalm_snmp.NapalmSnmpModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_config (unit.modules.test_napalm_users.NapalmUsersModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_delete_users (unit.modules.test_napalm_users.NapalmUsersModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_set_users (unit.modules.test_napalm_users.NapalmUsersModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_compliance_report (unit.modules.test_napalm_yang_mod.NapalmYangModModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_diff (unit.modules.test_napalm_yang_mod.NapalmYangModModuleTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_diff_list (unit.modules.test_napalm_yang_mod.NapalmYangModModuleTestCase)
> [CPU:0.0%|MEM:6.6%] Test it with an actual list ... ok
> test_get_config (unit.modules.test_napalm_yang_mod.NapalmYangModModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_load_config (unit.modules.test_napalm_yang_mod.NapalmYangModModuleTestCase)
> [CPU:50.0%|MEM:6.6%] ... ok
> test_parse (unit.modules.test_napalm_yang_mod.NapalmYangModModuleTestCase)
> [CPU:0.0%|MEM:6.6%] ... ok
> test_filter_by_site (unit.modules.test_netbox.NetBoxTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'pynetbox lib not installed'
> test_filter_url (unit.modules.test_netbox.NetBoxTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'pynetbox lib not installed'
> test_get_by_id (unit.modules.test_netbox.NetBoxTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'pynetbox lib not installed'
> test_get_by_name (unit.modules.test_netbox.NetBoxTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'pynetbox lib not installed'
> test_get_secret (unit.modules.test_netbox.NetBoxTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'pynetbox lib not installed'
> test_token_present (unit.modules.test_netbox.NetBoxTestCase)
> [CPU:0.0%|MEM:6.6%] ... skipped 'pynetbox lib not installed'
> test_sergrp_server_disable (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it disable a server:port member of a servicegroup ... ok
> test_server_add (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:25.8%|MEM:6.6%] Tests if it add a server ... ok
> test_server_delete (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it delete a server ... ok
> test_server_disable (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it disable a server globally ... ok
> test_server_enable (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it enables a server globally ... ok
> test_server_enabled (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it check if a server is enabled globally ... ok
> test_server_exists (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it checks if a server exists ... ok
> test_server_update (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it update a server's attributes ... ok
> test_service_disable (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it disable a service ... ok
> test_service_enable (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:50.0%|MEM:6.6%] Tests if it enable a service ... ok
> test_service_exists (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it checks if a service is UP ... ok
> test_service_up (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it checks if a service is UP ... ok
> test_servicegroup_add (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it add a new service group ... ok
> test_servicegroup_delete (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it delete a new service group ... ok
> test_servicegroup_exists (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it checks if a service group exists ... ok
> test_servicegroup_server_add (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:100.0%|MEM:6.6%] Tests if it add a server:port member to a servicegroup ... ok
> test_servicegroup_server_delete (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it remove a server:port member to a servicegroup ... ok
> test_servicegroup_server_enable (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it enable a server:port member of a servicegroup ... ok
> test_servicegroup_server_exists (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it check if a server:port combination ... ok
> test_servicegroup_server_up (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it check if a server:port combination ... ok
> test_vser_sergrp_delete (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it unbind a servicegroup from a vserver ... ok
> test_vser_sergrp_exists (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it checks if a servicegroup is tied to a vserver ... ok
> test_vserver_add (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it add a new lb vserver ... ok
> test_vserver_delete (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:50.0%|MEM:6.6%] Tests if it delete a new lb vserver ... ok
> test_vserver_exists (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it checks if a vserver exists ... ok
> test_vserver_servicegroup_add (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it bind a servicegroup to a vserver ... ok
> test_vserver_sslcert_add (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it binds a SSL certificate to a vserver ... ok
> test_vserver_sslcert_delete (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:0.0%|MEM:6.6%] Tests if it unbinds a SSL certificate from a vserver ... ok
> test_vserver_sslcert_exists (unit.modules.test_netscaler.NetscalerTestCase)
> [CPU:50.0%|MEM:6.6%] Tests if it checks if a SSL certificate is tied to a vserver ... ok
> test_active_tcp (unit.modules.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:6.6%] Test for return a dict containing information on all ... ok
> test_arp (unit.modules.test_network.NetworkTestCase)
> [CPU:23.7%|MEM:6.6%] Test for return the arp table from the minion ... ok
> test_connect (unit.modules.test_network.NetworkTestCase)
> [CPU:50.0%|MEM:6.6%] Test for Test connectivity to a host using a particular ... ok
> test_default_route (unit.modules.test_network.NetworkTestCase)
> [CPU:25.0%|MEM:6.7%] Test for return default route(s) from routing table ... ok
> test_dig (unit.modules.test_network.NetworkTestCase)
> [CPU:50.0%|MEM:6.7%] Test for Performs a DNS lookup with dig ... ok
> test_get_bufsize (unit.modules.test_network.NetworkTestCase)
> [CPU:24.7%|MEM:6.7%] Test for return network buffer sizes as a dict ... ok
> test_get_hostname (unit.modules.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:6.7%] Test for Get hostname ... ok
> test_get_route (unit.modules.test_network.NetworkTestCase)
> [CPU:33.3%|MEM:6.7%] Test for return output from get_route ... ok
> test_hw_addr (unit.modules.test_network.NetworkTestCase)
> [CPU:33.3%|MEM:6.7%] Test for return the hardware address (a.k.a. MAC address) ... ok
> test_in_subnet (unit.modules.test_network.NetworkTestCase)
> [CPU:25.3%|MEM:6.7%] Test for returns True if host is within specified ... ok
> test_interface (unit.modules.test_network.NetworkTestCase)
> [CPU:25.0%|MEM:6.7%] Test for return the inet address for a given interface ... ok
> test_interface_ip (unit.modules.test_network.NetworkTestCase)
> [CPU:25.0%|MEM:6.7%] Test for return the inet address for a given interface ... ok
> test_interfaces (unit.modules.test_network.NetworkTestCase)
> [CPU:26.3%|MEM:6.7%] Test for return a dictionary of information about ... ok
> test_ip_addrs (unit.modules.test_network.NetworkTestCase)
> [CPU:24.0%|MEM:6.7%] Test for returns a list of IPv4 addresses assigned to the host. ... ok
> test_ip_addrs6 (unit.modules.test_network.NetworkTestCase)
> [CPU:25.6%|MEM:6.8%] Test for returns a list of IPv6 addresses assigned to the host. ... ok
> test_is_loopback (unit.modules.test_network.NetworkTestCase)
> [CPU:25.3%|MEM:6.8%] Test for Check if the given IP address is a loopback address ... ok
> test_is_private (unit.modules.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Check if the given IP address is a private address ... ok
> test_mod_bufsize (unit.modules.test_network.NetworkTestCase)
> [CPU:33.3%|MEM:6.8%] Test for Modify network interface buffers (currently linux only) ... ok
> test_mod_hostname (unit.modules.test_network.NetworkTestCase)
> [CPU:50.0%|MEM:6.8%] Test for Modify hostname ... ok
> test_netstat (unit.modules.test_network.NetworkTestCase)
> [CPU:24.0%|MEM:6.8%] Test for return information on open ports and states ... ok
> test_ping (unit.modules.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Performs a ping to a host ... ok
> test_routes (unit.modules.test_network.NetworkTestCase)
> [CPU:26.0%|MEM:6.8%] Test for return currently configured routes from routing table ... ok
> test_subnets (unit.modules.test_network.NetworkTestCase)
> [CPU:25.0%|MEM:6.8%] Test for returns a list of subnets to which the host belongs ... ok
> test_traceroute (unit.modules.test_network.NetworkTestCase)
> [CPU:25.6%|MEM:6.8%] Test for Performs a traceroute to a 3rd party host ... ok
> test_wol_bad_mac (unit.modules.test_network.NetworkTestCase)
> [CPU:24.7%|MEM:6.8%] tests network.wol with bad mac ... ok
> test_wol_success (unit.modules.test_network.NetworkTestCase)
> [CPU:33.3%|MEM:6.8%] tests network.wol success ... ok
> test_add_gateway_router (unit.modules.test_neutron.NeutronTestCase)
> [CPU:28.6%|MEM:6.8%] Test if it adds an external network gateway to the specified router ... ok
> test_add_interface_router (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it adds an internal network interface to the specified router ... ok
> test_create_floatingip (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new floatingIP ... ok
> test_create_ikepolicy (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new IKEPolicy ... ok
> test_create_ipsec_site (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new IPsecSiteConnection ... ok
> test_create_ipsecpolicy (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new IPsecPolicy ... ok
> test_create_network (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new network ... ok
> test_create_port (unit.modules.test_neutron.NeutronTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it creates a new port ... ok
> test_create_router (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new router ... ok
> test_create_security_group (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new security group ... ok
> test_create_security_group_rule (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new security group rule ... ok
> test_create_subnet (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new subnet ... ok
> test_create_vpnservice (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new VPN service ... ok
> test_delete_floatingip (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes the specified floating IP ... ok
> test_delete_ikepolicy (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes the specified IKEPolicy ... ok
> test_delete_ipsec_site (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes the specified IPsecSiteConnection ... ok
> test_delete_ipsecpolicy (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes the specified IPsecPolicy ... ok
> test_delete_network (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes the specified network ... ok
> test_delete_port (unit.modules.test_neutron.NeutronTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it deletes the specified port ... ok
> test_delete_quota (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it delete the specified tenant's quota value ... ok
> test_delete_router (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it delete the specified router ... ok
> test_delete_security_group (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes the specified security group ... ok
> test_delete_security_group_rule (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes the specified security group rule ... ok
> test_delete_subnet (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes the specified subnet ... ok
> test_delete_vpnservice (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes the specified VPN service ... ok
> test_get_quotas_tenant (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches tenant info in server's context for ... ok
> test_list_extensions (unit.modules.test_neutron.NeutronTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it fetches a list of all extensions on server side ... ok
> test_list_floatingips (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetch a list of all floatingIPs for a tenant ... ok
> test_list_ikepolicies (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches a list of all configured IKEPolicies for a tenant ... ok
> test_list_ipsec_site (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches all configured IPsec Site Connections for a tenant ... ok
> test_list_ipsecpolicies (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches a list of all configured IPsecPolicies for a tenant ... ok
> test_list_networks (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches a list of all networks for a tenant ... ok
> test_list_ports (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches a list of all networks for a tenant ... ok
> test_list_quotas (unit.modules.test_neutron.NeutronTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it fetches all tenants quotas ... ok
> test_list_routers (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches a list of all routers for a tenant ... ok
> test_list_security_group_rules (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches a list of all security group rules for a tenant ... ok
> test_list_security_groups (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches a list of all security groups for a tenant ... ok
> test_list_subnets (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches a list of all networks for a tenant ... ok
> test_list_vpnservices (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches a list of all configured VPN services for a tenant ... ok
> test_remove_gateway_router (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it removes an external network gateway from the specified router ... ok
> test_remove_interface_router (unit.modules.test_neutron.NeutronTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it removes an internal network interface from the specified ... ok
> test_show_floatingip (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a certain floatingIP ... ok
> test_show_ikepolicy (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a specific IKEPolicy ... ok
> test_show_ipsec_site_connection (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a specific IPsecSiteConnection ... ok
> test_show_ipsecpolicy (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a specific IPsecPolicy ... ok
> test_show_network (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a certain network ... ok
> test_show_port (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a certain port ... ok
> test_show_quota (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a certain tenant's quotas ... ok
> test_show_router (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a certain router ... ok
> test_show_security_group (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a certain security group ... ok
> test_show_security_group_rule (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a certain security group rule ... ok
> test_show_subnet (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it fetches information of a certain subnet ... ok
> test_show_vpnservice (unit.modules.test_neutron.NeutronTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it fetches information of a specific VPN service ... ok
> test_update_floatingip (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it updates a floatingIP ... ok
> test_update_network (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it updates a network ... ok
> test_update_port (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it updates a port ... ok
> test_update_quota (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it update a tenant's quota ... ok
> test_update_router (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it updates a router ... ok
> test_update_security_group (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it updates a security group ... ok
> test_update_subnet (unit.modules.test_neutron.NeutronTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it updates a subnet ... ok
> test_update_vpnservice (unit.modules.test_neutron.NeutronTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it updates a VPN service ... ok
> test_artifact_get_metadata (unit.modules.test_nexus.nexusTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_artifact_metadata_url (unit.modules.test_nexus.nexusTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_construct_url_for_released_version (unit.modules.test_nexus.nexusTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_construct_url_for_snapshot_version (unit.modules.test_nexus.nexusTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_snapshot_version_get_metadata (unit.modules.test_nexus.nexusTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_snapshot_version_metadata_url (unit.modules.test_nexus.nexusTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_del_export (unit.modules.test_nfs3.NfsTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Remove an export ... ok
> test_list_exports (unit.modules.test_nfs3.NfsTestCase)
> [CPU:0.0%|MEM:6.8%] Test for List configured exports ... ok
> test_append (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it append a rule to the specified table & chain. ... ok
> test_append_rule (unit.modules.test_nftables.NftablesTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it append a rule to the specified table & chain. ... ok
> test_build_rule (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it build a well-formatted nftables rule based on kwargs. ... ok
> test_check (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it check for the existence of a rule in the table and chain ... ok
> test_check_chain (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it check for the existence of a chain in the table ... ok
> test_check_table (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it check for the existence of a table ... ok
> test_delete (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it delete a rule from the specified table & chain, ... ok
> test_delete_chain (unit.modules.test_nftables.NftablesTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it delete the chain from the specified table. ... ok
> test_delete_chain_variables (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it delete the chain from the specified table. ... ok
> test_delete_rule (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it delete a rule from the specified table & chain, ... ok
> test_delete_table (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it delete custom table. ... ok
> test_flush (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it flush the chain in the specified table, flush all chains ... ok
> test_flush_chain (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it flush the chain in the specified table, flush all chains ... ok
> test_get_rule_handle (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it get the handle for a particular rule ... ok
> test_get_rules (unit.modules.test_nftables.NftablesTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it return a data structure of the current, in-memory rules ... ok
> test_get_saved_rules (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a data structure of the rules in the conf file ... ok
> test_insert (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it insert a rule into the specified table & chain, ... ok
> test_insert_rule (unit.modules.test_nftables.NftablesTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it insert a rule into the specified table & chain, ... ok
> test_list_tables (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a data structure of the current, in-memory tables ... ok
> test_new_chain (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it create new chain to the specified table. ... ok
> test_new_chain_variable (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it create new chain to the specified table. ... ok
> test_new_table (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it create new custom table. ... ok
> test_save (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it save the current in-memory rules to disk ... ok
> test_version (unit.modules.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return version from nftables --version ... ok
> test_nginx_status (unit.modules.test_nginx.NginxTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_nginx_status_with_arg (unit.modules.test_nginx.NginxTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_change_state_down_state (unit.modules.test_nilrt_ip.NilrtIPTestCase)
> [CPU:0.0%|MEM:6.8%] Tests _change_state when not connected ... ok
> test_change_state_up_state (unit.modules.test_nilrt_ip.NilrtIPTestCase)
> [CPU:0.0%|MEM:6.8%] Tests _change_state when connected ... ok
> test_boot (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Boot (create) a new instance ... ok
> test_delete (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Delete an instance ... ok
> test_flavor_create (unit.modules.test_nova.NovaTestCase)
> [CPU:50.0%|MEM:6.8%] Test for Add a flavor to nova (nova flavor-create) ... ok
> test_flavor_delete (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Delete a flavor from nova by id (nova flavor-delete) ... ok
> test_flavor_list (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Return a list of available flavors (nova flavor-list) ... ok
> test_image_list (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Return a list of available images ... ok
> test_image_meta_delete (unit.modules.test_nova.NovaTestCase)
> [CPU:50.0%|MEM:6.8%] Test for Delete a key=value pair from the metadata for an image ... ok
> test_image_meta_set (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Sets a key=value pair in the ... ok
> test_keypair_add (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Add a keypair to nova (nova keypair-add) ... ok
> test_keypair_delete (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Add a keypair to nova (nova keypair-delete) ... ok
> test_keypair_list (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Return a list of available keypairs (nova keypair-list) ... ok
> test_list_ (unit.modules.test_nova.NovaTestCase)
> [CPU:50.0%|MEM:6.8%] Test for To maintain the feel of the nova command line, ... ok
> test_lock (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Lock an instance ... ok
> test_resume (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Resume an instance ... ok
> test_secgroup_create (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Add a secgroup to nova (nova secgroup-create) ... ok
> test_secgroup_delete (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Delete a secgroup to nova (nova secgroup-delete) ... ok
> test_secgroup_list (unit.modules.test_nova.NovaTestCase)
> [CPU:100.0%|MEM:6.8%] Test for Return a list of available security groups (nova items-list) ... ok
> test_server_by_name (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Return information about a server ... ok
> test_server_list (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Return list of active servers ... ok
> test_server_list_detailed (unit.modules.test_nova.NovaTestCase)
> [CPU:50.0%|MEM:6.8%] Test for Return detailed list of active servers ... ok
> test_server_show (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Return detailed information for an active server ... ok
> test_show (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for To maintain the feel of the nova command line, ... ok
> test_suspend (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Suspend an instance ... ok
> test_volume_attach (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Attach a block storage volume ... ok
> test_volume_create (unit.modules.test_nova.NovaTestCase)
> [CPU:50.0%|MEM:6.8%] Test for Create a block storage volume ... ok
> test_volume_delete (unit.modules.test_nova.NovaTestCase)
> [CPU:25.0%|MEM:6.8%] Test for Destroy the volume ... ok
> test_volume_detach (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Attach a block storage volume ... ok
> test_volume_list (unit.modules.test_nova.NovaTestCase)
> [CPU:50.0%|MEM:6.8%] Test for List storage volumes ... ok
> test_volume_show (unit.modules.test_nova.NovaTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Create a block storage volume ... ok
> test_cache_clean (unit.modules.test_npm.NpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it cleans the cached NPM packages. ... 00:42:02,849 [salt.modules.npm :370 ][ERROR ] error
> ok
> test_cache_list (unit.modules.test_npm.NpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists the NPM cache. ... ok
> test_cache_path (unit.modules.test_npm.NpmTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it prints the NPM cache path. ... ok
> test_install (unit.modules.test_npm.NpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it installs an NPM package. ... ok
> test_list (unit.modules.test_npm.NpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list installed NPM packages. ... ok
> test_uninstall (unit.modules.test_npm.NpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it uninstalls an NPM package. ... 00:42:02,858 [salt.modules.npm :242 ][ERROR ] error
> ok
> test_add_config (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:add_config method ... ok
> test_check_password_password_encrypted_false (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:check_password method - password is not encrypted ... ok
> test_check_password_password_encrypted_true (unit.modules.test_nxos.NxosTestCase)
> [CPU:33.3%|MEM:6.8%] UT: nxos module:check_password method - password is encrypted ... ok
> test_check_password_password_encrypted_true_negative (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:check_password method - password is not encrypted ... ok
> test_check_password_password_nxos_comment (unit.modules.test_nxos.NxosTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos module:check_password method - password_line has '!' ... ok
> test_check_password_return_none (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:check_password method - return None ... ok
> test_check_role_false (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:check_role method - Role not configured ... ok
> test_check_role_true (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:check_role method - Role configured ... ok
> test_check_virtual (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:check_virtual method - return value ... ok
> test_cmd_any_function (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:cmd method - check_role function ... ok
> test_cmd_function_absent (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:cmd method - non existent function ... ok
> test_commands_error (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:config method - Mandatory arg commands not specified ... ok
> test_config_commands (unit.modules.test_nxos.NxosTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos module:config method - Using commands arg ... ok
> test_config_commands_string (unit.modules.test_nxos.NxosTestCase)
> [CPU:33.3%|MEM:6.8%] UT: nxos module:config method - Using commands arg and output is string ... ok
> test_config_commands_template_none (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:config method - Template engine is None ... ok
> test_config_file (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:config method - Using config_file arg ... ok
> test_config_file_error1 (unit.modules.test_nxos.NxosTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos module:config method - Error file not found ... ok
> test_config_file_error2 (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:config method - Mandatory arg config_file not specified ... ok
> test_config_nxos_error_ssh (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:config method - nxos device error over ssh transport ... ok
> test_configure_device (unit.modules.test_nxos.NxosTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos module:_configure_device method ... ok
> test_delete_config (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:delete_config method ... ok
> test_find_multiple_matches (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:test_find method - Find multiple matches in running config ... ok
> test_find_single_match (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:test_find method - Find single match in running config ... ok
> test_get_roles_user_configured (unit.modules.test_nxos.NxosTestCase)
> [CPU:100.0%|MEM:6.8%] UT: nxos module:get_roles method - User configured ... ok
> test_get_roles_user_configured_no_role (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:get_roles method - User configured no roles ... ok
> test_get_roles_user_not_configured (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:get_roles method - User not configured ... ok
> test_get_user_configured (unit.modules.test_nxos.NxosTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos module:get_user method - User configured ... ok
> test_grains (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:grains method ... ok
> test_grains_get_cache (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:grains method ... ok
> test_grains_refresh (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:grains_refresh method ... ok
> test_nxapi_config (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:_nxapi_config method ... ok
> test_nxapi_config_failure (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:_nxapi_config method ... ok
> test_nxapi_request_no_proxy (unit.modules.test_nxos.NxosTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos module:_nxapi_request method - no proxy ... ok
> test_nxapi_request_proxy (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:_nxapi_request method - proxy ... ok
> test_ping_native_minion (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:ping method - proxy ... ok
> test_ping_proxy (unit.modules.test_nxos.NxosTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos module:ping method - proxy ... ok
> test_remove_user (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:remove_user method ... ok
> test_replace (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:replace method ... ok
> test_replace_full_match_true (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:replace method - full match true ... ok
> test_replace_no_match (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:replace method - no match ... ok
> test_save_running_config (unit.modules.test_nxos.NxosTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos module:save_running_config method ... ok
> test_sendline_invalid_method (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:sendline method - invalid method ... ok
> test_sendline_valid_method_nxapi_uds (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:sendline method - valid method over nxapi uds ... ok
> test_sendline_valid_method_proxy (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:sendline method - valid method over proxy ... ok
> test_set_password_blowfish_crypt (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:set_password method - role none ... ok
> test_set_password_enc_false_cs_none (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:set_password method - encrypted False, crypt_salt None ... ok
> test_set_password_enc_false_cs_set (unit.modules.test_nxos.NxosTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos module:set_password method - encrypted False, crypt_salt set ... ok
> test_set_password_enc_true (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:set_password method - encrypted True ... ok
> test_set_password_role_none (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:set_password method - role none ... ok
> test_set_role (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:save_running_config method ... ok
> test_show_nxapi (unit.modules.test_nxos.NxosTestCase)
> [CPU:100.0%|MEM:6.8%] UT: nxos module:show method - nxapi returns info as list ... ok
> test_show_nxapi_structured (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:show method - nxapi returns info as list ... ok
> test_show_raw_text_invalid (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:show method - invalid argument ... ok
> test_show_raw_text_true (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:show method - raw_test true ... ok
> test_show_raw_text_true_multiple_commands (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:show method - raw_test true multiple commands ... ok
> test_show_run (unit.modules.test_nxos.NxosTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos module:show_run method ... ok
> test_show_ver (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:show_ver method ... ok
> test_system_info (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:system_info method ... ok
> test_unset_role (unit.modules.test_nxos.NxosTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos module:save_running_config method ... ok
> test_check_upgrade_impact_backend_processing_error_500 (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos_upgrade module:check_upgrade_impact method - error HTTP code 500 ... ok
> test_check_upgrade_impact_disruptive_success (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:33.3%|MEM:6.8%] UT: nxos_upgrade module:check_upgrade_impact method - disruptive success ... ok
> test_check_upgrade_impact_input_validation (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:22.2%|MEM:6.8%] UT: nxos_upgrade module:check_upgrade_impact method - input validation ... ok
> test_check_upgrade_impact_internal_server_error_400_in_progress (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos_upgrade module:check_upgrade_impact method - in-progress error HTTP code 400 ... ok
> test_check_upgrade_impact_internal_server_error_400_invalid_command (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos_upgrade module:check_upgrade_impact method - invalid command error HTTP code 400 ... ok
> test_check_upgrade_impact_internal_server_error_500 (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos_upgrade module:check_upgrade_impact method - internal server error HTTP code 500 ... ok
> test_check_upgrade_impact_non_disruptive_success (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:50.0%|MEM:6.8%] UT: nxos_upgrade module:check_upgrade_impact method - non-disruptive success ... ok
> test_upgrade_CommandExecutionError_Exception (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:25.0%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - raise CommandExecutionError exception #1 ... ok
> test_upgrade_CommandExecutionError_Exception2 (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - raise CommandExecutionError exception #2 ... ok
> test_upgrade_NxosError_Exception (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:28.6%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - raise NxosError exception ... ok
> test_upgrade_NxosError_Exception2 (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:33.3%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - raise NxosError exception #2 ... ok
> test_upgrade_input_validation (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:25.0%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - input validation ... ok
> test_upgrade_install_all_disruptive (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - install all disruptive ... ok
> test_upgrade_install_all_non_disruptive (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:21.4%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - install all non-disruptive ... ok
> test_upgrade_install_in_progress (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:20.0%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - in-progress ... ok
> test_upgrade_install_in_progress_sans_terminal_dont_ask (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:33.3%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - in-progress (sans terminal don't-ask) ... ok
> test_upgrade_install_in_progress_terminal_dont_ask (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - in-progress (terminal don't-ask) ... ok
> test_upgrade_internal_server_error_500 (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:33.3%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - internal server error 500 ... ok
> test_upgrade_invalid_command (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:0.0%|MEM:6.8%] UT: nxos_upgrade module:upgrade method - invalid command ... ok
> test_upgrade_show_install_all_impact_no_module_data (unit.modules.test_nxos_upgrade.NxosUpgradeTestCase)
> [CPU:33.3%|MEM:6.8%] UT: nxos_upgrade module: upgrade method - no module data ... ok
> test_assign (unit.modules.test_openbsd_sysctl.OpenBSDSysctlTestCase)
> [CPU:20.0%|MEM:6.8%] Tests the return of successful assign function ... ok
> test_assign_cmd_eperm (unit.modules.test_openbsd_sysctl.OpenBSDSysctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if the assignment was not permitted. ... ok
> test_assign_cmd_failed (unit.modules.test_openbsd_sysctl.OpenBSDSysctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if the assignment was successful or not ... ok
> test_get (unit.modules.test_openbsd_sysctl.OpenBSDSysctlTestCase)
> [CPU:100.0%|MEM:6.8%] Tests the return of get function ... ok
> test_install_pkgs (unit.modules.test_openbsdpkg.OpenbsdpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test package install behavior for the following conditions: ... ok
> test_list_pkgs (unit.modules.test_openbsdpkg.OpenbsdpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test for listing installed packages. ... ok
> test_upgrade (unit.modules.test_openbsdpkg.OpenbsdpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test upgrading packages. ... ok
> test_upgrade_available (unit.modules.test_openbsdpkg.OpenbsdpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test upgrade_available when an update is available. ... ok
> test_upgrade_not_available (unit.modules.test_openbsdpkg.OpenbsdpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test upgrade_available when an update is not available. ... ok
> test_openscap_xccdf_eval_evaluation_error (unit.modules.test_openscap.OpenscapTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_openscap_xccdf_eval_fail_no_profile (unit.modules.test_openscap.OpenscapTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_openscap_xccdf_eval_fail_not_implemented_action (unit.modules.test_openscap.OpenscapTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_openscap_xccdf_eval_success (unit.modules.test_openscap.OpenscapTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_openscap_xccdf_eval_success_ignore_unknown_params (unit.modules.test_openscap.OpenscapTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_openscap_xccdf_eval_success_with_failing_rules (unit.modules.test_openscap.OpenscapTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_delete (unit.modules.test_openstack_config.OpenstackConfigTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it delete a value from an OpenStack configuration file. ... ok
> test_get (unit.modules.test_openstack_config.OpenstackConfigTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it get a value from an OpenStack configuration file. ... ok
> test_set (unit.modules.test_openstack_config.OpenstackConfigTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it set a value in an OpenStack configuration file. ... ok
> test_check_extra_requirements (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Return the information of check_extra_requirements ... ok
> test_file_dict (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - List the files that belong to a package, grouped by package. ... ok
> test_file_list (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - List the files that belong to a package. ... ok
> test_info_installed (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Return the information of the named package(s) installed on the system. ... ok
> test_install (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Install packages. ... ok
> test_install_noaction (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Install packages. ... ok
> test_owner (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Return the name of the package that owns the file. ... ok
> test_remove (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Remove packages. ... ok
> test_remove_noaction (unit.modules.test_opkg.OpkgTestCase)
> [CPU:100.0%|MEM:6.8%] Test - Remove packages. ... ok
> test_upgrade_available (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Check whether or not an upgrade is available for a given package. ... ok
> test_version (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Returns a string representing the package version or an empty string if ... ok
> test_version_clean (unit.modules.test_opkg.OpkgTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Return the information of version_clean ... ok
> test_client_version (unit.modules.test_oracle.OracleTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Oracle Client Version ... ok
> test_run_query (unit.modules.test_oracle.OracleTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Run SQL query and return result ... ok
> test_show_dbs (unit.modules.test_oracle.OracleTestCase)
> [CPU:33.3%|MEM:6.8%] Test for Show databases configuration from pillar. Filter by `*args` ... ok
> test_show_env (unit.modules.test_oracle.OracleTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Show Environment used by Oracle Client ... ok
> test_show_pillar (unit.modules.test_oracle.OracleTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Show Pillar segment oracle.* ... ok
> test_version (unit.modules.test_oracle.OracleTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Server Version (select banner from v$version) ... ok
> test_deb_packages (unit.modules.test_osquery.OSQueryTestCase)
> [CPU:0.0%|MEM:6.8%] Test the results returned from the deb_packages function ... ok
> test_deb_packages_with_attrs (unit.modules.test_osquery.OSQueryTestCase)
> [CPU:0.0%|MEM:6.8%] Test the results returned from the deb_packages function ... ok
> test_kernel_modules (unit.modules.test_osquery.OSQueryTestCase)
> [CPU:0.0%|MEM:6.8%] Test the results returned from the kernel_modules function ... ok
> test_kernel_modules_with_attrs (unit.modules.test_osquery.OSQueryTestCase)
> [CPU:0.0%|MEM:6.8%] Test the results returned from the kernel_modules function ... ok
> test_osquery_info (unit.modules.test_osquery.OSQueryTestCase)
> [CPU:100.0%|MEM:6.8%] Test the results returned from the kernel_modules function ... ok
> test_osquery_info_with_attrs (unit.modules.test_osquery.OSQueryTestCase)
> [CPU:0.0%|MEM:6.8%] Test the results returned from the kernel_modules function ... ok
> test_version (unit.modules.test_osquery.OSQueryTestCase)
> [CPU:0.0%|MEM:6.8%] Test the version returned from OSQuery ... ok
> test_group_diff (unit.modules.test_pacmanpkg.PacmanTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it shows the difference between installed and target group contents ... ok
> test_group_info (unit.modules.test_pacmanpkg.PacmanTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it shows the packages in a group ... ok
> test_group_list (unit.modules.test_pacmanpkg.PacmanTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists the available groups ... ok
> test_list_pkgs (unit.modules.test_pacmanpkg.PacmanTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it list the packages currently installed in a dict ... ok
> test_list_pkgs_as_list (unit.modules.test_pacmanpkg.PacmanTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists the packages currently installed in a dict ... ok
> test_create_event (unit.modules.test_pagerduty.PagerdutyTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Create an event in PagerDuty. Designed for use in states. ... ok
> test_list_incidents (unit.modules.test_pagerduty.PagerdutyTestCase)
> [CPU:0.0%|MEM:6.8%] Test for List incidents belonging to this account ... ok
> test_list_policies (unit.modules.test_pagerduty.PagerdutyTestCase)
> [CPU:0.0%|MEM:6.8%] Test for List escalation policies belonging to this account ... ok
> test_list_schedules (unit.modules.test_pagerduty.PagerdutyTestCase)
> [CPU:0.0%|MEM:6.8%] Test for List schedules belonging to this account ... ok
> test_list_services (unit.modules.test_pagerduty.PagerdutyTestCase)
> [CPU:0.0%|MEM:6.8%] Test for List services belonging to this account ... ok
> test_list_users (unit.modules.test_pagerduty.PagerdutyTestCase)
> [CPU:0.0%|MEM:6.8%] Test for List users belonging to this account ... ok
> test_list_windows (unit.modules.test_pagerduty.PagerdutyTestCase)
> [CPU:0.0%|MEM:6.8%] Test for List maintenance windows belonging to this account ... ok
> test_read_file (unit.modules.test_pam.PamTestCase)
> [CPU:100.0%|MEM:6.8%] Test if the parsing function works ... ok
> test__find_guids (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels._find_guids ... ok
> test__normalize_args (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels._normalize_args ... ok
> test__validate_snap_name (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels._validate_snap_name ... ok
> test_clone (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.clone ... ok
> test_delete (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.delete ... ok
> test_delete_snapshot (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:50.0%|MEM:6.8%] Test parallels.delete_snapshot ... ok
> test_exec_ (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.exec_ ... ok
> test_exists (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.exists ... ok
> test_list_snapshots (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.list_snapshots ... ok
> test_list_vms (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.list_vms ... ok
> test_prlctl (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.prlctl ... ok
> test_prlsrvctl (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:50.0%|MEM:6.8%] Test parallels.prlsrvctl ... ok
> test_reset (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.reset ... ok
> test_restart (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.restart ... ok
> test_revert_snapshot (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.revert_snapshot ... ok
> test_snapshot (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.snapshot ... ok
> test_snapshot_id_to_name (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:100.0%|MEM:6.8%] Test parallels.snapshot_id_to_name ... ok
> test_snapshot_name_to_id (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.snapshot_name_to_id ... ok
> test_start (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.start ... ok
> test_status (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.status ... ok
> test_stop (unit.modules.test_parallels.ParallelsTestCase)
> [CPU:0.0%|MEM:6.8%] Test parallels.stop ... ok
> test__is_fstype (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_btrfs_fstypes (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:100.0%|MEM:6.8%] Tests if we see btrfs as valid fs type ... ok
> test_disk_set (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_disk_toggle (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list__bad_header (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list__bad_label_info (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list__bad_partition (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_list__empty_cmd_output (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list__invalid_unit (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list__valid_cmd_output (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list__valid_legacy_cmd_output (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list__valid_unit_chs_valid_cmd_output (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list__valid_unit_empty_cmd_output (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list__valid_unit_valid_cmd_output (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_list__valid_unit_valid_legacy_cmd_output (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list__without_device (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_probe_w_multiple_args (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_probe_w_single_arg (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_probe_wo_args (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_virtual (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] On expected platform with correct utils in PATH, register "partition" module ... ok
> test_virtual_bails_on_windows (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] If running windows, __virtual__ shouldn't register module ... ok
> test_virtual_bails_without_lsblk (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] If lsblk not in PATH, __virtual__ shouldn't register module ... ok
> test_virtual_bails_without_parted (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] If parted not in PATH, __virtual__ shouldn't register module ... ok
> test_virtual_bails_without_partprobe (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] If partprobe not in PATH, __virtual__ shouldn't register module ... ok
> test_xfs_fstypes (unit.modules.test_parted_partition.PartedTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if we see xfs as valid fs type ... ok
> test_generate_nt_hash (unit.modules.test_pdbedit.PdbeditTestCase)
> [CPU:50.0%|MEM:6.8%] Test salt.modules.pdbedit.generate_nt_hash ... ok
> test_version (unit.modules.test_pdbedit.PdbeditTestCase)
> [CPU:0.0%|MEM:6.8%] Test salt.modules.__virtual__'s handling of pdbedit versions ... ok
> test_install (unit.modules.test_pecl.PeclTestCase)
> [CPU:0.0%|MEM:6.8%] Test to installs one or several pecl extensions. ... ok
> test_list_ (unit.modules.test_pecl.PeclTestCase)
> [CPU:0.0%|MEM:6.8%] Test to list installed pecl extensions. ... ok
> test_uninstall (unit.modules.test_pecl.PeclTestCase)
> [CPU:0.0%|MEM:6.8%] Test to uninstall one or several pecl extensions. ... ok
> test_update (unit.modules.test_pecl.PeclTestCase)
> [CPU:0.0%|MEM:6.8%] Test to update one or several pecl extensions. ... ok
> test_disable_when_disabled (unit.modules.test_pf.PfTestCase)
> [CPU:100.0%|MEM:6.8%] Tests disabling pf when it already disabled. ... ok
> test_disable_when_enabled (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests disabling pf when it's enabled. ... ok
> test_enable_when_disabled (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests enabling pf when it's not enabled yet. ... ok
> test_enable_when_enabled (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests enabling pf when it already enabled. ... ok
> test_flush (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests a regular flush command. ... ok
> test_flush_capital (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests a flush command starting with a capital letter. ... ok
> test_flush_without_changes (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests a flush command that has no changes. ... ok
> test_load (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests loading ruleset. ... ok
> test_load_noop (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests evaluating but not actually loading ruleset. ... ok
> test_loglevel_freebsd (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests setting a loglevel. ... ok
> test_loglevel_openbsd (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests setting a loglevel. ... ok
> test_show (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests a regular show command. ... ok
> test_show_capital (unit.modules.test_pf.PfTestCase)
> [CPU:50.0%|MEM:6.8%] Tests a show command starting with a capital letter. ... ok
> test_table (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests a regular table command. ... ok
> test_table_add_addresses (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests adding addresses to a table. ... ok
> test_table_expire (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the table expire command. ... ok
> test_table_no_changes (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests a table command that has no changes. ... ok
> test_table_show (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests showing table contents. ... ok
> test_table_test_address (unit.modules.test_pf.PfTestCase)
> [CPU:0.0%|MEM:6.8%] Tests testing addresses in a table. ... ok
> test_ls (unit.modules.test_pillar.PillarModuleTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_obfuscate (unit.modules.test_pillar.PillarModuleTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_obfuscate_inner_more_types (unit.modules.test_pillar.PillarModuleTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_obfuscate_inner_recursion (unit.modules.test_pillar.PillarModuleTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_pillar_get_default_merge (unit.modules.test_pillar.PillarModuleTestCase)
> [CPU:0.0%|MEM:6.8%] ... /<<PKGBUILDDIR>>/salt/modules/nxos.py:484: DeprecationWarning: 'nxos.add_config lines' is deprecated in favor of 'nxos.config commands'
> warn_until(
> /<<PKGBUILDDIR>>/salt/modules/nxos.py:227: DeprecationWarning: 'nxos.cmd COMMAND' is deprecated in favor of 'nxos.COMMAND'
> warn_until("Silicon", "'nxos.cmd COMMAND' is deprecated in favor of 'nxos.COMMAND'")
> /<<PKGBUILDDIR>>/salt/modules/nxos.py:390: DeprecationWarning: 'nxos.show commands' is deprecated in favor of 'nxos.sendline commands'
> warn_until(
> /<<PKGBUILDDIR>>/salt/modules/nxos.py:458: DeprecationWarning: 'nxos.system_info' is deprecated in favor of 'nxos.grains'
> warn_until("Silicon", "'nxos.system_info' is deprecated in favor of 'nxos.grains'")
> 00:42:03,405 [salt.modules.pillar :178 ][ERROR ] pillar.get: Default () is of type 'str', must be a dict or list to merge. Merge will be skipped.
> 00:42:03,405 [salt.modules.pillar :178 ][ERROR ] pillar.get: Default () is of type 'str', must be a dict or list to merge. Merge will be skipped.
> 00:42:03,405 [salt.modules.pillar :178 ][ERROR ] pillar.get: Default () is of type 'str', must be a dict or list to merge. Merge will be skipped.
> 00:42:03,405 [salt.modules.pillar :178 ][ERROR ] pillar.get: Default () is of type 'str', must be a dict or list to merge. Merge will be skipped.
> 00:42:03,405 [salt.modules.pillar :178 ][ERROR ] pillar.get: Default (1) is of type 'int', must be a dict or list to merge. Merge will be skipped.
> 00:42:03,405 [salt.modules.pillar :178 ][ERROR ] pillar.get: Default (1) is of type 'int', must be a dict or list to merge. Merge will be skipped.
> 00:42:03,405 [salt.modules.pillar :178 ][ERROR ] pillar.get: Default (foo) is of type 'str', must be a dict or list to merge. Merge will be skipped.
> 00:42:03,405 [salt.modules.pillar :178 ][ERROR ] pillar.get: Default (foo) is of type 'str', must be a dict or list to merge. Merge will be skipped.
> 00:42:03,405 [salt.modules.pillar :169 ][ERROR ] pillar.get: Default (['foo']) is a list, but the returned pillar value ({'baz': 'qux', 'subkey': {'baz': 'qux'}}) is of type 'dict'. Merge will be skipped.
> 00:42:03,405 [salt.modules.pillar :152 ][ERROR ] pillar.get: Default ({'foo': 'bar', 'subkey': {'foo': 'bar'}}) is a dict, but the returned pillar value (['bar', 'baz']) is of type 'list'. Merge will be skipped.
> ok
> test_pillar_get_default_merge_regression_38558 (unit.modules.test_pillar.PillarModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test for pillar.get(key=..., default=..., merge=True) ... ok
> test_pillar_get_default_merge_regression_39062 (unit.modules.test_pillar.PillarModuleTestCase)
> [CPU:100.0%|MEM:6.8%] Confirm that we do not raise an exception if default is None and ... 00:42:03,407 [salt.modules.pillar :178 ][ERROR ] pillar.get: Default (None) is of type 'NoneType', must be a dict or list to merge. Merge will be skipped.
> ok
> test__pip_bin_env (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test__pip_bin_env_no_bin_env (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test__pip_bin_env_no_change (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_fix4361 (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_freeze_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_freeze_command_with_all (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_build_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_cached_requirements_used (unit.modules.test_pip.PipTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_install_download_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_download_cache_dir_arguments_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_editable_without_egg_fails (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_exists_action_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_extra_args_arguments_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_install_extra_args_arguments_recursion_error (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_extra_index_url_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_failed_cached_requirements (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_force_reinstall_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_frozen_app (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_global_options_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_global_proxy_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:50.0%|MEM:6.8%] Checking that there is proxy set if global proxy is set. ... ok
> test_install_ignore_installed_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_index_url_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_install_options_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_log_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_multiple_editable (unit.modules.test_pip.PipTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_install_multiple_pkgs_and_editables (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_multiple_requirements_arguments_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_no_deps_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_no_download_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_no_index_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_no_index_with_index_url_or_extra_index_url_raises (unit.modules.test_pip.PipTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_install_no_install_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_pre_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_proxy_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_proxy_false_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] Checking that there is no proxy set if proxy arg is set to False ... ok
> test_install_source_app (unit.modules.test_pip.PipTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_install_source_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_target_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_timeout_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_upgrade_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_venv (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_with_multiple_find_links (unit.modules.test_pip.PipTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_is_installed_false (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_is_installed_true (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_issue5940_install_multiple_pip_mirrors (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] test multiple pip mirrors. This test only works with pip < 7.0.0 ... ok
> test_list_command (unit.modules.test_pip.PipTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_list_command_with_all (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list_command_with_prefix (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list_upgrades_gt9 (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list_upgrades_legacy (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_non_writeable_log (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_uninstall_global_proxy_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] Checking that there is proxy set if global proxy is set. ... ok
> test_uninstall_log_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_uninstall_multiple_requirements_arguments_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_uninstall_proxy_false_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:0.0%|MEM:6.8%] Checking that there is no proxy set if proxy arg is set to False ... ok
> test_uninstall_timeout_argument_in_resulting_command (unit.modules.test_pip.PipTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_add_pkg (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test to add a package to a dict of installed packages. ... ok
> test_check_extra_requirements (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test to check if the installed package already ... ok
> test_format_pkg_list_no_attr (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test to output format of the package list with no attr parameter. ... ok
> test_format_pkg_list_with_attr (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test to output format of the package list with attr parameter. ... ok
> test_pack_sources (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test to accepts list of dicts (or a string representing a ... 00:42:03,518 [salt.modules.pkg_resource :81 ][ERROR ] f
> 00:42:03,518 [salt.modules.pkg_resource :86 ][ERROR ] Invalid input: ['A', 'a']
> 00:42:03,518 [salt.modules.pkg_resource :87 ][ERROR ] Input must be a list of 1-element dicts
> ok
> test_parse_targets (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test to parses the input to pkg.install and ... 00:42:03,519 [salt.modules.pkg_resource :119 ][ERROR ] Only one of "pkgs" and "sources" can be used.
> 00:42:03,521 [salt.modules.pkg_resource :180 ][ERROR ] No package sources provided
> ok
> test_sort_pkglist (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test to accepts a dict obtained from pkg.list_pkgs() and sorts ... ok
> test_stringify (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test to takes a dict of package name/version information ... ok
> test_version (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:100.0%|MEM:6.8%] Test to Common interface for obtaining the version ... ok
> test_version_clean (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test to clean the version string removing extra data. ... ok
> test_version_compare (unit.modules.test_pkg_resource.PkgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test the version_compare function ... ok
> test_file_dict (unit.modules.test_pkgin.PkginTestCase)
> [CPU:0.0%|MEM:6.8%] Test that file_dict doesn't crash ... ok
> test_latest_version (unit.modules.test_pkgin.PkginTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting the latest version of a package ... ok
> test_search (unit.modules.test_pkgin.PkginTestCase)
> [CPU:0.0%|MEM:6.8%] Test searching for a package ... ok
> test_list_upgrades_absent (unit.modules.test_pkgng.PkgNgTestCase)
> [CPU:100.0%|MEM:6.8%] Test pkgng.list_upgrades with no upgrades available ... ok
> test_list_upgrades_present (unit.modules.test_pkgng.PkgNgTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkgng.list_upgrades with upgrades available ... ok
> test_lock (unit.modules.test_pkgng.PkgNgTestCase)
> [CPU:100.0%|MEM:6.8%] Test pkgng.lock ... ok
> test_locked (unit.modules.test_pkgng.PkgNgTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkgng.unlock ... ok
> test_stats_with_local (unit.modules.test_pkgng.PkgNgTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg.stats for local packages ... ok
> test_stats_with_remote (unit.modules.test_pkgng.PkgNgTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg.stats for remote packages ... ok
> test_unlock (unit.modules.test_pkgng.PkgNgTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkgng.unlock ... ok
> test_upgrade_with_fetchonly (unit.modules.test_pkgng.PkgNgTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg upgrade to fetch packages only ... ok
> test_upgrade_with_fromrepo (unit.modules.test_pkgng.PkgNgTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg upgrade to upgrade all available packages ... ok
> test_upgrade_without_fromrepo (unit.modules.test_pkgng.PkgNgTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg upgrade to upgrade all available packages ... ok
> test_install (unit.modules.test_pkgutil.PkgutilTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it install packages using the pkgutil tool. ... ok
> test_latest_version (unit.modules.test_pkgutil.PkgutilTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it return the latest version of the named package ... ok
> test_list_pkgs (unit.modules.test_pkgutil.PkgutilTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list the packages currently installed as a dict. ... ok
> test_list_upgrades (unit.modules.test_pkgutil.PkgutilTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list all available package upgrades on this system. ... ok
> test_purge (unit.modules.test_pkgutil.PkgutilTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it package purges are not supported, ... ok
> test_refresh_db (unit.modules.test_pkgutil.PkgutilTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it updates the pkgutil repo database (pkgutil -U). ... ok
> test_remove (unit.modules.test_pkgutil.PkgutilTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it remove a package and all its dependencies ... ok
> test_upgrade (unit.modules.test_pkgutil.PkgutilTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it upgrade all of the packages to the latest available version. ... ok
> test_upgrade_available (unit.modules.test_pkgutil.PkgutilTestCase)
> [CPU:0.0%|MEM:6.8%] Test if there is an upgrade available for a certain package. ... ok
> test_version (unit.modules.test_pkgutil.PkgutilTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns a version if the package is installed. ... ok
> test_enforce_nice_config (unit.modules.test_portage_config.PortageConfigTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_config_file_wildcards (unit.modules.test_portage_config.PortageConfigTestCase)
> [CPU:25.0%|MEM:6.8%] ... ok
> test_delete (unit.modules.test_postfix.PostfixTestCase)
> [CPU:0.0%|MEM:6.8%] Test for delete message(s) from the mail queue ... ok
> test_hold (unit.modules.test_postfix.PostfixTestCase)
> [CPU:0.0%|MEM:6.8%] Test for set held message(s) in the mail queue to unheld ... ok
> test_requeue (unit.modules.test_postfix.PostfixTestCase)
> [CPU:0.0%|MEM:6.8%] Test for requeue message(s) in the mail queue ... ok
> test_set_main (unit.modules.test_postfix.PostfixTestCase)
> [CPU:0.0%|MEM:6.8%] Test for set a single config value in the master.cf file ... ok
> test_set_master (unit.modules.test_postfix.PostfixTestCase)
> [CPU:0.0%|MEM:6.8%] Test for set a single config value in the master.cf file ... ok
> test_show_main (unit.modules.test_postfix.PostfixTestCase)
> [CPU:0.0%|MEM:6.8%] Test for return a dict of active config values ... ok
> test_show_master (unit.modules.test_postfix.PostfixTestCase)
> [CPU:0.0%|MEM:6.8%] Test for return a dict of active config values ... ok
> test_show_queue (unit.modules.test_postfix.PostfixTestCase)
> [CPU:0.0%|MEM:6.8%] Test for show contents of the mail queue ... ok
> test_unhold (unit.modules.test_postfix.PostfixTestCase)
> [CPU:50.0%|MEM:6.8%] Test for put message(s) on hold from the mail queue ... ok
> test_available_extensions (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_create_extension_newerthan (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] scenario of creating upgrading extensions with possible schema and ... ok
> test_create_mtdata (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_datadir_exists (unit.modules.test_postgres.PostgresTestCase)
> [CPU:100.0%|MEM:6.8%] Test Checks if postgres data directory has been initialized ... ok
> test_datadir_init (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test Initializing a postgres data directory ... ok
> test_db_alter (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_db_alter_owner_recurse (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_db_create (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_db_create_empty_string_param (unit.modules.test_postgres.PostgresTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_db_create_with_trivial_sql_injection (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_db_exists (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_db_list (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_db_remove (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_drop_extension1 (unit.modules.test_postgres.PostgresTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_drop_extension2 (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_drop_extension3 (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_encrypt_passwords (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_group_create (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_group_remove (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_group_update (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_has_privileges_on_group (unit.modules.test_postgres.PostgresTestCase)
> [CPU:100.0%|MEM:6.8%] Test privilege checks on group ... ok
> test_has_privileges_on_table (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test privilege checks on table ... ok
> test_installed_extensions (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_language_create (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test language creation - does not exist in db ... ok
> test_language_create_exists (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test language creation - already exists in db ... ok
> test_language_exists (unit.modules.test_postgres.PostgresTestCase)
> [CPU:50.0%|MEM:6.8%] Test language existence check ... ok
> test_language_list (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test language listing ... ok
> test_language_remove (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test language removal - exists in db ... ok
> test_language_remove_non_exist (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test language removal - does not exist in db ... ok
> test_pg_is_older_ext_ver (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test Checks if postgres extension version string is older ... ok
> test_privileges_grant_group (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test granting privileges on group ... ok
> test_privileges_grant_table (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test granting privileges on table ... ok
> test_privileges_list_group (unit.modules.test_postgres.PostgresTestCase)
> [CPU:50.0%|MEM:6.8%] Test privilege listing on a group ... ok
> test_privileges_list_table (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test privilege listing on a table ... ok
> test_privileges_revoke_group (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test revoking privileges on group ... ok
> test_privileges_revoke_table (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] Test revoking privileges on table ... ok
> test_run_psql (unit.modules.test_postgres.PostgresTestCase)
> [CPU:50.0%|MEM:6.8%] ... 00:42:03,676 [salt.modules.postgres :196 ][ERROR ] Error connecting to Postgresql server
> ok
> test_schema_create (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_schema_create2 (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_schema_exists (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_schema_get (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_schema_get_again (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_schema_list (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_schema_remove (unit.modules.test_postgres.PostgresTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_schema_remove2 (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_user_create (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_user_exists (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_user_list (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_user_remove (unit.modules.test_postgres.PostgresTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_user_update (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_user_update2 (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_user_update3 (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_user_update_encrypted_passwd (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_version (unit.modules.test_postgres.PostgresTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_bulk_build (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it run bulk build on poudriere server. ... ok
> test_create_jail (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it creates a new poudriere jail if one does not exist. ... ok
> test_create_ports_tree (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it not working need to run portfetch non interactive. ... ok
> test_delete_jail (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes poudriere jail with `name`. ... ok
> test_is_jail (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it return True if jail exists False if not. ... ok
> test_list_jails (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a list of current jails managed by poudriere. ... ok
> test_list_ports (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a list of current port trees managed by poudriere. ... ok
> test_make_pkgng_aware (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it make jail ``jname`` pkgng aware. ... ok
> test_parse_config (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns a dict of poudriere main configuration definitions. ... ok
> test_update_jail (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it run freebsd-update on `name` poudriere jail. ... ok
> test_update_ports_tree (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it updates the ports tree, either the default ... ok
> test_version (unit.modules.test_poudriere.PoudriereTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return poudriere version. ... ok
> test_add_license (unit.modules.test_powerpath.PowerpathTestCase)
> [CPU:0.0%|MEM:6.8%] Test to add a license ... ok
> test_has_powerpath (unit.modules.test_powerpath.PowerpathTestCase)
> [CPU:100.0%|MEM:6.8%] Test for powerpath ... ok
> test_list_licenses (unit.modules.test_powerpath.PowerpathTestCase)
> [CPU:0.0%|MEM:6.8%] Test to returns a list of applied powerpath license keys ... ok
> test_remove_license (unit.modules.test_powerpath.PowerpathTestCase)
> [CPU:0.0%|MEM:6.8%] Test to remove a license ... ok
> test_get_all_proxies_macos_fails (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_all_proxies_windows (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly get the current proxy info on ... ok
> test_get_ftp_proxy_macos (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly get the current proxy info ... ok
> test_get_ftp_proxy_windows (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly get the current proxy info on ... ok
> test_get_http_proxy_macos (unit.modules.test_proxy.ProxyTestCase)
> [CPU:100.0%|MEM:6.8%] Test to make sure that we correctly get the current proxy info ... ok
> test_get_http_proxy_macos_none (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly return when there's no proxy set ... ok
> test_get_http_proxy_windows (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly get the current proxy info on ... ok
> test_get_https_proxy_macos (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly get the current proxy info ... ok
> test_get_https_proxy_windows (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly get the current proxy info on ... ok
> test_get_proxy_win (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly get the current proxy info on ... ok
> test_set_ftp_proxy_macos (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly set the proxy info ... ok
> test_set_ftp_proxy_windows (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly set the proxy info on Windows ... ok
> test_set_http_proxy_macos (unit.modules.test_proxy.ProxyTestCase)
> [CPU:50.0%|MEM:6.8%] Test to make sure that we correctly set the proxy info ... ok
> test_set_http_proxy_windows (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly set the proxy info on Windows ... ok
> test_set_https_proxy_macos (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly set the proxy info ... ok
> test_set_https_proxy_windows (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly set the proxy info on Windows ... ok
> test_set_proxy_windows (unit.modules.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure that we correctly set the proxy info on Windows ... ok
> test_set_proxy_windows_no_ftp (unit.modules.test_proxy.ProxyTestCase)
> [CPU:100.0%|MEM:6.8%] Test to make sure that we correctly set the proxy info on Windows ... ok
> test__get_proc_cmdline (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_cpu_percent (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_cpu_times (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_disk_io_counters (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_disk_partition_usage (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_disk_partitions (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_disk_usage (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_pid_list (unit.modules.test_ps.PsTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_get_users (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_kill_pid (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_network_io_counters (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_pgrep (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_pgrep_regex (unit.modules.test_ps.PsTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_pkill (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_swap_memory (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_top (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] See the following issue: ... ok
> test_top_zombie_process (unit.modules.test_ps.PsTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_virtual_memory (unit.modules.test_ps.PsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_full_data (unit.modules.test_publish.PublishTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it return the full data about the publication ... 00:42:03,787 [salt.modules.publish :75 ][ERROR ] Cannot run publish commands without a connection to a salt master. No command sent.
> ok
> test_publish (unit.modules.test_publish.PublishTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it publish a command from the minion out to other minions. ... 00:42:03,788 [salt.modules.publish :75 ][ERROR ] Cannot run publish commands without a connection to a salt master. No command sent.
> ok
> test_runner (unit.modules.test_publish.PublishTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it execute a runner on the master and return the data ... ok
> test_disable (unit.modules.test_puppet.PuppetTestCase)
> [CPU:0.0%|MEM:6.8%] Test to disable the puppet agent ... ok
> test_enable (unit.modules.test_puppet.PuppetTestCase)
> [CPU:0.0%|MEM:6.8%] Test to enable the puppet agent ... 00:42:03,794 [salt.modules.puppet :223 ][ERROR ] Failed to enable:
> ok
> test_fact (unit.modules.test_puppet.PuppetTestCase)
> [CPU:100.0%|MEM:6.8%] Test to run facter for a specific fact ... ok
> test_facts (unit.modules.test_puppet.PuppetTestCase)
> [CPU:0.0%|MEM:6.8%] Test to run facter and return the results ... ok
> test_noop (unit.modules.test_puppet.PuppetTestCase)
> [CPU:0.0%|MEM:6.8%] Test to execute a puppet noop run ... ok
> test_plugin_sync (unit.modules.test_puppet.PuppetTestCase)
> [CPU:0.0%|MEM:6.8%] Test to runs a plugin synch between the puppet master and agent ... ok
> test_run (unit.modules.test_puppet.PuppetTestCase)
> [CPU:0.0%|MEM:6.8%] Test to execute a puppet run ... ok
> test_status (unit.modules.test_puppet.PuppetTestCase)
> [CPU:0.0%|MEM:6.8%] Test to display puppet agent status ... ok
> test_summary (unit.modules.test_puppet.PuppetTestCase)
> [CPU:33.3%|MEM:6.8%] Test to show a summary of the last puppet agent run ... ok
> test_fs_create (unit.modules.test_purefb.PureFBTestCase)
> [CPU:0.0%|MEM:6.8%] Test for creation of a filesystem ... ok
> test_fs_delete (unit.modules.test_purefb.PureFBTestCase)
> [CPU:0.0%|MEM:6.8%] Test for deletion of a filesystem ... ok
> test_fs_eradicate (unit.modules.test_purefb.PureFBTestCase)
> [CPU:0.0%|MEM:6.8%] Test for eradication of a filesystem ... ok
> test_fs_extend (unit.modules.test_purefb.PureFBTestCase)
> [CPU:0.0%|MEM:6.8%] Test for size extention of a filesystem ... ok
> test_snap_create (unit.modules.test_purefb.PureFBTestCase)
> [CPU:0.0%|MEM:6.8%] Test for creation of a filesystem snapshot ... ok
> test_snap_delete (unit.modules.test_purefb.PureFBTestCase)
> [CPU:0.0%|MEM:6.8%] Test for deletion of a filesystem snapshot ... ok
> test_snap_eradicate (unit.modules.test_purefb.PureFBTestCase)
> [CPU:0.0%|MEM:6.8%] Test for eradication of a deleted filesystem snapshot ... ok
> test_add (unit.modules.test_pw_group.PwGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Tests to add the specified group ... ok
> test_chgid (unit.modules.test_pw_group.PwGroupTestCase)
> [CPU:0.0%|MEM:6.8%] tests to change the gid for a named group ... ok
> test_delete (unit.modules.test_pw_group.PwGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Tests to remove the named group ... ok
> test_getent (unit.modules.test_pw_group.PwGroupTestCase)
> [CPU:100.0%|MEM:6.8%] Tests for return info on all groups ... ok
> test_info (unit.modules.test_pw_group.PwGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Tests to return information about a group ... ok
> test_add (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Test for adding a user ... ok
> test_chfullname (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Change the user's Full Name ... ok
> test_chgid (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Test if group id given is same as previous id ... ok
> test_chgroups (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Test if no group needs to be added ... ok
> test_chhome (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Test if home directory given is same as previous home directory ... ok
> test_chhomephone (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:50.0%|MEM:6.8%] Change the user's Home Phone ... ok
> test_chroomnumber (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Change the user's Room Number ... ok
> test_chshell (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Test if shell given is same as previous shell ... ok
> test_chuid (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:100.0%|MEM:6.8%] Test if user id given is same as previous id ... ok
> test_chworkphone (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Change the user's Work Phone ... ok
> test_delete (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Test for deleting a user ... ok
> test_getent (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Test if user.getent already have a value ... ok
> test_info (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Return user information ... ok
> test_list_groups (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Return a list of groups the named user belongs to ... ok
> test_list_users (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Return a list of all users ... ok
> test_rename (unit.modules.test_pw_user.PwUserTestCase)
> [CPU:0.0%|MEM:6.8%] Change the username for a named user ... ok
> test_default (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it returns or sets the currently defined default python. ... ok
> test_do (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it execute a python command with pyenv's ... ok
> test_do_with_python (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it execute a python command with pyenv's ... ok
> test_install (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it install pyenv systemwide ... ok
> test_install_python (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it install a python implementation. ... ok
> test_is_installed (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it check if pyenv is installed. ... ok
> test_list (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list the installable versions of python. ... ok
> test_rehash (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it run pyenv rehash to update the installed shims. ... ok
> test_uninstall_python (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it uninstall a python implementation. ... ok
> test_update (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it updates the current versions of pyenv and python-Build ... ok
> test_versions (unit.modules.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list the installed versions of python. ... ok
> test_make_image (unit.modules.test_qemu_img.QemuimgTestCase)
> [CPU:0.0%|MEM:6.8%] Test for create a blank virtual machine image file ... ok
> test_clear (unit.modules.test_qemu_nbd.QemuNbdTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it pass in the mnt dict returned from nbd_mount ... ok
> test_connect (unit.modules.test_qemu_nbd.QemuNbdTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it activate nbd for an image file. ... ok
> test_init (unit.modules.test_qemu_nbd.QemuNbdTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it mount the named image via qemu-nbd ... skipped 'Slow tests are disabled'
> test_mount (unit.modules.test_qemu_nbd.QemuNbdTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it pass in the nbd connection device location, ... ok
> test_add_user (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it add a rabbitMQ user via rabbitmqctl ... ok
> test_add_vhost (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it adds a vhost via rabbitmqctl add_vhost. ... ok
> test_change_password (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it changes a user's password. ... ok
> test_check_password_gt_38 (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it checks a user's password for RabbitMQ greater than v3.8. ... ok
> test_check_password_lt_38 (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it checks a user's password for RabbitMQ less than v3.8. ... ok
> test_clear_password (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it removes a user's password. ... ok
> test_cluster_status (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return rabbitmq cluster_status. ... ok
> test_delete_policy (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it delete a policy based on rabbitmqctl clear_policy. ... ok
> test_delete_upstream (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if an upstream gets deleted properly using rabbitmqctl delete_upstream. ... ok
> test_delete_upstream_negative (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Negative test trying to delete a non-existant upstream. ... ok
> test_delete_user (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it deletes a user via rabbitmqctl delete_user. ... ok
> test_delete_vhost (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it deletes a vhost rabbitmqctl delete_vhost. ... ok
> test_disable_plugin (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it disable a RabbitMQ plugin via the rabbitmq-plugins command. ... ok
> test_enable_plugin (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it enable a RabbitMQ plugin via the rabbitmq-plugins command. ... ok
> test_force_reset (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it forcefully Return a RabbitMQ node to its virgin state ... ok
> test_join_cluster (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it join a rabbit cluster. ... ok
> test_list_available_plugins (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns a list of plugins. ... ok
> test_list_available_plugins_space_delimited (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns a list of plugins. ... ok
> test_list_enabled_plugins (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns a list of plugins. ... ok
> test_list_enabled_plugins_space_delimited (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns a list of plugins. ... ok
> test_list_permissions (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists permissions for a vhost ... ok
> test_list_policies (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it return a dictionary of policies nested by vhost ... ok
> test_list_policies_freebsd (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a dictionary of policies nested by vhost ... ok
> test_list_policies_old_version (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a dictionary of policies nested by vhost ... ok
> test_list_queues (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns queue details of the / virtual host ... ok
> test_list_queues_vhost (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns queue details of specified virtual host. ... ok
> test_list_upstreams (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns a list of upstreams. ... ok
> test_list_user_permissions (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list permissions for a user ... ok
> test_list_users_rabbitmq2 (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it return a list of users based off of rabbitmqctl user_list. ... ok
> test_list_users_rabbitmq3 (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a list of users based off of rabbitmqctl user_list. ... ok
> test_list_users_with_warning_rabbitmq2 (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if having a leading WARNING returns the user_list anyway. ... ok
> test_list_users_with_warning_rabbitmq3 (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if having a leading WARNING returns the user_list anyway. ... ok
> test_list_vhosts (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a list of vhost based on rabbitmqctl list_vhosts. ... ok
> test_list_vhosts_with_warning (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a list of vhost based on rabbitmqctl list_vhosts even with a leading WARNING. ... ok
> test_plugin_is_enabled (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns true for an enabled plugin. ... ok
> test_plugin_is_enabled_negative (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns false for a disabled plugin. ... ok
> test_policy_exists (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return whether the policy exists ... ok
> test_reset (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a RabbitMQ node to its virgin state ... ok
> test_set_permissions (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it sets permissions for vhost via rabbitmqctl set_permissions. ... ok
> test_set_policy (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it set a policy based on rabbitmqctl set_policy. ... ok
> test_set_upstream (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if a rabbitMQ upstream gets configured properly. ... ok
> test_set_user_tags (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it add user tags via rabbitmqctl set_user_tags. ... ok
> test_start_app (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it start the RabbitMQ application. ... ok
> test_status (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return rabbitmq status. ... ok
> test_stop_app (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it stops the RabbitMQ application, ... ok
> test_upstream_exists (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test whether a given rabbitmq-internal upstream exists based ... ok
> test_upstream_exists_negative (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:100.0%|MEM:6.8%] Negative test of whether rabbitmq-internal upstream exists based ... ok
> test_user_exists (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test whether a given rabbitmq-internal user exists based ... ok
> test_user_exists_negative (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Negative test of whether rabbitmq-internal user exists based ... ok
> test_vhost_exists (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return whether the vhost exists based ... ok
> test_vhost_exists_negative (unit.modules.test_rabbitmq.RabbitmqTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return whether the vhost exists based ... ok
> test_generateblobs (unit.modules.test_random_org.RandomOrgTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list all Slack users. ... skipped 'WAR ROOM 7/31/2019, test needs to allow for quotas of random website'
> test_generatedecimalfractions (unit.modules.test_random_org.RandomOrgTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it generates true random decimal fractions. ... skipped 'WAR ROOM 7/31/2019, test needs to allow for quotas of random website'
> test_generategaussians (unit.modules.test_random_org.RandomOrgTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it generates true random numbers from a ... skipped 'WAR ROOM 7/31/2019, test needs to allow for quotas of random website'
> test_generateintegers (unit.modules.test_random_org.RandomOrgTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it generate random integers. ... skipped 'WAR ROOM 7/31/2019, test needs to allow for quotas of random website'
> test_generatestrings (unit.modules.test_random_org.RandomOrgTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it generate random strings. ... skipped 'WAR ROOM 7/31/2019, test needs to allow for quotas of random website'
> test_generateuuids (unit.modules.test_random_org.RandomOrgTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it generate a list of random UUIDs. ... skipped 'WAR ROOM 7/31/2019, test needs to allow for quotas of random website'
> test_getusage (unit.modules.test_random_org.RandomOrgTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it show current usages statistics. ... skipped 'WAR ROOM 7/31/2019, test needs to allow for quotas of random website'
> test_default (unit.modules.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test for returns or sets the currently defined default ruby. ... ok
> test_do_with_ruby (unit.modules.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test for execute a ruby command with rbenv's shims using a ... ok
> test_install (unit.modules.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test for install Rbenv systemwide ... ok
> test_install_ruby (unit.modules.test_rbenv.RbenvTestCase)
> [CPU:50.0%|MEM:6.8%] Test for install a ruby implementation. ... ok
> test_is_installed (unit.modules.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test for check if Rbenv is installed. ... ok
> test_list_ (unit.modules.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test for list the installable versions of ruby. ... ok
> test_rehash (unit.modules.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test for run rbenv rehash to update the installed shims. ... ok
> test_uninstall_ruby (unit.modules.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test for uninstall a ruby implementation. ... ok
> test_update (unit.modules.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:6.8%] Test for updates the current versions of Rbenv and Ruby-Build ... ok
> test_versions (unit.modules.test_rbenv.RbenvTestCase)
> [CPU:100.0%|MEM:6.8%] Test for list the installed versions of ruby. ... ok
> test_disable (unit.modules.test_rdp.RdpTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it disables RDP the service on the server ... ok
> test_enable (unit.modules.test_rdp.RdpTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it enables RDP the service on the server ... ok
> test_status (unit.modules.test_rdp.RdpTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it shows rdp is enabled on the server ... ok
> test_bgrewriteaof (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to asynchronously rewrite the append-only file ... ok
> test_bgsave (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to asynchronously save the dataset to disk ... ok
> test_config_get (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get redis server configuration values ... ok
> test_config_set (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to set redis server configuration values ... ok
> test_dbsize (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the number of keys in the selected database ... ok
> test_delete (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to deletes the keys from redis, returns number of keys deleted ... ok
> test_exists (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return true if the key exists in redis ... ok
> test_expire (unit.modules.test_redismod.RedismodTestCase)
> [CPU:100.0%|MEM:6.8%] Test to set a keys time to live in seconds ... ok
> test_expireat (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to set a keys expire at given UNIX time ... ok
> test_flushall (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to remove all keys from all databases ... ok
> test_flushdb (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to remove all keys from the selected database ... ok
> test_get_key (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get redis key value ... ok
> test_hget (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get specific field value from a redis hash, returns dict ... ok
> test_hgetall (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get all fields and values from a redis hash, returns dict ... ok
> test_info (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get information and statistics about the server ... ok
> test_key_type (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get redis key type ... ok
> test_keys (unit.modules.test_redismod.RedismodTestCase)
> [CPU:100.0%|MEM:6.8%] Test to get redis keys, supports glob style patterns ... ok
> test_lastsave (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get the UNIX time in seconds of the last successful ... ok
> test_llen (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get the length of a list in Redis ... ok
> test_lrange (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get a range of values from a list in Redis ... ok
> test_ping (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to ping the server, returns False on connection errors ... ok
> test_save (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to synchronously save the dataset to disk ... ok
> test_set_key (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to set redis key value ... ok
> test_shutdown (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to synchronously save the dataset to disk and then ... ok
> test_slaveof (unit.modules.test_redismod.RedismodTestCase)
> [CPU:100.0%|MEM:6.8%] Test to make the server a slave of another instance, or ... ok
> test_smembers (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get members in a Redis set ... ok
> test_time (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the current server UNIX time in seconds ... ok
> test_zcard (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get the length of a sorted set in Redis ... ok
> test_zrange (unit.modules.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get a range of values from a sorted set in Redis by index ... ok
> test_delete_key_recursive (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_key_recursive function ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive_failed_to_delete (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_key_recursive function on failure to delete a key ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive_failed_to_open_key (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_key_recursive function on failure to open the key ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive_invalid_hive (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_key_recursive function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive_key_not_found (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:50.0%|MEM:6.8%] Test the delete_key_recursive function when the passed key to delete is ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive_too_close (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_key_recursive function when the passed key to delete is ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive_unicode (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_key_recursive function on value within a unicode key ... skipped 'Tests require win32 libraries'
> test_delete_value (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_value function ... skipped 'Tests require win32 libraries'
> test_delete_value_invalid_hive (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_value function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_delete_value_non_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_value function on non existing value ... skipped 'Tests require win32 libraries'
> test_delete_value_unicode (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_value function on a unicode value ... skipped 'Tests require win32 libraries'
> test_delete_value_unicode_key (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_value function on a unicode key ... skipped 'Tests require win32 libraries'
> test_delete_value_unicode_vname (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_value function on a unicode vname ... skipped 'Tests require win32 libraries'
> test_delete_value_unknown_error (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the delete_value function when there is a problem opening the key ... skipped 'Tests require win32 libraries'
> test_key_exists_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the key_exists function using a well known registry key ... skipped 'Tests require win32 libraries'
> test_key_exists_invalid_hive (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the key_exists function using an invalid hive ... skipped 'Tests require win32 libraries'
> test_key_exists_non_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the key_exists function using a non existing registry key ... skipped 'Tests require win32 libraries'
> test_key_exists_unknown_key_error (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the key_exists function with an unknown key error ... skipped 'Tests require win32 libraries'
> test_list_keys_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the list_keys function using a well known registry key ... skipped 'Tests require win32 libraries'
> test_list_keys_invalid_hive (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the list_keys function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_list_keys_non_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the list_keys function using a non existing registry key ... skipped 'Tests require win32 libraries'
> test_list_keys_unknown_key_error (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the list_keys function with an unknown key error ... skipped 'Tests require win32 libraries'
> test_list_values_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the list_values function using a well known registry key ... skipped 'Tests require win32 libraries'
> test_list_values_invalid_hive (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the list_values function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_list_values_non_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:100.0%|MEM:6.8%] Test the list_values function using a non existing registry key ... skipped 'Tests require win32 libraries'
> test_list_values_unknown_key_error (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the list_values function with an unknown key error ... skipped 'Tests require win32 libraries'
> test_read_value_default (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the read_value function reading the default value using a well ... skipped 'Tests require win32 libraries'
> test_read_value_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the read_value function using a well known registry value ... skipped 'Tests require win32 libraries'
> test_read_value_invalid_hive (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the read_value function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_read_value_multi_sz_empty_list (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] An empty REG_MULTI_SZ value should return an empty list, not None ... skipped 'Tests require win32 libraries'
> test_read_value_non_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the read_value function using a non existing value pair ... skipped 'Tests require win32 libraries'
> test_read_value_non_existing_key (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the read_value function using a non existing registry key ... skipped 'Tests require win32 libraries'
> test_read_value_unknown_key_error (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the read_value function with an unknown key error ... skipped 'Tests require win32 libraries'
> test_read_value_unknown_value_error (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the read_value function with an unknown value error ... skipped 'Tests require win32 libraries'
> test_set_value (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the set_value function ... skipped 'Tests require win32 libraries'
> test_set_value_default (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the set_value function on the default value ... skipped 'Tests require win32 libraries'
> test_set_value_invalid_hive (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the set_value function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_set_value_open_create_failure (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:100.0%|MEM:6.8%] Test the set_value function when there is a problem opening/creating ... skipped 'Tests require win32 libraries'
> test_set_value_reg_dword (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the set_value function on a REG_DWORD value ... skipped 'Tests require win32 libraries'
> test_set_value_reg_qword (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the set_value function on a REG_QWORD value ... skipped 'Tests require win32 libraries'
> test_set_value_system_error (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the set_value function when a SystemError occurs while setting the ... skipped 'Tests require win32 libraries'
> test_set_value_type_error (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the set_value function when the wrong type of data is passed ... skipped 'Tests require win32 libraries'
> test_set_value_unicode_key (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the set_value function on a unicode key ... skipped 'Tests require win32 libraries'
> test_set_value_unicode_value (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the set_value function on a unicode value ... skipped 'Tests require win32 libraries'
> test_set_value_value_error (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Test the set_value function when a ValueError occurs while setting the ... skipped 'Tests require win32 libraries'
> test_value_exists_empty_default_value (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the value_exists function when querying the default value ... skipped 'Tests require win32 libraries'
> test_value_exists_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the value_exists function using a well known registry key ... skipped 'Tests require win32 libraries'
> test_value_exists_invalid_hive (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the value_exists function using an invalid hive ... skipped 'Tests require win32 libraries'
> test_value_exists_key_not_exist (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the value_exists function when the key does not exist ... skipped 'Tests require win32 libraries'
> test_value_exists_no_vname (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the value_exists function when the vname does not exist ... skipped 'Tests require win32 libraries'
> test_value_exists_non_existing (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the value_exists function using a non existing registry key ... skipped 'Tests require win32 libraries'
> test_value_exists_unknown_key_error (unit.modules.test_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests the value_exists function with an unknown error when opening the ... skipped 'Tests require win32 libraries'
> test_kernel_versions_debian (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test kernel version debian ... ok
> test_kernel_versions_redhat (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a data structure of the current, in-memory rules ... ok
> test_kernel_versions_ubuntu (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test kernel version ubuntu ... ok
> test_valid_deleted_file_aio (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:100.0%|MEM:6.8%] Test /[aio]/ ... ok
> test_valid_deleted_file_deleted (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test (deleted) file ... ok
> test_valid_deleted_file_dev_pts (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /dev/pts/ ... ok
> test_valid_deleted_file_dev_shm (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /dev/shm/ ... ok
> test_valid_deleted_file_dev_zero (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /dev/zero/ ... ok
> test_valid_deleted_file_drm (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:100.0%|MEM:6.8%] Test /drm/ ... ok
> test_valid_deleted_file_home (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /home/ ... ok
> test_valid_deleted_file_icon_theme_cache (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /test.icon-theme.cache ... ok
> test_valid_deleted_file_psth_inode (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test (path inode=1) file ... ok
> test_valid_deleted_file_run (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /run/ ... ok
> test_valid_deleted_file_sysv (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /SYSV/ ... ok
> test_valid_deleted_file_tmp (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /tmp/ ... ok
> test_valid_deleted_file_usr_lib_locale (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /usr/lib/locale/ ... ok
> test_valid_deleted_file_var_cache_fontconfig (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/cache/fontconfig/ ... ok
> test_valid_deleted_file_var_lib_nagios3_spool (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/lib/nagios3/spool/ ... ok
> test_valid_deleted_file_var_lib_nagios3_spool_checkresults (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/lib/nagios3/spool/checkresults/ ... ok
> test_valid_deleted_file_var_lib_postgresql (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/lib/postgresql/ ... ok
> test_valid_deleted_file_var_lib_vdr (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/lib/vdr/ ... ok
> test_valid_deleted_file_var_local_log (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/local/log/ ... ok
> test_valid_deleted_file_var_local_run (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/local/run/ ... ok
> test_valid_deleted_file_var_local_tmp (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/local/tmp/ ... ok
> test_valid_deleted_file_var_log (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/log/ ... ok
> test_valid_deleted_file_var_run (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/run/ ... ok
> test_valid_deleted_file_var_tmp (unit.modules.test_restartcheck.RestartcheckTestCase)
> [CPU:0.0%|MEM:6.8%] Test /var/tmp/ ... ok
> test_get_fun (unit.modules.test_ret.RetTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return info about last time fun was called on each minion ... ok
> test_get_jid (unit.modules.test_ret.RetTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the information for a specified job id ... ok
> test_get_jids (unit.modules.test_ret.RetTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a list of all job ids ... ok
> test_get_minions (unit.modules.test_ret.RetTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it return a list of all minions ... ok
> test__parse_settings_eth_hwaddr (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] Make sure hwaddr gets added when parsing opts ... ok
> test__parse_settings_eth_hwaddr_and_macaddr (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] Test that an AttributeError is thrown when hwaddr and macaddr are ... 00:42:04,038 [salt.modules.rh_ip :671 ][ERROR ] Cannot pass both hwaddr and macaddr. Must use either hwaddr or macaddr
> ok
> test__parse_settings_eth_macaddr (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:100.0%|MEM:6.8%] Make sure macaddr gets added when parsing opts ... ok
> test_apply_network_settings (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] Test to apply global network configuration. ... ok
> test_build_bond (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] Test to create a bond script in /etc/modprobe.d with the passed ... 00:42:04,042 [salt.modules.rh_ip :1084][ERROR ] Could not load template conf.jinja
> ok
> test_build_interface (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] Test to build an interface script for a network interface. ... 00:42:04,046 [salt.modules.rh_ip :1142][ERROR ] master is a required setting for slave interfaces
> 00:42:04,046 [salt.modules.rh_ip :764 ][ERROR ] Cannot use prefix and netmask together
> 00:42:04,046 [salt.modules.rh_ip :796 ][ERROR ] ipv4 CIDR is invalid
> 00:42:04,046 [salt.modules.rh_ip :803 ][ERROR ] ipv6 CIDR is invalid
> 00:42:04,047 [salt.modules.rh_ip :1156][ERROR ] Could not load template rh5_eth.jinja
> 00:42:04,050 [salt.modules.rh_ip :1156][ERROR ] Could not load template rh6_eth.jinja
> 00:42:04,053 [salt.modules.rh_ip :1156][ERROR ] Could not load template rh7_eth.jinja
> ok
> test_build_network_settings (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:25.0%|MEM:6.8%] Test to build the global network script. ... 00:42:04,057 [salt.modules.rh_ip :1373][ERROR ] Could not load template network.jinja
> ok
> test_build_routes (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:50.0%|MEM:6.8%] Test to build a route script for a network interface. ... 00:42:04,061 [salt.modules.rh_ip :1193][ERROR ] Could not load template route_eth.jinja
> ok
> test_down (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] Test to shutdown a network interface ... ok
> test_error_message_iface_should_process_non_str_expected (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_error_message_network_should_process_non_str_expected (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_bond (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the content of a bond script ... ok
> test_get_interface (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the contents of an interface script ... ok
> test_get_network_settings (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the contents of the global network script. ... ok
> test_get_routes (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:100.0%|MEM:6.8%] Test to return the contents of the interface routes script. ... ok
> test_up (unit.modules.test_rh_ip.RhipTestCase)
> [CPU:0.0%|MEM:6.8%] Test to start up a network interface ... ok
> test__chkconfig_is_enabled (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] test _chkconfig_is_enabled function ... ok
> test_available (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return True if the named service is available. ... ok
> test_disable (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it disable the named service to start at boot. ... ok
> test_disabled (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it check to see if the named service is disabled ... ok
> test_enable (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it enable the named service to start at boot. ... ok
> test_enabled (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it check to see if the named service is enabled ... ok
> test_get_all (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return all installed services. Use the ``limit`` ... ok
> test_get_disabled (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the disabled services. Use the ``limit`` ... ok
> test_get_enabled (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the enabled services. Use the ``limit`` ... ok
> test_missing (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return True if the named service is not available. ... ok
> test_reload (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it reload the specified service. ... ok
> test_restart (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it restart the specified service. ... ok
> test_start (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it start the specified service. ... ok
> test_status (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the status for a service, ... ok
> test_stop (unit.modules.test_rh_service.RhServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it stop the specified service. ... ok
> test_cluster_commit (unit.modules.test_riak.RiakTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Commit Cluster Changes ... ok
> test_cluster_join (unit.modules.test_riak.RiakTestCase)
> [CPU:50.0%|MEM:6.8%] Test for Join a Riak cluster ... ok
> test_cluster_leave (unit.modules.test_riak.RiakTestCase)
> [CPU:0.0%|MEM:6.8%] Test for leaving a Riak cluster ... ok
> test_cluster_plan (unit.modules.test_riak.RiakTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Review Cluster Plan ... ok
> test_member_status (unit.modules.test_riak.RiakTestCase)
> [CPU:0.0%|MEM:6.8%] Test for Get cluster member status ... ok
> test_services (unit.modules.test_riak.RiakTestCase)
> [CPU:0.0%|MEM:6.8%] Test Riak Service List ... ok
> test_start (unit.modules.test_riak.RiakTestCase)
> [CPU:0.0%|MEM:6.8%] Test for start Riak ... ok
> test_status (unit.modules.test_riak.RiakTestCase)
> [CPU:0.0%|MEM:6.8%] Test status information ... ok
> test_stop (unit.modules.test_riak.RiakTestCase)
> [CPU:0.0%|MEM:6.8%] Test for stop Riak ... ok
> test_test (unit.modules.test_riak.RiakTestCase)
> [CPU:0.0%|MEM:6.8%] Test the Riak test ... ok
> test_checksum (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if checksum validate as expected ... ok
> test_checksum_root (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if checksum validate as expected, using the parameter ... ok
> test_file_dict (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list the files that belong to a package ... ok
> test_file_dict_root (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it list the files that belong to a package ... ok
> test_file_list (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list the files that belong to a package. ... ok
> test_file_list_root (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list the files that belong to a package, using the ... ok
> test_list_pkgs (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list the packages currently installed in a dict ... ok
> test_list_pkgs_root (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list the packages currently installed in a dict, ... ok
> test_owner (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the name of the package that owns the file. ... ok
> test_owner_root (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the name of the package that owns the file, ... ok
> test_verify (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it runs an rpm -Va on a system, and returns the ... ok
> test_verify_root (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it runs an rpm -Va on a system, and returns the ... ok
> test_version_cmp_python (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test package version if falling back to python ... ok
> test_version_cmp_rpm (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test package version if RPM-Python is installed ... ok
> test_version_cmp_rpmdev_vercmp (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test package version if rpmdev-vercmp is installed ... ok
> test_version_cmp_rpmutils (unit.modules.test_rpm_lowpkg.RpmTestCase)
> [CPU:0.0%|MEM:6.8%] Test package version if rpmUtils.miscutils called ... ok
> test_rsync (unit.modules.test_rsync.RsyncTestCase)
> [CPU:0.0%|MEM:6.8%] Test for rsync files from src to dst ... ok
> test_rsync_excludes_list (unit.modules.test_rsync.RsyncTestCase)
> [CPU:66.7%|MEM:6.8%] Test for rsync files from src to dst with a list of excludes ... ok
> test_rsync_excludes_str (unit.modules.test_rsync.RsyncTestCase)
> [CPU:0.0%|MEM:6.8%] Test for rsync files from src to dst with one exclude ... ok
> test_version (unit.modules.test_rsync.RsyncTestCase)
> [CPU:0.0%|MEM:6.8%] Test for return rsync version ... ok
> test_gemset_list (unit.modules.test_rvm.TestRvmModule)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_gemset_list_all (unit.modules.test_rvm.TestRvmModule)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install (unit.modules.test_rvm.TestRvmModule)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_install_ruby_nonroot (unit.modules.test_rvm.TestRvmModule)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_with_env (unit.modules.test_rvm.TestRvmModule)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_with_opts (unit.modules.test_rvm.TestRvmModule)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list (unit.modules.test_rvm.TestRvmModule)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_rvm (unit.modules.test_rvm.TestRvmModule)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_rvm_do (unit.modules.test_rvm.TestRvmModule)
> [CPU:0.0%|MEM:6.8%] ... ok
> test__get_key_defaults (unit.modules.test_s3.S3TestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_delete (unit.modules.test_s3.S3TestCase)
> [CPU:100.0%|MEM:6.8%] Test for delete a bucket, or delete an object from a bucket. ... ok
> test_get (unit.modules.test_s3.S3TestCase)
> [CPU:0.0%|MEM:6.8%] Test for list the contents of a bucket, or return an object from a ... ok
> test_head (unit.modules.test_s3.S3TestCase)
> [CPU:0.0%|MEM:6.8%] Test for return the metadata for a bucket, or an object in a bucket. ... ok
> test_put (unit.modules.test_s3.S3TestCase)
> [CPU:0.0%|MEM:6.8%] Test for create a new bucket, or upload an object to a bucket. ... ok
> test_available (unit.modules.test_s6.S6TestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns ``True`` if the specified service is available, ... ok
> test_full_restart (unit.modules.test_s6.S6TestCase)
> [CPU:0.0%|MEM:6.8%] Test if it calls s6.restart() function. ... ok
> test_get_all (unit.modules.test_s6.S6TestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a list of all available services. ... ok
> test_missing (unit.modules.test_s6.S6TestCase)
> [CPU:100.0%|MEM:6.8%] Test if it returns ``True`` if the specified service is not available, ... ok
> test_reload (unit.modules.test_s6.S6TestCase)
> [CPU:0.0%|MEM:6.8%] Test if it send a HUP to service via s6. ... ok
> test_restart (unit.modules.test_s6.S6TestCase)
> [CPU:0.0%|MEM:6.8%] Test if it restart service via s6. This will stop/start service. ... ok
> test_start (unit.modules.test_s6.S6TestCase)
> [CPU:0.0%|MEM:6.8%] Test if it starts service via s6-svc. ... ok
> test_status (unit.modules.test_s6.S6TestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the status for a service via s6, ... ok
> test_stop (unit.modules.test_s6.S6TestCase)
> [CPU:0.0%|MEM:6.8%] Test if it stops service via s6. ... ok
> test_term (unit.modules.test_s6.S6TestCase)
> [CPU:0.0%|MEM:6.8%] Test if it send a TERM to service via s6. ... ok
> test_check_release_cmp_no_codename (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that None is returned when the codename isn't found. ... ok
> test_check_release_cmp_success (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that an int is returned from the version compare ... ok
> test_equal_newer_codename (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that when a newer codename is passed in, the function returns False ... ok
> test_equal_older_codename (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that when an older codename is passed in, the function returns False. ... ok
> test_equal_older_codename_new_version (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that when an older codename is passed in, the function returns False. ... ok
> test_equal_success (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that the current version is equal to the codename ... ok
> test_equal_success_new_version (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:100.0%|MEM:6.8%] Test that the current version is equal to the codename ... ok
> test_get_release_number_no_codename (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that None is returned when the codename isn't found. ... ok
> test_get_release_number_success (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that a version is returned for a released codename ... ok
> test_get_release_number_success_new_version (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that a version is returned for new versioning (3000) ... ok
> test_get_release_number_unassigned (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that a string is returned when a version is found, but unassigned. ... ok
> test_greater_than_success (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that the current version is newer than the codename ... ok
> test_greater_than_success_new_version (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that the current version is newer than the codename ... ok
> test_greater_than_unassigned (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that the unassigned codename is greater than the current version ... ok
> test_greater_than_with_equal_codename (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that when an equal codename is passed in, the function returns False. ... ok
> test_greater_than_with_newer_codename (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that when a newer codename is passed in, the function returns False. ... ok
> test_less_than_success (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that when a newer codename is passed in, the function returns True. ... ok
> test_less_than_success_new_version (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that when a newer codename is passed in, the function returns True ... ok
> test_less_than_with_equal_codename (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:100.0%|MEM:6.8%] Test that when an equal codename is passed in, the function returns False. ... 00:42:04,181 [salt.utils.versions :347 ][ERROR ] 'LooseVersion' object has no attribute 'version'
> Traceback (most recent call last):
> File "/<<PKGBUILDDIR>>/salt/utils/versions.py", line 340, in version_cmp
> if LooseVersion(pkg1) < LooseVersion(pkg2):
> File "/usr/lib/python3.8/distutils/version.py", line 52, in __lt__
> c = self._cmp(other)
> File "/<<PKGBUILDDIR>>/salt/utils/versions.py", line 69, in _cmp
> for part in self.version + other.version:
> AttributeError: 'LooseVersion' object has no attribute 'version'
> ok
> test_less_than_with_older_codename (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that the current version is less than the codename. ... ok
> test_less_than_with_unassigned_codename (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that when an unassigned codename greater than the current version. ... ok
> test_mocked_objects (unit.modules.test_salt_version.SaltVersionTestCase)
> [CPU:0.0%|MEM:6.8%] Test that the mocked objects actually have what we expect. ... ok
> test__assert__not_empty (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert__not_empty_fail (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_empty (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:33.3%|MEM:6.8%] test ... ok
> test__assert_empty_fail (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_equal1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_equal2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:50.0%|MEM:6.8%] test ... ok
> test__assert_false1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_false2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_greater1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:50.0%|MEM:6.8%] test ... ok
> test__assert_greater2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_greater3 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:50.0%|MEM:6.8%] test ... ok
> test__assert_greater_equal1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_greater_equal2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_greater_equal3 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_in1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_in2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:50.0%|MEM:6.8%] test ... ok
> test__assert_less1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_less2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:33.3%|MEM:6.8%] test ... ok
> test__assert_less3 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_less_equal1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_less_equal2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:50.0%|MEM:6.8%] test ... ok
> test__assert_less_equal3 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_not_equal1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_not_equal2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:50.0%|MEM:6.8%] test ... ok
> test__assert_not_in1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_not_in2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_true1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test__assert_true2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:50.0%|MEM:6.8%] test ... ok
> test_call_salt_command (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test simple test.echo module ... skipped 'Slow tests are disabled'
> test_call_salt_command2 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test simple test.echo module again ... skipped 'Slow tests are disabled'
> test_generate_output (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_report_highstate_tests (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:50.0%|MEM:6.8%] test report_highstate_tests ... ok
> test_run_test_1 (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... skipped 'Slow tests are disabled'
> test_run_test_muliassert (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:0.0%|MEM:6.8%] test ... ok
> test_run_test_muliassert_failure (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:23.8%|MEM:6.8%] test ... ok
> test_sls_path_generation (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:25.7%|MEM:6.8%] test generation of sls paths ... ok
> test_validation (unit.modules.test_saltcheck.SaltcheckTestCase)
> [CPU:50.0%|MEM:6.8%] test validation of tests ... 00:42:04,892 [salt.modules.saltcheck :668 ][ERROR ] Saltcheck: None is not in the assertions list
> 00:42:04,892 [salt.modules.saltcheck :682 ][ERROR ] Saltcheck: expected_return missing a value
> 00:42:04,892 [salt.modules.saltcheck :720 ][ERROR ] Saltcheck: missing module_and_function
> 00:42:04,898 [salt.modules.saltcheck :715 ][ERROR ] Saltcheck: broken is not a valid module
> 00:42:04,898 [salt.modules.saltcheck :718 ][ERROR ] Saltcheck: echo is not a valid function
> 00:42:04,899 [salt.modules.saltcheck :718 ][ERROR ] Saltcheck: broken is not a valid function
> 00:42:04,899 [salt.modules.saltcheck :682 ][ERROR ] Saltcheck: expected_return missing a value
> 00:42:04,900 [salt.modules.saltcheck :682 ][ERROR ] Saltcheck: expected_return missing a value
> ok
> test_create (unit.modules.test_saltcloudmod.SaltcloudmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if create the named vm ... ok
> test_exec_kwargs (unit.modules.test_saltutil.ScheduleTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_add (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:21.4%|MEM:6.8%] Test if it add a job to the schedule. ... skipped 'Slow tests are disabled'
> test_build_schedule_item (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it build a schedule job. ... ok
> test_build_schedule_item_invalid_when (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it build a schedule job. ... ok
> test_copy (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it copy scheduled job to another minion or minions. ... skipped 'Slow tests are disabled'
> test_delete (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it delete a job from the minion's schedule. ... skipped 'Slow tests are disabled'
> test_disable (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it disable all scheduled jobs on the minion. ... ok
> test_disable_job (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it disable a job in the minion's schedule. ... skipped 'Slow tests are disabled'
> test_enable (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it enable all scheduled jobs on the minion. ... ok
> test_enable_job (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it enable a job in the minion's schedule. ... skipped 'Slow tests are disabled'
> test_is_enabled (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test is_enabled ... ok
> test_modify (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if modifying job to the schedule. ... skipped 'Slow tests are disabled'
> test_move (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it move scheduled job to another minion or minions. ... skipped 'Slow tests are disabled'
> test_purge (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it purge all the jobs currently scheduled on the minion. ... skipped 'Slow tests are disabled'
> test_run_job (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it run a scheduled job on the minion immediately. ... skipped 'Slow tests are disabled'
> test_save (unit.modules.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it save all scheduled jobs on the minion. ... skipped 'Slow tests are disabled'
> test_ls_ (unit.modules.test_scsi.ScsiTestCase)
> [CPU:0.0%|MEM:6.8%] Test for list SCSI devices, with details ... ok
> test_rescan_all (unit.modules.test_scsi.ScsiTestCase)
> [CPU:0.0%|MEM:6.8%] Test for list scsi devices ... ok
> test_get (unit.modules.test_sdb.SdbTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it gets a value from a db, using a uri in the form of ... ok
> test_set (unit.modules.test_sdb.SdbTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it sets a value from a db, using a uri in the form of ... ok
> test_apply_ (unit.modules.test_seed.SeedTestCase)
> [CPU:0.0%|MEM:6.8%] Test to seed a location (disk image, directory, or block device) ... ok
> test_mkconfig_odict (unit.modules.test_seed.SeedTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Slow tests are disabled'
> test_prep_bootstrap (unit.modules.test_seed.SeedTestCase)
> [CPU:0.0%|MEM:6.8%] Test to update and get the random script to a random place ... ok
> test_fcontext_get_policy_parsing (unit.modules.test_selinux.SelinuxModuleTestCase)
> [CPU:50.0%|MEM:6.8%] Test to verify that the parsing of the semanage output into fields is ... ok
> test_fcontext_policy_parsing_fail (unit.modules.test_selinux.SelinuxModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test failure response for invalid restorecon data. ... ok
> test_fcontext_policy_parsing_new (unit.modules.test_selinux.SelinuxModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test parsing the stdout response of restorecon used in fcontext_policy_applied, new style. ... ok
> test_fcontext_policy_parsing_old (unit.modules.test_selinux.SelinuxModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test parsing the stdout response of restorecon used in fcontext_policy_applied, old style. ... ok
> test_parse_protocol_port_negative (unit.modules.test_selinux.SelinuxModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test to verify negative parsing of name, protocol and port combinations ... ok
> test_parse_protocol_port_positive (unit.modules.test_selinux.SelinuxModuleTestCase)
> [CPU:100.0%|MEM:6.8%] Test to verify positive parsing name, protocol and port combinations ... ok
> test_port_get_policy_parsing (unit.modules.test_selinux.SelinuxModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test to verify that the parsing of the semanage port output into fields is correct. ... ok
> test_sense (unit.modules.test_sensors.SensorTestCase)
> [CPU:0.0%|MEM:6.8%] Test to gather lm-sensors data from a given chip ... ok
> test_create (unit.modules.test_serverdensity_device.ServerdensityDeviceTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it create device in Server Density. ... 00:42:04,972 [salt.modules.serverdensity_device :107 ][ERROR ] Could not parse API Response content: {"message": "Invalid token", "errors": [{"type": "invalid_token", "subject": "token"}]}
> ok
> test_delete (unit.modules.test_serverdensity_device.ServerdensityDeviceTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it delete a device from Server Density. ... 00:42:04,973 [salt.modules.serverdensity_device :138 ][ERROR ] Could not parse API Response content: {"message": "Invalid token", "errors": [{"type": "invalid_token", "subject": "token"}]}
> ok
> test_get_sd_auth (unit.modules.test_serverdensity_device.ServerdensityDeviceTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it returns requested Server Density ... 00:42:04,975 [salt.modules.serverdensity_device :58 ][ERROR ] Could not load serverdensity pillar
> 00:42:04,975 [salt.modules.serverdensity_device :66 ][ERROR ] Could not find value 2 in pillar
> ok
> test_install_agent (unit.modules.test_serverdensity_device.ServerdensityDeviceTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it downloads Server Density installation agent, ... ok
> test_install_agent_v2 (unit.modules.test_serverdensity_device.ServerdensityDeviceTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it downloads Server Density installation agent, ... ok
> test_ls (unit.modules.test_serverdensity_device.ServerdensityDeviceTestCase)
> [CPU:50.0%|MEM:6.8%] Tests if it list devices in Server Density. ... 00:42:04,981 [salt.modules.serverdensity_device :189 ][ERROR ] Could not parse Server Density API Response content: {"message": "Invalid token", "errors": [{"type": "invalid_token", "subject": "token"}]}
> ok
> test_update (unit.modules.test_serverdensity_device.ServerdensityDeviceTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it updates device information in Server Density. ... 00:42:04,983 [salt.modules.serverdensity_device :229 ][ERROR ] Could not parse Server Density API Response content: {"message": "Invalid token", "errors": [{"type": "invalid_token", "subject": "token"}]}
> ok
> test_module_creation (unit.modules.test_servicenow.ServiceNowModuleTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_non_structured_query (unit.modules.test_servicenow.ServiceNowModuleTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_non_structured_query_kwarg (unit.modules.test_servicenow.ServiceNowModuleTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_non_structured_query_kwarg_multi (unit.modules.test_servicenow.ServiceNowModuleTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_banner (unit.modules.test_slsutil.SlsUtilTestCase)
> [CPU:0.0%|MEM:6.8%] Test banner function ... ok
> test_boolstr (unit.modules.test_slsutil.SlsUtilTestCase)
> [CPU:0.0%|MEM:6.8%] Test boolstr function ... ok
> test_parse_image_meta_docker (unit.modules.test_smartos_imgadm.ImgadmTestCase)
> [CPU:0.0%|MEM:6.8%] Test the internal _parse_image_meta methode ... ok
> test_parse_image_meta_lx (unit.modules.test_smartos_imgadm.ImgadmTestCase)
> [CPU:0.0%|MEM:6.8%] Test the internal _parse_image_meta methode ... ok
> test_parse_image_meta_native (unit.modules.test_smartos_imgadm.ImgadmTestCase)
> [CPU:0.0%|MEM:6.8%] Test the internal _parse_image_meta methode ... ok
> test_parse_image_meta_orphan (unit.modules.test_smartos_imgadm.ImgadmTestCase)
> [CPU:0.0%|MEM:6.8%] Test the internal _parse_image_meta methode ... ok
> test_parse_image_meta_zvol (unit.modules.test_smartos_imgadm.ImgadmTestCase)
> [CPU:0.0%|MEM:6.8%] Test the internal _parse_image_meta methode ... ok
> test_available (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to returns ``True`` if the specified service is available, ... ok
> test_disable (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to disable the named service to start at boot ... ok
> test_disabled (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to check to see if the named service is disabled to start on boot ... ok
> test_enable (unit.modules.test_smf_service.SmfTestCase)
> [CPU:66.7%|MEM:6.8%] Test to enable the named service to start at boot ... ok
> test_enabled (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to check to see if the named service is enabled to start on boot ... ok
> test_get_all (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return all installed services ... ok
> test_get_disabled (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the disabled services ... ok
> test_get_enabled (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the enabled services ... ok
> test_get_running (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the running services ... ok
> test_get_stopped (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the stopped services ... ok
> test_missing (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] The inverse of service.available. ... ok
> test_reload_ (unit.modules.test_smf_service.SmfTestCase)
> [CPU:50.0%|MEM:6.8%] Test to reload the named service ... ok
> test_restart (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to restart the named service ... ok
> test_start (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to start the specified service ... ok
> test_status (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the status for a service, returns a bool whether the ... ok
> test_stop (unit.modules.test_smf_service.SmfTestCase)
> [CPU:0.0%|MEM:6.8%] Test to stop the specified service ... ok
> test_send_msg (unit.modules.test_smtp.SmtpTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it send a message to an SMTP recipient. ... ok
> test__get_jid_snapshots (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test__get_num_interval (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test__snapshot_to_data (unit.modules.test_snapper.SnapperTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_changed_files (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_create_config (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_create_snapshot (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_delete_snapshot_id_fail (unit.modules.test_snapper.SnapperTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_delete_snapshot_id_success (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_diff_binary_files (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_diff_text_file (unit.modules.test_snapper.SnapperTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_diff_text_files (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_config (unit.modules.test_snapper.SnapperTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_get_snapshot (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list_configs (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list_snapshots (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_modify_snapshot (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_run (unit.modules.test_snapper.SnapperTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_set_config (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_status (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_status_to_string (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_undo (unit.modules.test_snapper.SnapperTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_undo_jid (unit.modules.test_snapper.SnapperTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_install_already_installed_single_pkg (unit.modules.test_solarisipspkg.IpsTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a package that is already installed ... skipped 'Skip when not running on Solaris'
> test_install_dict_pkgs_no_version (unit.modules.test_solarisipspkg.IpsTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a list of packages ... skipped 'Skip when not running on Solaris'
> test_install_dict_pkgs_no_version_validate_cmd (unit.modules.test_solarisipspkg.IpsTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a list of packages ... skipped 'Skip when not running on Solaris'
> test_install_dict_pkgs_with_version (unit.modules.test_solarisipspkg.IpsTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a list of packages ... skipped 'Skip when not running on Solaris'
> test_install_dict_pkgs_with_version_validate_cmd (unit.modules.test_solarisipspkg.IpsTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a list of packages ... skipped 'Skip when not running on Solaris'
> test_install_list_pkgs (unit.modules.test_solarisipspkg.IpsTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a list of packages ... skipped 'Skip when not running on Solaris'
> test_install_list_pkgs_validate_cmd (unit.modules.test_solarisipspkg.IpsTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a list of packages ... skipped 'Skip when not running on Solaris'
> test_install_single_package (unit.modules.test_solarisipspkg.IpsTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a single package ... skipped 'Skip when not running on Solaris'
> test_abort_import (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to aborts an existing import command to the specified handler. ... ok
> test_backup (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to tell solr make a backup. ... ok
> test_core_status (unit.modules.test_solr.SolrTestCase)
> [CPU:50.0%|MEM:6.8%] Test to get the status for a given core or all cores ... ok
> test_delta_import (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to submits an import command to the specified handler using ... ok
> test_full_import (unit.modules.test_solr.SolrTestCase)
> [CPU:50.0%|MEM:6.8%] Test to submits an import command to the specified handler using ... ok
> test_import_status (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to submits an import command to the specified handler using ... ok
> test_is_replication_enabled (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to check for errors, and determine if a slave ... ok
> test_lucene_version (unit.modules.test_solr.SolrTestCase)
> [CPU:50.0%|MEM:6.8%] Test to get the lucene version that solr is using. ... ok
> test_match_index_versions (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to verifies that the master and the slave versions are in sync by ... ok
> test_optimize (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to search queries fast, but it is a very expensive operation. ... ok
> test_ping (unit.modules.test_solr.SolrTestCase)
> [CPU:100.0%|MEM:6.8%] Test to check on solr, makes sure solr can talk to the ... ok
> test_reload_core (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to load a new core from the same configuration as ... ok
> test_reload_import_config (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to re-loads the handler config XML file. ... ok
> test_replication_details (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get the full replication details. ... ok
> test_set_is_polling (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to prevent the slaves from polling the master for updates. ... ok
> test_set_replication_enabled (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to sets the master to ignore poll requests from the slaves. ... ok
> test_signal (unit.modules.test_solr.SolrTestCase)
> [CPU:100.0%|MEM:6.8%] Test to signals Apache Solr to start, stop, or restart. ... ok
> test_version (unit.modules.test_solr.SolrTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get the solr version for the core specified ... ok
> test_fetch (unit.modules.test_sqlite3.Sqlite3TestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it retrieve data from an sqlite3 db ... ok
> test_indexes (unit.modules.test_sqlite3.Sqlite3TestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it show all indices in the database, ... ok
> test_indices (unit.modules.test_sqlite3.Sqlite3TestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it show all indices in the database. ... ok
> test_modify (unit.modules.test_sqlite3.Sqlite3TestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it issue an SQL query to sqlite3 (with no return data). ... ok
> test_sqlite_version (unit.modules.test_sqlite3.Sqlite3TestCase)
> [CPU:100.0%|MEM:6.8%] Tests if it return version of sqlite. ... ok
> test_tables (unit.modules.test_sqlite3.Sqlite3TestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it show all tables in the database. ... ok
> test_version (unit.modules.test_sqlite3.Sqlite3TestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it return version of pysqlite. ... ok
> test_expand_user_token (unit.modules.test_ssh.SSHAuthKeyTestCase)
> [CPU:0.0%|MEM:6.8%] Test if the %u, %h, and %% tokens are correctly expanded ... ok
> test_replace_auth_key (unit.modules.test_ssh.SSHAuthKeyTestCase)
> [CPU:0.0%|MEM:6.8%] Test the _replace_auth_key with some different authorized_keys examples ... ok
> test_set_auth_key_invalid (unit.modules.test_ssh.SSHAuthKeyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_apply_ (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to apply states ... ok
> test_check_request (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to return the state request information ... ok
> test_clear_cache (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to clear out cached state file ... ok
> test_clear_request (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to clear out the state execution request without executing it ... ok
> test_disable (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to disable state run ... ok
> test_enable (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to Enable state function or sls run ... ok
> test_get_pillar_errors_CC (unit.modules.test_state.StateTestCase)
> [CPU:50.0%|MEM:6.8%] Test _get_pillar_errors function. ... ok
> test_get_pillar_errors_CE (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test _get_pillar_errors function. ... ok
> test_get_pillar_errors_EC (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test _get_pillar_errors function. ... ok
> test_get_pillar_errors_EE (unit.modules.test_state.StateTestCase)
> [CPU:50.0%|MEM:6.8%] Test _get_pillar_errors function. ... ok
> test_get_test_value (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test _get_test_value when opts contains different values ... ok
> test_high (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test for checking the state system ... ok
> test_highstate (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to retrieve the state data from the ... ok
> test_id_exists (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test of id_exists ... ok
> test_list_disabled (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to list disabled states ... ok
> test_lock_saltenv (unit.modules.test_state.StateTestCase)
> [CPU:50.0%|MEM:6.8%] Tests lock_saltenv in each function which accepts saltenv on the CLI ... ok
> test_low (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test of executing a single low data call ... ok
> test_pkg (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to execute a packaged state run ... ok
> test_request (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to request the local admin execute a state run ... ok
> test_run_request (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to Execute the pending state request ... ok
> test_running (unit.modules.test_state.StateTestCase)
> [CPU:50.0%|MEM:6.8%] Test of checking i fthe state function is already running ... ok
> test_show_highstate (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to retrieve the highstate data from the salt master ... ok
> test_show_low_sls (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to display the low data from a specific sls ... ok
> test_show_lowstate (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to list out the low data that will be applied to this minion ... ok
> test_show_sls (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to display the state data from a specific sls ... ok
> test_show_state_usage (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to list out the state usage that will be applied to this minion ... ok
> test_show_states (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to display the low data from a specific sls ... ok
> test_show_states_missing_sls (unit.modules.test_state.StateTestCase)
> [CPU:50.0%|MEM:6.8%] Test state.show_states when a sls file defined ... ok
> test_show_top (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the top data that the minion will use for a highstate ... ok
> test_single (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to execute single state function ... ok
> test_sls (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to execute a set list of state files from an environment ... ok
> test_sls_exists (unit.modules.test_state.StateTestCase)
> [CPU:25.0%|MEM:6.8%] Test of sls_exists ... ok
> test_sls_id (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to call a single ID from the ... ok
> test_sls_sync (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test test.sls with the sync argument ... ok
> test_template (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test of executing the information ... ok
> test_template_str (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test for Executing the information ... ok
> test_test (unit.modules.test_state.StateTestCase)
> [CPU:33.3%|MEM:6.8%] Test to apply states in test mode ... ok
> test_top (unit.modules.test_state.StateTestCase)
> [CPU:0.0%|MEM:6.8%] Test to execute a specific top file ... ok
> test_merge_strategy_merge (unit.modules.test_state.TopFileMergingCase)
> [CPU:33.3%|MEM:6.8%] Base overrides everything ... skipped 'Slow tests are disabled'
> test_merge_strategy_merge_all (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] Include everything in every top file ... skipped 'Slow tests are disabled'
> test_merge_strategy_merge_all_alternate_env_order (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] Use an alternate env_order. This should change the order in which the ... skipped 'Slow tests are disabled'
> test_merge_strategy_merge_all_state_top_saltenv_base (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] This tests with state_top_saltenv=base, which should pull states *only* ... skipped 'Slow tests are disabled'
> test_merge_strategy_merge_all_state_top_saltenv_foo (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] This tests with state_top_saltenv=foo, which should pull states *only* ... skipped 'Slow tests are disabled'
> test_merge_strategy_merge_limited_base (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] Test with a "base" top file containing only a "base" section. The "baz" ... skipped 'Slow tests are disabled'
> test_merge_strategy_merge_state_top_saltenv_base (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] This tests with state_top_saltenv=base, which should pull states *only* ... skipped 'Slow tests are disabled'
> test_merge_strategy_merge_state_top_saltenv_foo (unit.modules.test_state.TopFileMergingCase)
> [CPU:100.0%|MEM:6.8%] This tests with state_top_saltenv=foo, which should pull states *only* ... skipped 'Slow tests are disabled'
> test_merge_strategy_same (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] Each env should get its SLS targets from its own top file, with the ... skipped 'Slow tests are disabled'
> test_merge_strategy_same_default_top_foo (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] Each env should get its SLS targets from its own top file, with the ... skipped 'Slow tests are disabled'
> test_merge_strategy_same_limited_base (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] Each env should get its SLS targets from its own top file, with the ... skipped 'Slow tests are disabled'
> test_merge_strategy_same_state_top_saltenv_base (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] Test the state_top_saltenv parameter to load states exclusively from ... skipped 'Slow tests are disabled'
> test_merge_strategy_same_state_top_saltenv_baz (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] Test the state_top_saltenv parameter to load states exclusively from ... skipped 'Slow tests are disabled'
> test_merge_strategy_same_state_top_saltenv_foo (unit.modules.test_state.TopFileMergingCase)
> [CPU:0.0%|MEM:6.8%] Test the state_top_saltenv parameter to load states exclusively from ... skipped 'Slow tests are disabled'
> test_cpuinfo_freebsd (unit.modules.test_status.StatusTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_cpuinfo_openbsd (unit.modules.test_status.StatusTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_cpustats_openbsd (unit.modules.test_status.StatusTestCase)
> [CPU:0.0%|MEM:6.8%] Test modules.status.cpustats function for OpenBSD ... ok
> test_meminfo_openbsd (unit.modules.test_status.StatusTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_uptime_linux (unit.modules.test_status.StatusTestCase)
> [CPU:0.0%|MEM:6.8%] Test modules.status.uptime function for Linux ... ok
> test_uptime_macos (unit.modules.test_status.StatusTestCase)
> [CPU:0.0%|MEM:6.8%] Test modules.status.uptime function for macOS ... ok
> test_uptime_return_success_not_supported (unit.modules.test_status.StatusTestCase)
> [CPU:0.0%|MEM:6.8%] Test modules.status.uptime function for other platforms ... ok
> test_uptime_sunos (unit.modules.test_status.StatusTestCase)
> [CPU:0.0%|MEM:6.8%] Test modules.status.uptime function for SunOS ... ok
> test_w_bsd (unit.modules.test_status.StatusTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_w_linux (unit.modules.test_status.StatusTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_add (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it activates any updates in config for process/group. ... ok
> test_custom (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it run any custom supervisord command ... ok
> test_options (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it read the config file and return the config options ... ok
> test_remove (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:100.0%|MEM:6.8%] Tests if it removes process/group from active config ... ok
> test_reread (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it reload the daemon's configuration files ... ok
> test_restart (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it restart the named service. ... ok
> test_start (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it start the named service. ... ok
> test_status (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it list programs and its state ... ok
> test_status_bool_expected_state_running_fail (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it returns bool results for process status check ... ok
> test_status_bool_expected_state_running_success (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it returns bool results for process status check ... ok
> test_status_bool_name_correct (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it returns bool results for process status check ... ok
> test_status_bool_name_wrong (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it returns bool results for process status check ... ok
> test_status_raw (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it display the raw output of status ... ok
> test_stop (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:6.8%] Tests if it stop the named service. ... ok
> test_update (unit.modules.test_supervisord.SupervisordTestCase)
> [CPU:100.0%|MEM:6.8%] Tests if it reload config and add/remove as necessary ... ok
> test_add (unit.modules.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:6.8%] Test to add files to be tracked by the Subversion working-copy ... ok
> test_checkout (unit.modules.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:6.8%] Test to download a working copy of the remote Subversion repository ... ok
> test_commit (unit.modules.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:6.8%] Test to commit the current directory, files, or directories to ... ok
> test_diff (unit.modules.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the diff of the current directory, files, or ... ok
> test_export (unit.modules.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:6.8%] Test to create an unversioned copy of a tree. ... ok
> test_info (unit.modules.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:6.8%] Test to display the Subversion information from the checkout. ... ok
> test_remove (unit.modules.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:6.8%] Test to remove files and directories from the Subversion repository ... ok
> test_status (unit.modules.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:6.8%] Test to display the status of the current directory, files, or ... ok
> test_switch (unit.modules.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:6.8%] Test to switch a working copy of a remote Subversion repository ... ok
> test_update (unit.modules.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:6.8%] Test to update the current directory, files, or directories from ... ok
> test_delete (unit.modules.test_swift.SwiftTestCase)
> [CPU:100.0%|MEM:6.8%] Test for delete a container, or delete an object from a container. ... ok
> test_get (unit.modules.test_swift.SwiftTestCase)
> [CPU:0.0%|MEM:6.8%] Test for list the contents of a container, ... ok
> test_put (unit.modules.test_swift.SwiftTestCase)
> [CPU:0.0%|MEM:6.8%] Test for create a new container, or upload an object to a container. ... ok
> test_cpu (unit.modules.test_sysbench.SysbenchTestCase)
> [CPU:0.0%|MEM:6.8%] Test to tests to the CPU performance of minions. ... ok
> test_fileio (unit.modules.test_sysbench.SysbenchTestCase)
> [CPU:0.0%|MEM:6.8%] Test to this tests for the file read and write operations ... ok
> test_memory (unit.modules.test_sysbench.SysbenchTestCase)
> [CPU:0.0%|MEM:6.8%] Test to this tests the memory for read and write operations. ... ok
> test_mutex (unit.modules.test_sysbench.SysbenchTestCase)
> [CPU:0.0%|MEM:6.8%] Test to tests the implementation of mutex ... ok
> test_ping (unit.modules.test_sysbench.SysbenchTestCase)
> [CPU:100.0%|MEM:6.8%] Test to ping ... ok
> test_threads (unit.modules.test_sysbench.SysbenchTestCase)
> [CPU:0.0%|MEM:6.8%] Test to this tests the performance of the processor's scheduler ... ok
> test_config_test (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_config_test_cfgfile (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_end_to_end_statement_generation (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_modules (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_non_empty_statement (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_option_with_parameters (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_parameter_with_values (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_statement_without_options (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_stats (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_value_with_arguments (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_version (unit.modules.test_syslog_ng.SyslogNGTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_argspec (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the argument specification ... ok
> test_doc (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns the docstrings for all modules. ... ok
> test_list_functions (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists the functions for all modules. ... ok
> test_list_modules (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists the modules loaded on the minion ... ok
> test_list_renderers (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list the renderers loaded on the minion. ... ok
> test_list_returner_functions (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists the functions for all returner modules. ... ok
> test_list_returners (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists the returners loaded on the minion ... ok
> test_list_runner_functions (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists the functions for all runner modules. ... ok
> test_list_runners (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it list the runners loaded on the minion. ... ok
> test_list_state_functions (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists the functions for all state modules. ... ok
> test_list_state_modules (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it lists the modules loaded on the minion. ... ok
> test_reload_modules (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it tell the minion to reload the execution modules ... ok
> test_renderer_doc (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it returns the docstrings for all renderers. ... ok
> test_returner_argspec (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the argument specification ... ok
> test_returner_doc (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns the docstrings for all returners. ... ok
> test_runner_argspec (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the argument specification of functions in Salt runner ... ok
> test_runner_doc (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns the docstrings for all runners. ... ok
> test_state_argspec (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the argument specification ... ok
> test_state_doc (unit.modules.test_sysmod.SysmodTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns the docstrings for all states. ... ok
> test_halt (unit.modules.test_system.SystemTestCase)
> [CPU:100.0%|MEM:6.8%] Test to halt a running system ... ok
> test_init (unit.modules.test_system.SystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to change the system runlevel on sysV compatible systems ... ok
> test_poweroff (unit.modules.test_system.SystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to poweroff a running system ... ok
> test_reboot (unit.modules.test_system.SystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to reboot the system with shutdown -r ... ok
> test_reboot_with_delay (unit.modules.test_system.SystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to reboot the system using shutdown -r with a delay ... ok
> test_shutdown (unit.modules.test_system.SystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to shutdown a running system ... ok
> test_shutdown_freebsd (unit.modules.test_system.SystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to shutdown a running FreeBSD system ... ok
> test_shutdown_netbsd (unit.modules.test_system.SystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to shutdown a running NetBSD system ... ok
> test_shutdown_openbsd (unit.modules.test_system.SystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to shutdown a running OpenBSD system ... ok
> test_disable (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_enable (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_firstboot (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] Test service.firstboot without parameters ... ok
> test_firstboot_error (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] Test service.firstboot error ... ok
> test_firstboot_params (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] Test service.firstboot with parameters ... ok
> test_force_reload (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_mask (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_mask_runtime (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_reload (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_restart (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_start (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_stop (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_unmask (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_unmask_runtime (unit.modules.test_systemd_service.SystemdScopeTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_available (unit.modules.test_systemd_service.SystemdTestCase)
> [CPU:0.0%|MEM:6.8%] Test to check that the given service is available ... ok
> test_execs (unit.modules.test_systemd_service.SystemdTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return a list of all files specified as ``ExecStart`` for all ... ok
> test_get_all (unit.modules.test_systemd_service.SystemdTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return a list of all available services ... ok
> test_get_disabled (unit.modules.test_systemd_service.SystemdTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return a list of all disabled services ... ok
> test_get_enabled (unit.modules.test_systemd_service.SystemdTestCase)
> [CPU:100.0%|MEM:6.8%] Test to return a list of all enabled services ... ok
> test_missing (unit.modules.test_systemd_service.SystemdTestCase)
> [CPU:0.0%|MEM:6.8%] Test to the inverse of service.available. ... ok
> test_show (unit.modules.test_systemd_service.SystemdTestCase)
> [CPU:0.0%|MEM:6.8%] Test to show properties of one or more units/jobs or the manager ... ok
> test_systemctl_reload (unit.modules.test_systemd_service.SystemdTestCase)
> [CPU:0.0%|MEM:6.8%] Test to Reloads systemctl ... ok
> test_post_message (unit.modules.test_telegram.TelegramModuleTest)
> [CPU:0.0%|MEM:6.8%] Test the post_message function. ... ok
> test_get_hwclock_aix (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test get hwclock on AIX ... ok
> test_get_hwclock_redhat (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test get hwclock on RedHat ... ok
> test_get_hwclock_solaris (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:50.0%|MEM:6.8%] Test get hwclock on Solaris ... ok
> test_get_hwclock_suse (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test get hwclock on SUSE ... ok
> test_get_hwclock_timedate_utc (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test get hwclock UTC/localtime ... ok
> test_get_zone_centos (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test CentOS is recognized ... ok
> test_get_zone_os_family_aix (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:100.0%|MEM:6.8%] Test IBM AIX is recognized ... ok
> test_get_zone_os_family_allbsd_nilinuxrt (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test *BSD and NILinuxRT are recognized ... ok
> test_get_zone_os_family_debian_gentoo (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test Debian and Gentoo are recognized ... ok
> test_get_zone_os_family_rh_suse (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test RedHat and Suse are recognized ... ok
> test_get_zone_os_family_slowlaris (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test Slowlaris is recognized ... ok
> test_set_hwclock_aix_nilinuxrt (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test set hwclock on AIX and NILinuxRT ... ok
> test_set_hwclock_arch (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test set hwclock on arch ... ok
> test_set_hwclock_debian (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test set hwclock on Debian ... ok
> test_set_hwclock_gentoo (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test set hwclock on Gentoo ... ok
> test_set_hwclock_redhat (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:100.0%|MEM:6.8%] Test set hwclock on RedHat ... ok
> test_set_hwclock_solaris (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test set hwclock on Solaris ... ok
> test_set_hwclock_suse (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test set hwclock on SUSE ... ok
> test_set_hwclock_timedatectl (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:100.0%|MEM:6.8%] Test set hwclock with timedatectl ... ok
> test_set_zone_debian (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test zone set on Debian series ... ok
> test_set_zone_gentoo (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test zone set on Gentoo series ... ok
> test_set_zone_redhat (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test zone set on RH series ... ok
> test_set_zone_suse (unit.modules.test_timezone.TimezoneModuleTestCase)
> [CPU:0.0%|MEM:6.8%] Test zone set on SUSE series ... ok
> test_missing_localtime (unit.modules.test_timezone.TimezoneTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_zone_compare_equal (unit.modules.test_timezone.TimezoneTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_zone_compare_nonexistent (unit.modules.test_timezone.TimezoneTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_zone_compare_unequal (unit.modules.test_timezone.TimezoneTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_ca_exists (unit.modules.test_tls.TLSAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test to see if ca does not exist ... ok
> test_ca_exists_true (unit.modules.test_tls.TLSAddTestCase)
> [CPU:100.0%|MEM:6.8%] Test to see if ca exists ... ok
> test_cert_base_path (unit.modules.test_tls.TLSAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test for retrieving cert base path ... ok
> test_cert_info (unit.modules.test_tls.TLSAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test cert info ... ok
> test_create_ca (unit.modules.test_tls.TLSAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test creating CA cert ... ok
> test_create_ca_signed_cert (unit.modules.test_tls.TLSAddTestCase)
> [CPU:26.7%|MEM:6.8%] Test signing certificate from request ... ok
> test_create_csr (unit.modules.test_tls.TLSAddTestCase)
> [CPU:24.7%|MEM:6.8%] Test creating certificate signing request ... ok
> test_create_pkcs12 (unit.modules.test_tls.TLSAddTestCase)
> [CPU:25.0%|MEM:6.8%] Test creating pkcs12 ... ok
> test_create_self_signed_cert (unit.modules.test_tls.TLSAddTestCase)
> [CPU:25.0%|MEM:6.8%] Test creating self signed certificate ... ok
> test_get_ca (unit.modules.test_tls.TLSAddTestCase)
> [CPU:25.7%|MEM:6.8%] Test get_ca ... ok
> test_get_ca_fail (unit.modules.test_tls.TLSAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test get_ca failure ... ok
> test_get_ca_text (unit.modules.test_tls.TLSAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test get_ca text ... ok
> test_get_expiration_date (unit.modules.test_tls.TLSAddTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_pyOpenSSL_version (unit.modules.test_tls.TLSAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test extension logic with different pyOpenSSL versions ... ok
> test_pyOpenSSL_version_destructive (unit.modules.test_tls.TLSAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test extension logic with different pyOpenSSL versions ... 00:42:06,327 [salt.modules.tls :1136][ERROR ] X509 extensions are not supported in pyOpenSSL prior to version 0.15.1. Your version: 0.1.1
> 00:42:06,481 [salt.modules.tls :1136][ERROR ] X509 extensions are not supported in pyOpenSSL prior to version 0.15.1. Your version: 0.1.1
> ok
> test_recreate_ca (unit.modules.test_tls.TLSAddTestCase)
> [CPU:25.0%|MEM:6.8%] Test creating CA cert when one already exists ... ok
> test_recreate_ca_signed_cert (unit.modules.test_tls.TLSAddTestCase)
> [CPU:26.1%|MEM:6.8%] Test signing certificate from request when certificate exists ... ok
> test_recreate_csr (unit.modules.test_tls.TLSAddTestCase)
> [CPU:25.0%|MEM:6.8%] Test creating certificate signing request when one already exists ... ok
> test_recreate_pkcs12 (unit.modules.test_tls.TLSAddTestCase)
> [CPU:24.2%|MEM:6.8%] Test creating pkcs12 when it already exists ... ok
> test_recreate_self_signed_cert (unit.modules.test_tls.TLSAddTestCase)
> [CPU:25.9%|MEM:6.8%] Test creating self signed certificate when one already exists ... ok
> test_set_ca_cert_path (unit.modules.test_tls.TLSAddTestCase)
> [CPU:25.4%|MEM:6.8%] Test for setting the cert base path ... ok
> test_tomcat_wget_no_bytestring (unit.modules.test_tomcat.TomcatTestCasse)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_none (unit.modules.test_tuned.TunedListTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_v_241 (unit.modules.test_tuned.TunedListTestCase)
> [CPU:0.0%|MEM:6.8%] Test the list_ function for older tuned-adm (v2.4.1) ... ok
> test_v_271 (unit.modules.test_tuned.TunedListTestCase)
> [CPU:0.0%|MEM:6.8%] Test the list_ function for newer tuned-adm (v2.7.1) ... ok
> test_send_sms (unit.modules.test_twilio_notify.TwilioNotifyTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it send an sms. ... ok
> test_exportdb (unit.modules.test_udev.UdevTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it returns the all the udev database into a dict ... ok
> test_info (unit.modules.test_udev.UdevTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns the info of udev-created node in a dict ... ok
> test_normalize_info (unit.modules.test_udev.UdevTestCase)
> [CPU:0.0%|MEM:6.8%] Test if udevdb._normalize_info does not returns nested lists that contains only one item. ... ok
> test_checks_create (unit.modules.test_uptime.UptimeTestCase)
> [CPU:0.0%|MEM:6.8%] ... 00:42:07,502 [salt.modules.uptime :51 ][ERROR ] Trying to create check that already exists : http://example.org
> ok
> test_checks_delete (unit.modules.test_uptime.UptimeTestCase)
> [CPU:0.0%|MEM:6.8%] ... 00:42:07,504 [salt.modules.uptime :75 ][ERROR ] Trying to delete check that doesn't exists : http://example.com
> ok
> test_checks_exists (unit.modules.test_uptime.UptimeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_checks_list (unit.modules.test_uptime.UptimeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_add (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test for adding a user ... ok
> test_build_gecos_field (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if gecos fields are built correctly (removing trailing commas) ... ok
> test_chfullname (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if the user's Full Name is changed ... ok
> test_chgid (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test the default group of the user ... ok
> test_chgroups (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if user groups changed ... ok
> test_chhome (unit.modules.test_useradd.UserAddTestCase)
> [CPU:100.0%|MEM:6.8%] Test if home directory given is same as previous home directory ... ok
> test_chhomephone (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if the user's Home Phone is changed ... ok
> test_chother (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if the user's other GECOS attribute is changed ... ok
> test_chroomnumber (unit.modules.test_useradd.UserAddTestCase)
> [CPU:100.0%|MEM:6.8%] Test if the user's Room Number is changed ... ok
> test_chshell (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test the default shell of user ... ok
> test_chuid (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if the uid of a user change ... ok
> test_chworkphone (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if the user's Work Phone is changed ... ok
> test_getent (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if user.getent already have a value ... ok
> test_getent_user (unit.modules.test_useradd.UserAddTestCase)
> [CPU:50.0%|MEM:6.8%] Tests the return information on all users ... ok
> test_info (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test the user information ... ok
> test_list_groups (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a list of groups the named user belongs to ... ok
> test_list_users (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns a list of all users ... ok
> test_rename (unit.modules.test_useradd.UserAddTestCase)
> [CPU:0.0%|MEM:6.8%] Test if the username for a named user changed ... ok
> test_uwsgi_stats (unit.modules.test_uwsgi.UwsgiTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_vagrant_destroy (unit.modules.test_vagrant.VagrantTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_vagrant_get_ssh_config_fails (unit.modules.test_vagrant.VagrantTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_vagrant_get_vm_info (unit.modules.test_vagrant.VagrantTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_vagrant_get_vm_info_not_found (unit.modules.test_vagrant.VagrantTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_vagrant_init_arg_override (unit.modules.test_vagrant.VagrantTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_vagrant_init_dict (unit.modules.test_vagrant.VagrantTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_vagrant_init_positional (unit.modules.test_vagrant.VagrantTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_vagrant_start (unit.modules.test_vagrant.VagrantTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_ban (unit.modules.test_varnish.VarnishTestCase)
> [CPU:0.0%|MEM:6.8%] Test to add ban to the varnish cache ... ok
> test_ban_list (unit.modules.test_varnish.VarnishTestCase)
> [CPU:0.0%|MEM:6.8%] Test to list varnish cache current bans ... ok
> test_param_set (unit.modules.test_varnish.VarnishTestCase)
> [CPU:100.0%|MEM:6.8%] Test to set a param in varnish cache ... ok
> test_param_show (unit.modules.test_varnish.VarnishTestCase)
> [CPU:0.0%|MEM:6.8%] Test to show params of varnish cache ... ok
> test_purge (unit.modules.test_varnish.VarnishTestCase)
> [CPU:0.0%|MEM:6.8%] Test to purge the varnish cache ... ok
> test_version (unit.modules.test_varnish.VarnishTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return server version from varnishd -V ... ok
> test_read_secret_v1 (unit.modules.test_vault.TestVaultModule)
> [CPU:0.0%|MEM:6.8%] Test salt.modules.vault.read_secret function ... ok
> test_read_secret_v1_key (unit.modules.test_vault.TestVaultModule)
> [CPU:0.0%|MEM:6.8%] Test salt.modules.vault.read_secret function specifying key ... ok
> test_read_secret_v2 (unit.modules.test_vault.TestVaultModule)
> [CPU:100.0%|MEM:6.8%] Test salt.modules.vault.read_secret function for v2 of kv secret backend ... ok
> test_read_secret_v2_key (unit.modules.test_vault.TestVaultModule)
> [CPU:0.0%|MEM:6.8%] Test salt.modules.vault.read_secret function for v2 of kv secret backend ... ok
> test_list_secrets_no_default (unit.modules.test_vault.VaultDefaultTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list_secrets_with_default (unit.modules.test_vault.VaultDefaultTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_read_secret_no_default (unit.modules.test_vault.VaultDefaultTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_read_secret_with_default (unit.modules.test_vault.VaultDefaultTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_all_capabilities (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test the virt.domain_capabilities default output ... ok
> test_boot_custom_dev (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt._gen_xml() custom boot device ... ok
> test_boot_default_dev (unit.modules.test_virt.VirtTestCase)
> [CPU:25.0%|MEM:6.8%] Test virt._gen_xml() default boot device ... ok
> test_boot_multiple_devs (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._gen_xml() multiple boot devices ... ok
> test_capabilities (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test the virt.capabilities parsing ... ok
> test_controller_for_esxi (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml() generated device controller for ESXi/vmware ... ok
> test_controller_for_kvm (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._gen_xml() generated device controller for KVM ... ok
> test_cpu_baseline (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt.cpu_baseline() ... ok
> test_default_disk_profile_hypervisor_esxi (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._disk_profile() default ESXi profile ... ok
> test_default_disk_profile_hypervisor_kvm (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._disk_profile() default KVM profile ... ok
> test_default_disk_profile_hypervisor_xen (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._disk_profile() default XEN profile ... ok
> test_default_nic_profile_hypervisor_esxi (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._nic_profile() default ESXi profile ... ok
> test_default_nic_profile_hypervisor_kvm (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._nic_profile() default KVM profile ... ok
> test_default_nic_profile_hypervisor_xen (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._nic_profile() default XEN profile ... ok
> test_diff_disks (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._diff_disks() ... ok
> test_diff_nics (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._diff_nics() ... ok
> test_disk_profile_cdrom_default (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml(), KVM case with cdrom. ... ok
> test_disk_profile_kvm_disk_external_image (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._gen_xml(), KVM case with an external image. ... ok
> test_disk_profile_kvm_disk_pool (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._disk_profile(), KVM case with pools defined. ... ok
> test_disk_profile_merge (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._disk_profile() when merging with user-defined disks ... ok
> test_disk_profile_pool_disk_type (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._disk_profile(), with a disk pool of disk type ... ok
> test_domain_capabilities (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test the virt.domain_capabilities parsing ... ok
> test_full_info (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt.full_info ... ok
> test_gen_vol_xml_esx (unit.modules.test_virt.VirtTestCase)
> [CPU:25.0%|MEM:6.8%] Test virt._get_vol_xml() for the ESX case ... ok
> test_gen_vol_xml_file (unit.modules.test_virt.VirtTestCase)
> [CPU:25.0%|MEM:6.8%] Test virt._get_vol_xml() for a file volume ... ok
> test_gen_xml_cdrom (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._gen_xml(), generating a cdrom device (different disk type, no source) ... ok
> test_gen_xml_for_esxi_custom_profile (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml(), ESXi/vmware custom profile case ... ok
> test_gen_xml_for_esxi_default_profile (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml(), ESXi/vmware default profile case ... ok
> test_gen_xml_for_kvm_custom_profile (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._gen_xml(), KVM custom profile case ... ok
> test_gen_xml_for_kvm_default_profile (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml(), KVM default profile case ... ok
> test_gen_xml_for_serial_console (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._gen_xml() serial console ... ok
> test_gen_xml_for_serial_no_console (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml() with no serial console ... ok
> test_gen_xml_for_telnet_console (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._gen_xml() telnet console ... ok
> test_gen_xml_for_telnet_console_unspecified_port (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml() telnet console without any specified port ... ok
> test_gen_xml_for_telnet_no_console (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml() with no telnet console ... ok
> test_gen_xml_for_xen_default_profile (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml(), XEN PV default profile case ... ok
> test_gen_xml_no_nic (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._gen_xml() serial console ... ok
> test_gen_xml_nographics_default (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt._gen_xml() with default no graphics device ... ok
> test_gen_xml_noloader_default (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml() with default no loader ... ok
> test_gen_xml_spice (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml() with spice graphics device ... ok
> test_gen_xml_spice_default (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._gen_xml() with default spice graphics device ... ok
> test_gen_xml_vnc_default (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt._gen_xml() with default vnc graphics device ... ok
> test_gen_xml_volume (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_xml(), generating a disk of volume type ... ok
> test_get_disks (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test the virt.get_disks function ... ok
> test_get_domain (unit.modules.test_virt.VirtTestCase)
> [CPU:40.0%|MEM:6.8%] Test the virt._get_domain function ... ok
> test_get_hypervisor (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] test the virt.get_hypervisor() function ... ok
> test_get_loader (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt.get_loader() ... ok
> test_get_xml (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.get_xml() ... ok
> test_init (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test init() function ... ok
> test_list_networks (unit.modules.test_virt.VirtTestCase)
> [CPU:22.2%|MEM:6.8%] Test virt.list_networks() ... ok
> test_list_pools (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.list_pools() ... ok
> test_mixed_dict_and_list_as_profile_objects (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt._nic_profile with mixed dictionaries and lists as input. ... ok
> test_network (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._get_net_xml() ... ok
> test_network_get_xml (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt.network_get_xml ... ok
> test_network_info (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.network_info() ... ok
> test_network_info_all (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.network_info() ... ok
> test_network_info_notfound (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt.network_info() when the network can't be found ... ok
> test_network_nat (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt._get_net_xml() in a nat setup ... ok
> test_network_tag (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._get_net_xml() with VLAN tag ... ok
> test_parse_qemu_img_info (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Make sure that qemu-img info output is properly parsed ... ok
> test_pool (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_pool_xml() ... ok
> test_pool_capabilities (unit.modules.test_virt.VirtTestCase)
> [CPU:20.0%|MEM:6.8%] Test virt.pool_capabilities where libvirt has the pool-capabilities feature ... ok
> test_pool_capabilities_computed (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.pool_capabilities where libvirt doesn't have the pool-capabilities feature ... ok
> test_pool_define (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt.pool_define() ... ok
> test_pool_delete (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.pool_delete function ... ok
> test_pool_get_xml (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.pool_get_xml ... ok
> test_pool_info (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt.pool_info() ... ok
> test_pool_info_all (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.pool_info() ... ok
> test_pool_info_notarget (unit.modules.test_virt.VirtTestCase)
> [CPU:25.0%|MEM:6.8%] Test virt.pool_info() ... ok
> test_pool_info_notfound (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt.pool_info() when the pool can't be found ... ok
> test_pool_list_volumes (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.pool_list_volumes ... ok
> test_pool_undefine_secret (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test virt.pool_undefine function where the pool has a secret ... ok
> test_pool_update (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test the pool_update function ... ok
> test_pool_update_nochange (unit.modules.test_virt.VirtTestCase)
> [CPU:50.0%|MEM:6.8%] Test the pool_update function when no change is needed ... ok
> test_pool_update_password (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test the pool_update function, where the password only is changed ... ok
> test_pool_update_password_create (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test the pool_update function, where the password only is changed ... ok
> test_pool_with_iscsi_direct (unit.modules.test_virt.VirtTestCase)
> [CPU:25.0%|MEM:6.8%] Test virt._gen_pool_xml() with a iscsi-direct source ... ok
> test_pool_with_netfs (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_pool_xml() with a netfs source ... ok
> test_pool_with_rbd (unit.modules.test_virt.VirtTestCase)
> [CPU:100.0%|MEM:6.8%] Test virt._gen_pool_xml() with an RBD source ... ok
> test_pool_with_scsi (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_pool_xml() with a SCSI source ... ok
> test_pool_with_source (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt._gen_pool_xml() with a source device ... ok
> test_purge_default (unit.modules.test_virt.VirtTestCase)
> [CPU:0.0%|MEM:6.8%] Test virt.purge() with default parameters ... ok
> test_purge_rbd (unit.modules.test_virt.VirtTestCase)
> [CPU:25.0%|MEM:6.8%] Test virt.purge() with RBD disks ... ok
> test_purge_removable (unit.modules.test_virt.VirtTestCase)
> [CPU:20.0%|MEM:6.8%] Test virt.purge(removables=True) ... ok
> test_purge_volumes (unit.modules.test_virt.VirtTestCase)
> [CPU:25.4%|MEM:6.8%] Test virt.purge() with volume disks ... ok
> test_update (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.update() ... ok
> test_update_backing_store (unit.modules.test_virt.VirtTestCase)
> [CPU:23.1%|MEM:6.8%] Test updating a disk with a backing store ... ok
> test_update_existing_boot_params (unit.modules.test_virt.VirtTestCase)
> [CPU:25.0%|MEM:6.8%] Test virt.update() with existing boot parameters. ... ok
> test_update_removables (unit.modules.test_virt.VirtTestCase)
> [CPU:20.0%|MEM:6.8%] Test attaching, detaching, changing removable devices ... ok
> test_volume_define (unit.modules.test_virt.VirtTestCase)
> [CPU:25.0%|MEM:6.8%] Test virt.volume_define function ... ok
> test_volume_delete (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.volume_delete ... ok
> test_volume_infos (unit.modules.test_virt.VirtTestCase)
> [CPU:33.3%|MEM:6.8%] Test virt.volume_infos ... ok
> test_volume_upload (unit.modules.test_virt.VirtTestCase)
> [CPU:20.0%|MEM:6.8%] Test virt.volume_upload function ... ok
> test_clear_argument (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:25.0%|MEM:6.8%] ... ok
> test_get_virtualenv_version_from_shell (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_issue_57734_debian_package (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_issue_57734_debian_package_importerror (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_issue_6029_deprecated_distribute (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_issue_6030_deprecated_never_download (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_issue_6031_multiple_extra_search_dirs (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_prompt_argument (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_python_argument (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_symlinks_argument (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_unapplicable_options (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_upgrade_argument (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_virtualenv_importerror_ver_output (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] test virtualenv_ver when there is an ImportError ... ok
> test_virtualenv_ver (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] test virtualenv_ver when there is no ImportError ... ok
> test_virtualenv_ver_importerror (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] test virtualenv_ver when there is an ImportError ... ok
> test_virtualenv_ver_importerror_cmd_error (unit.modules.test_virtualenv_mod.VirtualenvTestCase)
> [CPU:0.0%|MEM:6.8%] test virtualenv_ver when there is an ImportError ... ok
> test_create_disk (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests creating a new disk image. ... ok
> test_load (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests loading a configuration file. ... ok
> test_reload (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:100.0%|MEM:6.8%] Tests reloading the configuration. ... ok
> test_reset (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests resetting VMM. ... ok
> test_reset_all (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests resetting all. ... ok
> test_reset_switches (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests resetting switches. ... ok
> test_reset_vms (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests resetting VMs. ... ok
> test_start_existing_vm (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests starting a VM that is already defined. ... ok
> test_start_new_vm (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests starting a new VM. ... ok
> test_status (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests getting status for all VMs. ... ok
> test_status_single (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests getting status for a single VM. ... ok
> test_stop_when_running (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:100.0%|MEM:6.8%] Tests stopping a VM that is running. ... ok
> test_stop_when_stopped (unit.modules.test_vmctl.VmctlTestCase)
> [CPU:0.0%|MEM:6.8%] Tests stopping a VM that is already stopped/stopping. ... ok
> test_default_service_instance (unit.modules.test_vsphere.CreateDatacenterTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_defined_service_instance (unit.modules.test_vsphere.CreateDatacenterTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_returned_value (unit.modules.test_vsphere.CreateDatacenterTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_supported_proxies (unit.modules.test_vsphere.CreateDatacenterTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_disconnect_call (unit.modules.test_vsphere.DisconnectTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_output (unit.modules.test_vsphere.DisconnectTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_supported_proxies (unit.modules.test_vsphere.DisconnectTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_erase_disk_partitions (unit.modules.test_vsphere.EraseDiskPartitionsTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_get_proxy_target (unit.modules.test_vsphere.EraseDiskPartitionsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_no_disk_id_or_scsi_address (unit.modules.test_vsphere.EraseDiskPartitionsTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_scsi_address_not_found (unit.modules.test_vsphere.EraseDiskPartitionsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_scsi_address_to_disk_id_map (unit.modules.test_vsphere.EraseDiskPartitionsTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_supported_proxies (unit.modules.test_vsphere.EraseDiskPartitionsTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_output (unit.modules.test_vsphere.GetProxyTypeTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_service_instance_call (unit.modules.test_vsphere.GetServiceInstanceViaProxyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_output (unit.modules.test_vsphere.GetServiceInstanceViaProxyTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_supported_proxies (unit.modules.test_vsphere.GetServiceInstanceViaProxyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test___get_proxy_connection_details_call (unit.modules.test_vsphere.GetsServiceInstanceViaProxyTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_no_service_instance_or_kwargs_parameters (unit.modules.test_vsphere.GetsServiceInstanceViaProxyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_service_instance_kwargs_parameter_no_value (unit.modules.test_vsphere.GetsServiceInstanceViaProxyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_service_instance_kwargs_parameter_passthrough (unit.modules.test_vsphere.GetsServiceInstanceViaProxyTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_service_instance_named_parameter_no_value (unit.modules.test_vsphere.GetsServiceInstanceViaProxyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_service_instance_named_parameter_with_default_value (unit.modules.test_vsphere.GetsServiceInstanceViaProxyTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_service_instance_positional_parameter_no_default_value (unit.modules.test_vsphere.GetsServiceInstanceViaProxyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_service_instance_positional_parameter_with_default_value (unit.modules.test_vsphere.GetsServiceInstanceViaProxyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test__get_cluster_dict_call (unit.modules.test_vsphere.ListClusterTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_default_service_instance (unit.modules.test_vsphere.ListClusterTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_defined_service_instance (unit.modules.test_vsphere.ListClusterTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_cluster_call (unit.modules.test_vsphere.ListClusterTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_no_cluster_raises_argument_value_error (unit.modules.test_vsphere.ListClusterTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_supported_proxies (unit.modules.test_vsphere.ListClusterTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_default_params (unit.modules.test_vsphere.ListDatacentersViaProxyTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_defined_datacenter_names (unit.modules.test_vsphere.ListDatacentersViaProxyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_defined_service_instance (unit.modules.test_vsphere.ListDatacentersViaProxyTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_get_managed_object_name_calls (unit.modules.test_vsphere.ListDatacentersViaProxyTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_returned_array (unit.modules.test_vsphere.ListDatacentersViaProxyTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_supported_proxies (unit.modules.test_vsphere.ListDatacentersViaProxyTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test__get_proxy_target_call (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_disk_not_found_safety_checks_set (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:25.0%|MEM:6.8%] ... ok
> test_diskgroup_not_found (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_get_diskgroups (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_disks (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:25.0%|MEM:6.8%] ... ok
> test_invalid_schema_validation (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_remove_capacity_from_diskgroup (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_remove_capacity_from_diskgroup_data_evacuation_false (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:60.0%|MEM:6.8%] ... ok
> test_success_output (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_supported_proxes (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:25.0%|MEM:6.8%] ... ok
> test_validate (unit.modules.test_vsphere.RemoveCapacityFromDiskgroupTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test__get_proxy_target_call (unit.modules.test_vsphere.RemoveDatastoreTestCase)
> [CPU:25.0%|MEM:6.8%] ... ok
> test_datastore_not_found (unit.modules.test_vsphere.RemoveDatastoreTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_datastores_call (unit.modules.test_vsphere.RemoveDatastoreTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_multiple_datastores_found (unit.modules.test_vsphere.RemoveDatastoreTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_remove_datastore_call (unit.modules.test_vsphere.RemoveDatastoreTestCase)
> [CPU:25.0%|MEM:6.8%] ... ok
> test_success_output (unit.modules.test_vsphere.RemoveDatastoreTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_supported_proxes (unit.modules.test_vsphere.RemoveDatastoreTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test__get_proxy_target_call (unit.modules.test_vsphere.RemoveDiskgroupTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_disk_group_not_found_safety_checks_set (unit.modules.test_vsphere.RemoveDiskgroupTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_get_disk_groups (unit.modules.test_vsphere.RemoveDiskgroupTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_remove_disk_group (unit.modules.test_vsphere.RemoveDiskgroupTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_remove_disk_group_data_accessibility_false (unit.modules.test_vsphere.RemoveDiskgroupTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_success_output (unit.modules.test_vsphere.RemoveDiskgroupTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_supported_proxes (unit.modules.test_vsphere.RemoveDiskgroupTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_default_service_instance (unit.modules.test_vsphere.RenameDatastoreTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_defined_service_instance (unit.modules.test_vsphere.RenameDatastoreTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_get_datastore_call (unit.modules.test_vsphere.RenameDatastoreTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_get_no_datastores (unit.modules.test_vsphere.RenameDatastoreTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_rename_datastore_call (unit.modules.test_vsphere.RenameDatastoreTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_supported_proxes (unit.modules.test_vsphere.RenameDatastoreTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_supported_proxy (unit.modules.test_vsphere.SupportsProxiesTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_unsupported_proxy (unit.modules.test_vsphere.SupportsProxiesTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_attach_tags_client (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:50.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_attach_tags_client_none (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_create_tag_category_client (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_create_tag_category_client_none (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_create_tag_client (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_create_tag_client_none (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_delete_tag_category_client (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_delete_tag_category_client_none (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:100.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_delete_tag_client (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_delete_tag_client_none (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_list_attached_tags_client (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_list_attached_tags_client_none (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_list_tag_categories_client (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_list_tag_categories_client_none (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_list_tags_client (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_list_tags_client_none (unit.modules.test_vsphere.TestVSphereTagging)
> [CPU:0.0%|MEM:6.8%] ... skipped "The 'vsphere-automation-sdk' library is missing"
> test_is_connection_to_a_vcenter_call_default_service_instance (unit.modules.test_vsphere.TestVcenterConnectionTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_is_connection_to_a_vcenter_call_explicit_service_instance (unit.modules.test_vsphere.TestVcenterConnectionTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_is_connection_to_a_vcenter_raises_non_vmware_salt_error (unit.modules.test_vsphere.TestVcenterConnectionTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_is_connection_to_a_vcenter_raises_vmware_salt_error (unit.modules.test_vsphere.TestVcenterConnectionTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_output_false (unit.modules.test_vsphere.TestVcenterConnectionTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_output_true (unit.modules.test_vsphere.TestVcenterConnectionTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_supported_proxies (unit.modules.test_vsphere.TestVcenterConnectionTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_coredump_network_enable_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:33.3%|MEM:6.8%] Tests error message given for a single ESXi host. ... ok
> test_coredump_network_enable_esxi_hosts_not_list (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests CommandExecutionError is raised when esxi_hosts is provided, ... ok
> test_coredump_network_enable_host_list_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message returned with list of esxi_hosts. ... ok
> test_coredump_network_enable_host_list_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return when an esxi_host is provided. ... ok
> test_coredump_network_enable_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return for a single ESXi host. ... ok
> test_enable_firewall_ruleset_esxi_hosts_not_list (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:50.0%|MEM:6.8%] Tests CommandExecutionError is raised when esxi_hosts is provided, ... ok
> test_get_coredump_network_config_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message given for a single ESXi host. ... ok
> test_get_coredump_network_config_esxi_hosts_not_list (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests CommandExecutionError is raised when esxi_hosts is provided, ... ok
> test_get_coredump_network_config_host_list_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message returned with list of esxi_hosts. ... ok
> test_get_coredump_network_config_host_list_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:50.0%|MEM:6.8%] Tests successful function return when an esxi_host is provided. ... ok
> test_get_coredump_network_config_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return for a single ESXi host. ... ok
> test_get_firewall_status_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message given for a single ESXi host. ... ok
> test_get_firewall_status_esxi_hosts_not_list (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests CommandExecutionError is raised when esxi_hosts is provided, ... ok
> test_get_firewall_status_host_list_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message returned with list of esxi_hosts. ... ok
> test_get_firewall_status_host_list_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return when an esxi_host is provided. ... ok
> test_get_firewall_status_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:50.0%|MEM:6.8%] Tests successful function return for a single ESXi host. ... ok
> test_get_syslog_config_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message given for a single ESXi host. ... ok
> test_get_syslog_config_esxi_hosts_not_list (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests CommandExecutionError is raised when esxi_hosts is provided, ... ok
> test_get_syslog_config_host_list_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message returned with list of esxi_hosts. ... ok
> test_get_syslog_config_host_list_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:50.0%|MEM:6.8%] Tests successful function return when an esxi_host is provided. ... ok
> test_get_syslog_config_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return for a single ESXi host. ... ok
> test_reset_syslog_config_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message given for a single ESXi host. ... ok
> test_reset_syslog_config_esxi_hosts_not_list (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests CommandExecutionError is raised when esxi_hosts is provided, ... ok
> test_reset_syslog_config_host_list_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message returned with list of esxi_hosts. ... ok
> test_reset_syslog_config_host_list_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return when an esxi_host is provided. ... ok
> test_reset_syslog_config_invalid_config_param (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message returned when an invalid syslog_config parameter is provided. ... ok
> test_reset_syslog_config_no_syslog_config (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:100.0%|MEM:6.8%] Tests CommandExecutionError is raised when a syslog_config parameter is missing. ... ok
> test_reset_syslog_config_params_error (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests function returns False when the esxxli function returns an unsuccessful retcode. ... ok
> test_reset_syslog_config_params_no_valid_reset (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests function returns False when an invalid syslog config is passed. ... ok
> test_reset_syslog_config_params_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests function returns True when the esxxli function returns a successful retcode. ... ok
> test_reset_syslog_config_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:50.0%|MEM:6.8%] Tests successful function return for a single ESXi host. ... ok
> test_reset_syslog_config_success_all_configs (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return for a single ESXi host when passing in multiple syslog_config values. ... ok
> test_reset_syslog_config_success_multiple_configs (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return for a single ESXi host when passing in multiple syslog_config values. ... ok
> test_set_coredump_network_config_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message given for a single ESXi host. ... ok
> test_set_coredump_network_config_esxi_hosts_not_list (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests CommandExecutionError is raised when esxi_hosts is provided, ... ok
> test_set_coredump_network_config_host_list_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:100.0%|MEM:6.8%] Tests error message returned with list of esxi_hosts. ... ok
> test_set_coredump_network_config_host_list_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return when an esxi_host is provided. ... ok
> test_set_coredump_network_config_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return for a single ESXi host. ... ok
> test_set_syslog_config_esxi_hosts_not_list (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests CommandExecutionError is raised when esxi_hosts is provided, ... ok
> test_set_syslog_config_esxi_hosts_not_list_firewall (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:100.0%|MEM:6.8%] Tests CommandExecutionError is raised when esxi_hosts is provided, ... ok
> test_set_syslog_config_firewall_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests error message given for a single ESXi host with 'loghost' as syslog_config. ... ok
> test_set_syslog_config_firewall_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return for a single ESXi host with 'loghost' as syslog_config. ... ok
> test_set_syslog_config_helper_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests function returns False when the esxcli function returns an unsuccessful retcode. ... ok
> test_set_syslog_config_helper_no_valid_reset (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests function returns False when an invalid syslog config is passed. ... ok
> test_set_syslog_config_helper_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return. ... ok
> test_set_syslog_config_host_list_firewall_bad_retcode (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:50.0%|MEM:6.8%] Tests error message returned with list of esxi_hosts with 'loghost' as syslog_config. ... ok
> test_set_syslog_config_host_list_firewall_success (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests successful function return with list of esxi_hosts with 'loghost' as syslog_config. ... ok
> test_syslog_service_reload_esxi_hosts_not_list (unit.modules.test_vsphere.VsphereTestCase)
> [CPU:0.0%|MEM:6.8%] Tests CommandExecutionError is raised when esxi_hosts is provided, ... ok
> test_esxcluster_proxy_details (unit.modules.test_vsphere._GetProxyConnectionDetailsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_esxdatacenter_proxy_details (unit.modules.test_vsphere._GetProxyConnectionDetailsTestCase)
> [CPU:100.0%|MEM:6.8%] ... ok
> test_esxi_proxy_host_details (unit.modules.test_vsphere._GetProxyConnectionDetailsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_esxi_proxy_vcenter_details (unit.modules.test_vsphere._GetProxyConnectionDetailsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_unsupported_proxy_details (unit.modules.test_vsphere._GetProxyConnectionDetailsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_vcenter_proxy_details (unit.modules.test_vsphere._GetProxyConnectionDetailsTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_connected_to_esxi (unit.modules.test_vsphere._GetProxyTargetTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_esxcluster_proxy_return (unit.modules.test_vsphere._GetProxyTargetTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_esxdatacenter_proxy_return (unit.modules.test_vsphere._GetProxyTargetTestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_get_cluster_call (unit.modules.test_vsphere._GetProxyTargetTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_datacenter_call (unit.modules.test_vsphere._GetProxyTargetTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_supported_proxies (unit.modules.test_vsphere._GetProxyTargetTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_vcenter_proxy_return (unit.modules.test_vsphere._GetProxyTargetTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_useradd (unit.modules.test_webutil.HtpasswdTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it adds an HTTP user using the htpasswd command ... ok
> test_userdel (unit.modules.test_webutil.HtpasswdTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it delete an HTTP user from the specified htpasswd file. ... ok
> test_userdel_missing_htpasswd (unit.modules.test_webutil.HtpasswdTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns error when no htpasswd file exists ... ok
> test_list (unit.modules.test_win_autoruns.WinAutorunsTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it enables win_autoruns the service on the server ... ok
> test_add_store (unit.modules.test_win_certutil.CertUtilTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a certificate to a specific store ... ok
> test_del_store (unit.modules.test_win_certutil.CertUtilTestCase)
> [CPU:100.0%|MEM:6.8%] Test removing a certificate to a specific store ... ok
> test_get_serial (unit.modules.test_win_certutil.CertUtilTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting the serial number from a certificate ... ok
> test_get_serials (unit.modules.test_win_certutil.CertUtilTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting all the serial numbers from a store ... ok
> test_usage (unit.modules.test_win_disk.WinDiskTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it return usage information for volumes mounted on this minion. ... ok
> test_add_capability (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a capability with DISM ... ok
> test_add_capability_with_extras (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a capability with DISM ... ok
> test_add_feature (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a feature with DISM ... ok
> test_add_feature_with_extras (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a feature with DISM ... ok
> test_add_package (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a package with DISM ... ok
> test_add_package_with_extras (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing a package with DISM ... ok
> test_available_capabilities (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:100.0%|MEM:6.8%] Test getting all the available capabilities ... ok
> test_available_features (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting all the available features ... ok
> test_get_capabilities (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting all the capabilities ... ok
> test_get_features (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting all the features ... ok
> test_installed_capabilities (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting all the installed capabilities ... ok
> test_installed_features (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting all the installed features ... ok
> test_installed_packages (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting all the installed features ... ok
> test_remove_capability (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test uninstalling a capability with DISM ... ok
> test_remove_feature (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test uninstalling a capability with DISM ... ok
> test_remove_feature_with_extras (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test uninstalling a capability with DISM ... ok
> test_remove_package (unit.modules.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:6.8%] Test uninstalling a package with DISM ... ok
> test___virtual__ (unit.modules.test_win_dns_client.WinDnsClientTestCase)
> [CPU:100.0%|MEM:6.8%] ... skipped 'WMI only available on Windows'
> test___virtual__missing_libs (unit.modules.test_win_dns_client.WinDnsClientTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'WMI only available on Windows'
> test___virtual__non_windows (unit.modules.test_win_dns_client.WinDnsClientTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'WMI only available on Windows'
> test_add_dns (unit.modules.test_win_dns_client.WinDnsClientTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it add the DNS server to the network interface. ... skipped 'WMI only available on Windows'
> test_dns_dhcp (unit.modules.test_win_dns_client.WinDnsClientTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it configure the interface to get its ... skipped 'WMI only available on Windows'
> test_get_dns_config (unit.modules.test_win_dns_client.WinDnsClientTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it get the type of DNS configuration (dhcp / static) ... skipped 'WMI only available on Windows'
> test_get_dns_servers (unit.modules.test_win_dns_client.WinDnsClientTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a list of the configured DNS servers ... skipped 'WMI only available on Windows'
> test_rm_dns (unit.modules.test_win_dns_client.WinDnsClientTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it remove the DNS server from the network interface. ... skipped 'WMI only available on Windows'
> test_check_perms_deny (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test setting deny perms on a file ... skipped 'Skip on Non-Windows systems'
> test_check_perms_deny_test_true (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test setting deny perms on a file with test=True ... skipped 'Skip on Non-Windows systems'
> test_check_perms_grant (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test setting grant perms on a file ... skipped 'Skip on Non-Windows systems'
> test_check_perms_grant_test_true (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test setting grant perms on a file with test=True ... skipped 'Skip on Non-Windows systems'
> test_check_perms_inheritance_false (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test setting inheritance to False ... skipped 'Skip on Non-Windows systems'
> test_check_perms_inheritance_false_test_true (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test setting inheritance to False with test=True ... skipped 'Skip on Non-Windows systems'
> test_check_perms_inheritance_true (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test setting inheritance to true when it's already true (default) ... skipped 'Skip on Non-Windows systems'
> test_check_perms_reset (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test resetting perms on a File ... skipped 'Skip on Non-Windows systems'
> test_check_perms_reset_test_true (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test resetting perms with test=True. This shows minimal changes ... skipped 'Skip on Non-Windows systems'
> test_check_perms_set_owner (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test setting the owner of a file ... skipped 'Skip on Non-Windows systems'
> test_check_perms_set_owner_test_true (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] Test setting the owner of a file with test=True ... skipped 'Skip on Non-Windows systems'
> test_stat (unit.modules.test_win_file.WinFileCheckPermsTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Skip on Non-Windows systems'
> test_issue_43328_check_perms_no_ret (unit.modules.test_win_file.WinFileTestCase)
> [CPU:0.0%|MEM:6.8%] Make sure that a CommandExecutionError is raised if the file does NOT ... ok
> test_issue_43328_stats (unit.modules.test_win_file.WinFileTestCase)
> [CPU:50.0%|MEM:6.8%] Make sure that a CommandExecutionError is raised if the file does NOT ... ok
> test_issue_52002_check_file_remove_symlink (unit.modules.test_win_file.WinFileTestCase)
> [CPU:0.0%|MEM:6.8%] Make sure that directories including symlinks or symlinks can be removed ... skipped 'Skip on Non-Windows systems'
> test__get_all_groups (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test the _get_all_groups function. It doesn't actually return a list. ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test__get_computer_object (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test the _get_computer_object function. Should return a Com object, but ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test__get_group_object (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test the _get_group_object function. Should return a Com object, but ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_add (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a new group ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_add_error (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a group and encountering an error ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_add_group_exists (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a new group if the group already exists ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_adduser (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a user to a group ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_adduser_already_exists (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a user that already exists ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_adduser_error (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a user and encountering an error ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_adduser_group_does_not_exist (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_delete (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:50.0%|MEM:6.8%] Test removing a group ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_delete_error (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test removing a group and encountering an error ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_delete_no_group (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test removing a group that doesn't exists ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_deluser (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test removing a user from a group ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_deluser_error (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test removing a user and encountering an error ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_deluser_group_does_not_exist (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_deluser_no_user (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test removing a user from a group and that user is not a member of the ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_getent (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_getent_context (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test group.getent is using the values in __context__ ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_info (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return information about a group. ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_list_groups (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test that list groups returns a list of groups by name ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_list_groups_context (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test group.list_groups is using the values in __context__ ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_members (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a list of members to a group, all existing users removed ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_members_correct_membership (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a list of users where the list of users already exists ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_members_fail_to_add (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a list of members and failing to add ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_members_fail_to_remove (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a list of members and fail to remove members not in the list ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test_members_group_does_not_exist (unit.modules.test_win_groupadd.WinGroupTestCase)
> [CPU:0.0%|MEM:6.8%] Test adding a list of users where the group does not exist ... skipped 'win_groupadd unit tests can only be run if win32com, pythoncom, and pywintypes are installed'
> test__collection_match_to_index (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test__prepare_settings (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_create_app (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Create an IIS application. ... ok
> test_create_apppool (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:100.0%|MEM:6.8%] Test - Create an IIS application pool. ... ok
> test_create_binding (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Create an IIS binding. ... ok
> test_create_binding_failed (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Create an IIS binding using invalid data. ... ok
> test_create_cert_binding (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Assign a certificate to an IIS binding. ... ok
> test_create_site (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Create a basic website in IIS. ... ok
> test_create_site_failed (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:50.0%|MEM:6.8%] Test - Create a basic website in IIS using invalid data. ... ok
> test_create_vdir (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Create an IIS virtual directory. ... ok
> test_get_container_setting (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Get the value of the setting for the IIS container. ... ok
> test_get_webconfiguration_settings (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_get_webconfiguration_settings_empty (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list_apppools (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - List all configured IIS application pools. ... ok
> test_list_apps (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Get all configured IIS applications for the specified site. ... ok
> test_list_bindings (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Get all configured IIS bindings for the specified site. ... ok
> test_list_cert_bindings (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - List certificate bindings for an IIS site. ... ok
> test_list_vdirs (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:100.0%|MEM:6.8%] Test - Get configured IIS virtual directories. ... ok
> test_remove_app (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Remove an IIS application. ... ok
> test_remove_apppool (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Remove an IIS application pool. ... ok
> test_remove_binding (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Remove an IIS binding. ... ok
> test_remove_cert_binding (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Remove a certificate from an IIS binding. ... ok
> test_remove_site (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Delete a website from IIS. ... ok
> test_remove_vdir (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Remove an IIS virtual directory. ... ok
> test_restart_apppool (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:50.0%|MEM:6.8%] Test - Restart an IIS application pool. ... ok
> test_set_container_setting (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Set the value of the setting for an IIS container. ... ok
> test_set_webconfiguration_settings (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_set_webconfiguration_settings_empty (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_set_webconfiguration_settings_failed (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_set_webconfiguration_settings_no_changes (unit.modules.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_disable (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it disable an interface. ... ok
> test_enable (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it enable an interface. ... ok
> test_get_all_interfaces (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return configs for all interfaces. ... ok
> test_get_default_gateway (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it set DNS source to DHCP on Windows. ... ok
> test_get_interface (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the configuration of a network interface. ... ok
> test_get_subnet_length (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it disable an interface. ... ok
> test_is_disabled (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns `True` if interface is disabled, otherwise `False`. ... ok
> test_is_enabled (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns `True` if interface is enabled, otherwise `False`. ... ok
> test_raw_interface_configs (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return raw configs for all interfaces. ... ok
> test_set_dhcp_all (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it set both IP Address and DNS to DHCP. ... ok
> test_set_dhcp_dns (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it set DNS source to DHCP on Windows. ... ok
> test_set_dhcp_ip (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it set Windows NIC to get IP from DHCP. ... ok
> test_set_static_dns (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it set static DNS configuration on a Windows NIC. ... ok
> test_set_static_dns_clear (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it set static DNS configuration on a Windows NIC. ... ok
> test_set_static_dns_no_action (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it set static DNS configuration on a Windows NIC. ... ok
> test_set_static_ip (unit.modules.test_win_ip.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it set static IP configuration on a Windows NIC. ... skipped 'Slow tests are disabled'
> test_point_and_print_enabled (unit.modules.test_win_lgpo.WinLGPOGetPointAndPrintENTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Destructive tests are disabled'
> test_point_and_print_enabled_full_names (unit.modules.test_win_lgpo.WinLGPOGetPointAndPrintENTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Destructive tests are disabled'
> test_point_and_print_enabled_full_names_hierarchical (unit.modules.test_win_lgpo.WinLGPOGetPointAndPrintENTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Destructive tests are disabled'
> test_point_and_print_enabled_hierarchical (unit.modules.test_win_lgpo.WinLGPOGetPointAndPrintENTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Destructive tests are disabled'
> test_point_and_print_not_configured (unit.modules.test_win_lgpo.WinLGPOGetPointAndPrintNCTestCase)
> [CPU:100.0%|MEM:6.8%] ... skipped 'Destructive tests are disabled'
> test_point_and_print_not_configured_full_names (unit.modules.test_win_lgpo.WinLGPOGetPointAndPrintNCTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Destructive tests are disabled'
> test_point_and_print_not_configured_full_names_hierarchical (unit.modules.test_win_lgpo.WinLGPOGetPointAndPrintNCTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Destructive tests are disabled'
> test_point_and_print_not_configured_hierarchical (unit.modules.test_win_lgpo.WinLGPOGetPointAndPrintNCTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Destructive tests are disabled'
> test__load_policy_definitions (unit.modules.test_win_lgpo.WinLGPOGetPolicyADMXTestCase)
> [CPU:0.0%|MEM:6.8%] Test that unexpected files in the PolicyDefinitions directory won't ... skipped 'System is not Windows'
> test_get_policy_id (unit.modules.test_win_lgpo.WinLGPOGetPolicyADMXTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_id_full_return_full_names (unit.modules.test_win_lgpo.WinLGPOGetPolicyADMXTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_id_full_return_ids (unit.modules.test_win_lgpo.WinLGPOGetPolicyADMXTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_id_full_return_ids_hierarchical (unit.modules.test_win_lgpo.WinLGPOGetPolicyADMXTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_name (unit.modules.test_win_lgpo.WinLGPOGetPolicyADMXTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_name_full_return_full_names (unit.modules.test_win_lgpo.WinLGPOGetPolicyADMXTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_name_full_return_ids (unit.modules.test_win_lgpo.WinLGPOGetPolicyADMXTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_name_return_full_names_hierarchical (unit.modules.test_win_lgpo.WinLGPOGetPolicyADMXTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_id (unit.modules.test_win_lgpo.WinLGPOGetPolicyFromPolicyInfoTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_id_full_return (unit.modules.test_win_lgpo.WinLGPOGetPolicyFromPolicyInfoTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_id_full_return_full_names_hierarchical (unit.modules.test_win_lgpo.WinLGPOGetPolicyFromPolicyInfoTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_id_full_return_ids (unit.modules.test_win_lgpo.WinLGPOGetPolicyFromPolicyInfoTestCase)
> [CPU:100.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_id_full_return_ids_hierarchical (unit.modules.test_win_lgpo.WinLGPOGetPolicyFromPolicyInfoTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_name (unit.modules.test_win_lgpo.WinLGPOGetPolicyFromPolicyInfoTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_name_full_return (unit.modules.test_win_lgpo.WinLGPOGetPolicyFromPolicyInfoTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_get_policy_name_full_return_ids (unit.modules.test_win_lgpo.WinLGPOGetPolicyFromPolicyInfoTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test__getAdmlPresentationRefId (unit.modules.test_win_lgpo.WinLGPOGetPolicyFromPolicyResources)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test__getAdmlPresentationRefId_result_text_is_none (unit.modules.test_win_lgpo.WinLGPOGetPolicyFromPolicyResources)
> [CPU:0.0%|MEM:6.8%] ... skipped 'System is not Windows'
> test_adv_audit_mechanism (unit.modules.test_win_lgpo.WinLGPOPolicyInfoMechanismsTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting the policy value using the AdvAudit mechanism ... skipped 'System is not Windows'
> test_lsa_rights_mechanism (unit.modules.test_win_lgpo.WinLGPOPolicyInfoMechanismsTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting the policy value using the LsaRights mechanism ... skipped 'System is not Windows'
> test_net_user_modal_mechanism (unit.modules.test_win_lgpo.WinLGPOPolicyInfoMechanismsTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting the policy value using the NetUserModal mechanism ... skipped 'System is not Windows'
> test_netsh_mechanism (unit.modules.test_win_lgpo.WinLGPOPolicyInfoMechanismsTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting the policy value using the NetSH mechanism ... skipped 'System is not Windows'
> test_registry_mechanism (unit.modules.test_win_lgpo.WinLGPOPolicyInfoMechanismsTestCase)
> [CPU:100.0%|MEM:6.8%] Test getting policy value using the Registry mechanism ... skipped 'System is not Windows'
> test_script_ini_mechanism (unit.modules.test_win_lgpo.WinLGPOPolicyInfoMechanismsTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting the policy value using the ScriptIni value ... skipped 'System is not Windows'
> test_secedit_mechanism (unit.modules.test_win_lgpo.WinLGPOPolicyInfoMechanismsTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting policy value using the Secedit mechanism ... skipped 'System is not Windows'
> test__encode_string (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ``_encode_string`` should return a null terminated ``utf-16-le`` encoded ... ok
> test__encode_string_empty_string (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ``_encode_string`` should return an encoded null when an empty string ... ok
> test__encode_string_error (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ``_encode_string`` should raise an error if a non-string value is passed ... ok
> test__encode_string_none (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ``_encode_string`` should return an encoded null when ``None`` is passed ... ok
> test__getAdmlDisplayName (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test__multi_string_get_transform_invalid (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ``_multi_string_get_transform`` should return "Not Defined" when ... ok
> test__multi_string_get_transform_list (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ``_multi_string_get_transform`` should return the list when a list is ... ok
> test__multi_string_get_transform_none (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ``_multi_string_get_transform`` should return "Not Defined" when ... ok
> test__multi_string_put_transform_invalid (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ``_multi_string_put_transform`` should return "Invalid" value if neither ... ok
> test__multi_string_put_transform_list (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ``_multi_string_put_transform`` should return the list when a list is ... ok
> test__multi_string_put_transform_list_from_string (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] ``_multi_string_put_transform`` should return a list when a comma ... ok
> test__multi_string_put_transform_none (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:100.0%|MEM:6.8%] ``_multi_string_put_transform`` should return ``None`` when ... ok
> test__regexSearchKeyValueCombo_disabled (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] Make sure ... ok
> test__regexSearchKeyValueCombo_enabled (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] Make sure ... ok
> test__regexSearchKeyValueCombo_not_configured (unit.modules.test_win_lgpo.WinLGPOTestCase)
> [CPU:0.0%|MEM:6.8%] Make sure ... ok
> test_activate (unit.modules.test_win_license.LicenseTestCase)
> [CPU:0.0%|MEM:6.8%] Test activating the current product key ... ok
> test_info (unit.modules.test_win_license.LicenseTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting the info about the current license key ... ok
> test_install (unit.modules.test_win_license.LicenseTestCase)
> [CPU:0.0%|MEM:6.8%] Test installing the given product key ... ok
> test_installed (unit.modules.test_win_license.LicenseTestCase)
> [CPU:0.0%|MEM:6.8%] Test to see if the given license key is installed ... ok
> test_installed_diff (unit.modules.test_win_license.LicenseTestCase)
> [CPU:50.0%|MEM:6.8%] Test to see if the given license key is installed when the key is different ... ok
> test_licensed (unit.modules.test_win_license.LicenseTestCase)
> [CPU:0.0%|MEM:6.8%] Test checking if the minion is licensed ... ok
> test_uninstall (unit.modules.test_win_license.LicenseTestCase)
> [CPU:0.0%|MEM:6.8%] Test uninstalling the given product key ... ok
> test_dig (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it performs a DNS lookup with dig ... ok
> test_get_route (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return information on open ports and states ... ok
> test_hw_addr (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return the hardware address (a.k.a. MAC address) ... ok
> test_in_subnet (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it returns True if host is within specified subnet, ... ok
> test_interfaces (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return information about all the interfaces on the minion ... ok
> test_interfaces_names (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return a list of all the interfaces names ... skipped 'WMI only available on Windows'
> test_netstat (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it return information on open ports and states ... ok
> test_nslookup (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it query DNS for information about a domain or ip address ... ok
> test_ping (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it performs a ping to a host. ... ok
> test_subnets (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it returns a list of subnets to which the host belongs ... ok
> test_traceroute (unit.modules.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it performs a traceroute to a 3rd party host ... ok
> test_get_servers (unit.modules.test_win_ntp.WinNtpTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it get list of configured NTP servers ... ok
> test_set_servers (unit.modules.test_win_ntp.WinNtpTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it set Windows to use a list of NTP servers ... ok
> test_add (unit.modules.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:6.8%] Test to add the directory to the SYSTEM path ... ok
> test_exists (unit.modules.test_win_path.WinPathTestCase)
> [CPU:33.3%|MEM:6.8%] Test to check if the directory is configured ... ok
> test_get_path (unit.modules.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:6.8%] Test to Returns the system path ... ok
> test_remove (unit.modules.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:6.8%] Test win_path.remove ... ok
> test_pkg__get_reg_software (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:50.0%|MEM:6.8%] ... skipped 'Must be on Windows!'
> test_pkg_install_existing (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] test pkg.install when the package is already installed ... skipped 'Must be on Windows!'
> test_pkg_install_existing_with_version (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] test pkg.install when the package is already installed ... skipped 'Must be on Windows!'
> test_pkg_install_minion_error_https (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg.install when cp.cache_file encounters a minion error ... skipped 'Must be on Windows!'
> test_pkg_install_minion_error_salt (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg.install when cp.cache_file encounters a minion error ... skipped 'Must be on Windows!'
> test_pkg_install_minion_error_salt_cache_dir (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg.install when cp.cache_dir encounters a minion error ... skipped 'Must be on Windows!'
> test_pkg_install_multiple_pkgs (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] test pkg.install pkg with extra_install_flags ... skipped 'Must be on Windows!'
> test_pkg_install_name (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] test pkg.install name extra_install_flags ... skipped 'Must be on Windows!'
> test_pkg_install_not_found (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg.install when the Version is NOT FOUND in the Software ... skipped 'Must be on Windows!'
> test_pkg_install_rollback (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] test pkg.install rolling back to a previous version ... skipped 'Must be on Windows!'
> test_pkg_install_single_pkg (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] test pkg.install pkg with extra_install_flags ... skipped 'Must be on Windows!'
> test_pkg_remove_minion_error_salt (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg.remove when cp.cache_file encounters a minion error ... skipped 'Must be on Windows!'
> test_pkg_remove_minion_error_salt_cache_dir (unit.modules.test_win_pkg.WinPkgInstallTestCase)
> [CPU:0.0%|MEM:6.8%] Test pkg.remove when cp.cache_dir encounters a minion error ... skipped 'Must be on Windows!'
> test_export_cert (unit.modules.test_win_pki.WinPkiTestCase)
> [CPU:100.0%|MEM:6.8%] Test - Export the certificate to a file from the given certificate store. ... ok
> test_get_cert_file (unit.modules.test_win_pki.WinPkiTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Get the details of the certificate file. ... ok
> test_get_certs (unit.modules.test_win_pki.WinPkiTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Get the available certificates in the given store. ... ok
> test_get_stores (unit.modules.test_win_pki.WinPkiTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Get the certificate location contexts and their corresponding stores. ... ok
> test_import_cert (unit.modules.test_win_pki.WinPkiTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Import the certificate file into the given certificate store. ... ok
> test_remove_cert (unit.modules.test_win_pki.WinPkiTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Remove the certificate from the given certificate store. ... ok
> test_test_cert (unit.modules.test_win_pki.WinPkiTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Check the certificate for validity. ... ok
> test_get_disk_timeout (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure we can get the disk timeout value ... ok
> test_get_hibernate_timeout (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure we can get the hibernate timeout value ... ok
> test_get_hibernate_timeout_scheme (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure we can get the hibernate timeout value with a ... ok
> test_get_monitor_timeout (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:100.0%|MEM:6.8%] Test to make sure we can get the monitor timeout value ... ok
> test_get_standby_timeout (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure we can get the standby timeout value ... ok
> test_set_disk_timeout (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure we can set the disk timeout value ... ok
> test_set_hibernate_timeout (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure we can set the hibernate timeout value ... ok
> test_set_hibernate_timeout_scheme (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure we can set the hibernate timeout value ... ok
> test_set_monitor_timeout (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure we can set the monitor timeout value ... ok
> test_set_standby_timeout (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:6.8%] Test to make sure we can set the standby timeout value ... ok
> test_windows_7 (unit.modules.test_win_powercfg.PowerCfgTestCase)
> [CPU:100.0%|MEM:6.8%] Test to make sure we can get the hibernate timeout value on windows 7 ... ok
> test_avail_modules (unit.modules.test_win_psget.WinPsgetCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_bootstrap (unit.modules.test_win_psget.WinPsgetCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_available (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to Returns ``True`` if the specified service ... ok
> test_cmd_quote (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Make sure the command gets quoted correctly ... ok
> test_createwin_saltrestart_task (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to create a task in Windows task ... ok
> test_disable (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to disable the named service to start at boot ... ok
> test_disabled (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to check to see if the named ... ok
> test_enable (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to enable the named service to start at boot ... ok
> test_enabled (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to check to see if the named ... ok
> test_enabled_with_space_in_name (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to check to see if the named ... ok
> test_execute_salt_restart_task (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:100.0%|MEM:6.8%] Test to run the Windows Salt restart task ... ok
> test_get_all (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return all installed services ... ok
> test_get_disabled (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the disabled services ... ok
> test_get_enabled (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:50.0%|MEM:6.8%] Test to return the enabled services ... ok
> test_get_service_name (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to the Display Name is what is displayed ... ok
> test_getsid (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the sid for this windows service ... ok
> test_missing (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to the inverse of service.available ... ok
> test_restart (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to restart the named service ... ok
> test_start (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to start the specified service ... skipped 'win32serviceutil not available'
> test_start_already_running (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test starting a service that is already running ... skipped 'pywintypes not available'
> test_status (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the status for a service ... skipped 'win32serviceutil not available'
> test_stop (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test to stop the specified service ... skipped 'win32serviceutil not available'
> test_stop_not_running (unit.modules.test_win_service.WinServiceTestCase)
> [CPU:0.0%|MEM:6.8%] Test stopping a service that is already stopped ... skipped 'pywintypes not available'
> test_info (unit.modules.test_win_shadow.WinShadowTestCase)
> [CPU:100.0%|MEM:6.8%] Test if it return information for the specified user ... ok
> test_set_password (unit.modules.test_win_shadow.WinShadowTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it set the password for a named user. ... ok
> test_get_agent_service_types (unit.modules.test_win_snmp.WinSnmpTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Get the sysServices types that can be configured. ... ok
> test_get_auth_traps_enabled (unit.modules.test_win_snmp.WinSnmpTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Determine whether the host is configured to send authentication traps. ... ok
> test_get_community_names (unit.modules.test_win_snmp.WinSnmpTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Get the current accepted SNMP community names and their permissions. ... ok
> test_get_community_names_gpo (unit.modules.test_win_snmp.WinSnmpTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Get the current accepted SNMP community names and their permissions. ... ok
> test_get_permission_types (unit.modules.test_win_snmp.WinSnmpTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Get the permission types that can be configured for communities. ... ok
> test_set_auth_traps_enabled (unit.modules.test_win_snmp.WinSnmpTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Manage the sending of authentication traps. ... ok
> test_set_community_names (unit.modules.test_win_snmp.WinSnmpTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Manage the SNMP accepted community names and their permissions. ... ok
> test_set_community_names_gpo (unit.modules.test_win_snmp.WinSnmpTestCase)
> [CPU:0.0%|MEM:6.8%] Test - Manage the SNMP accepted community names and their permissions. ... ok
> test_cmd_is_empty_string (unit.modules.test_win_status.TestEmptyCommandLine)
> [CPU:0.0%|MEM:6.8%] ... skipped 'This test requires Windows'
> test_process_cmd_is_set (unit.modules.test_win_status.TestProcsAttributes)
> [CPU:100.0%|MEM:6.8%] ... skipped 'This test requires Windows'
> test_process_name_is_set (unit.modules.test_win_status.TestProcsAttributes)
> [CPU:0.0%|MEM:6.8%] ... skipped 'This test requires Windows'
> test_process_user_domain_is_set (unit.modules.test_win_status.TestProcsAttributes)
> [CPU:0.0%|MEM:6.8%] ... skipped 'This test requires Windows'
> test_process_user_is_set (unit.modules.test_win_status.TestProcsAttributes)
> [CPU:0.0%|MEM:6.8%] ... skipped 'This test requires Windows'
> test_process_count (unit.modules.test_win_status.TestProcsCount)
> [CPU:0.0%|MEM:6.8%] ... skipped 'This test requires Windows'
> test_process_key_is_pid (unit.modules.test_win_status.TestProcsCount)
> [CPU:0.0%|MEM:6.8%] ... skipped 'This test requires Windows'
> test_process_cmd_is_utf8 (unit.modules.test_win_status.TestProcsUnicodeAttributes)
> [CPU:0.0%|MEM:6.8%] ... skipped 'UTF-8 encoding required for this test is not supported'
> test_process_name_is_utf8 (unit.modules.test_win_status.TestProcsUnicodeAttributes)
> [CPU:0.0%|MEM:6.8%] ... skipped 'UTF-8 encoding required for this test is not supported'
> test_process_user_domain_is_utf8 (unit.modules.test_win_status.TestProcsUnicodeAttributes)
> [CPU:0.0%|MEM:6.8%] ... skipped 'UTF-8 encoding required for this test is not supported'
> test_process_user_is_utf8 (unit.modules.test_win_status.TestProcsUnicodeAttributes)
> [CPU:0.0%|MEM:6.8%] ... skipped 'UTF-8 encoding required for this test is not supported'
> test_process_user_domain_is_set (unit.modules.test_win_status.TestProcsWMIGetOwnerAccessDeniedWorkaround)
> [CPU:0.0%|MEM:6.8%] ... skipped 'This test requires Windows'
> test_user_is_set (unit.modules.test_win_status.TestProcsWMIGetOwnerAccessDeniedWorkaround)
> [CPU:100.0%|MEM:6.8%] ... skipped 'This test requires Windows'
> test_error_logged_if_process_get_owner_fails (unit.modules.test_win_status.TestProcsWMIGetOwnerErrorsAreLogged)
> [CPU:0.0%|MEM:6.8%] ... skipped 'This test requires Windows'
> test_get_computer_desc (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get the Windows computer description ... skipped 'WMI only available on Windows'
> test_get_domain_workgroup (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test get_domain_workgroup ... skipped 'WMI only available on Windows'
> test_get_hostname (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test getting a new hostname ... skipped 'WMI only available on Windows'
> test_get_system_date (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get system date ... skipped 'WMI only available on Windows'
> test_get_system_info (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'WMI only available on Windows'
> test_get_system_info_no_number_of_enabled_core (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Tests get_system_info when there is no `NumberOfEnabledCore` property in ... skipped 'WMI only available on Windows'
> test_get_system_time (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to get system time ... skipped 'WMI only available on Windows'
> test_halt (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to halt a running system ... skipped 'WMI only available on Windows'
> test_init (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to change the system runlevel on sysV compatible systems ... skipped 'WMI only available on Windows'
> test_join_domain (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to join a computer to an Active Directory domain ... skipped 'WMI only available on Windows'
> test_join_domain_already_joined (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to join a computer to an Active Directory domain when it is ... skipped 'WMI only available on Windows'
> test_poweroff (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to poweroff a running system ... skipped 'WMI only available on Windows'
> test_reboot (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to reboot the system ... skipped 'WMI only available on Windows'
> test_reboot_with_timeout_in_minutes (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to reboot the system with a timeout ... skipped 'WMI only available on Windows'
> test_reboot_with_timeout_in_seconds (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to reboot the system with a timeout ... skipped 'WMI only available on Windows'
> test_reboot_with_wait (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to reboot the system with a timeout and ... skipped 'WMI only available on Windows'
> test_set_computer_desc (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to set the Windows computer description ... skipped 'WMI only available on Windows'
> test_set_computer_name (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to set the Windows computer name ... skipped 'WMI only available on Windows'
> test_set_domain_workgroup (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test set_domain_workgroup ... skipped 'WMI only available on Windows'
> test_set_hostname (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test setting a new hostname ... skipped 'WMI only available on Windows'
> test_set_system_date (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to set system date ... skipped 'WMI only available on Windows'
> test_set_system_time (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to set system time ... skipped 'WMI only available on Windows'
> test_shutdown (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to shutdown a running system ... skipped 'WMI only available on Windows'
> test_shutdown_hard (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to shutdown a running system with no timeout or warning ... skipped 'WMI only available on Windows'
> test_start_time_service (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to start the Windows time service ... skipped 'WMI only available on Windows'
> test_stop_time_service (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test to stop the windows time service ... skipped 'WMI only available on Windows'
> test_unjoin_domain (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test unjoining a computer from an Active Directory domain ... skipped 'WMI only available on Windows'
> test_unjoin_domain_already_unjoined (unit.modules.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:6.8%] Test unjoining a computer from an Active Directory domain ... skipped 'WMI only available on Windows'
> test_repeat_interval (unit.modules.test_win_task.WinTaskTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Destructive tests are disabled'
> test_repeat_interval_and_indefinitely (unit.modules.test_win_task.WinTaskTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Destructive tests are disabled'
> test_get_hwclock (unit.modules.test_win_timezone.WinTimezoneTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it get current hardware clock setting (UTC or localtime) ... ok
> test_get_offset (unit.modules.test_win_timezone.WinTimezoneTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it get current numeric timezone offset from UCT (i.e. +0530) ... ok
> test_get_zone_error (unit.modules.test_win_timezone.WinTimezoneTestCase)
> [CPU:33.3%|MEM:6.8%] Test get_zone when it encounters an error ... ok
> test_get_zone_normal (unit.modules.test_win_timezone.WinTimezoneTestCase)
> [CPU:50.0%|MEM:6.8%] Test if it get current timezone (i.e. Asia/Calcutta) ... ok
> test_get_zone_unknown (unit.modules.test_win_timezone.WinTimezoneTestCase)
> [CPU:0.0%|MEM:6.8%] Test get_zone with unknown timezone (i.e. Indian Standard Time) ... ok
> test_get_zonecode (unit.modules.test_win_timezone.WinTimezoneTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it get current timezone (i.e. PST, MDT, etc) ... ok
> test_set_hwclock (unit.modules.test_win_timezone.WinTimezoneTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it sets the hardware clock to be either UTC or localtime ... ok
> test_set_zone (unit.modules.test_win_timezone.WinTimezoneTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it unlinks, then symlinks /etc/localtime to the set timezone. ... ok
> test_zone_compare (unit.modules.test_win_timezone.WinTimezoneTestCase)
> [CPU:0.0%|MEM:6.8%] Test if it checks the md5sum between the given timezone, and ... ok
> test_installed (unit.modules.test_win_wua.WinWuaInstalledTestCase)
> [CPU:0.0%|MEM:6.8%] Test installed function default ... skipped 'System is not Windows'
> test_installed_kbs_only (unit.modules.test_win_wua.WinWuaInstalledTestCase)
> [CPU:0.0%|MEM:6.8%] Test installed function with kbs_only=True ... skipped 'System is not Windows'
> test_installed_summary (unit.modules.test_win_wua.WinWuaInstalledTestCase)
> [CPU:0.0%|MEM:6.8%] Test installed function with summary=True ... skipped 'System is not Windows'
> test_install (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:100.0%|MEM:6.8%] test install function ... skipped 'System is not Windows'
> test_install_already_installed (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test install function when KB already installed ... skipped 'System is not Windows'
> test_install_error_87 (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test install function when error 87 returned ... skipped 'System is not Windows'
> test_install_error_other (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test install function on other unknown error ... skipped 'System is not Windows'
> test_install_reboot_needed (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test install function when KB need a reboot ... skipped 'System is not Windows'
> test_install_restart (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test install function with restart=True ... skipped 'System is not Windows'
> test_is_installed_false (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test is_installed function when the KB is not installed ... skipped 'System is not Windows'
> test_is_installed_true (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test is_installed function when the KB is installed ... skipped 'System is not Windows'
> test_list (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test list function ... skipped 'System is not Windows'
> test_uninstall_already_uninstalled (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test uninstall function when KB already uninstalled ... skipped 'System is not Windows'
> test_uninstall_kb (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test uninstall function passing kb name ... skipped 'System is not Windows'
> test_uninstall_path (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test uninstall function passing full path to .msu file ... skipped 'System is not Windows'
> test_uninstall_path_error_other (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test uninstall function with unknown error ... skipped 'System is not Windows'
> test_uninstall_path_restart (unit.modules.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:6.8%] test uninstall function with full path and restart=True ... skipped 'System is not Windows'
> test_create_certificate (unit.modules.test_x509.X509TestCase)
> [CPU:0.0%|MEM:6.8%] Test private function _parse_subject(subject) it handles a missing fields ... skipped 'Skipping, M2Crypto is unavailable'
> test_create_certificate_with_not_after (unit.modules.test_x509.X509TestCase)
> [CPU:100.0%|MEM:6.8%] ... skipped 'Skipping, M2Crypto is unavailable'
> test_create_certificate_with_not_after_wrong_date (unit.modules.test_x509.X509TestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Skipping, M2Crypto is unavailable'
> test_create_certificate_with_not_before (unit.modules.test_x509.X509TestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Skipping, M2Crypto is unavailable'
> test_create_certificate_with_not_before_and_not_after (unit.modules.test_x509.X509TestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Skipping, M2Crypto is unavailable'
> test_create_certificate_with_not_before_wrong_date (unit.modules.test_x509.X509TestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Skipping, M2Crypto is unavailable'
> test_create_crl (unit.modules.test_x509.X509TestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Skipping, M2Crypto is unavailable'
> test_create_key (unit.modules.test_x509.X509TestCase)
> [CPU:0.0%|MEM:6.8%] Test that x509.create_key returns a private key ... skipped 'Skipping, M2Crypto is unavailable'
> test_get_pem_entry (unit.modules.test_x509.X509TestCase)
> [CPU:0.0%|MEM:6.8%] Test private function _parse_subject(subject) it handles a missing fields ... skipped 'Skipping, M2Crypto is unavailable'
> test_get_private_key_size (unit.modules.test_x509.X509TestCase)
> [CPU:100.0%|MEM:6.8%] Test private function _parse_subject(subject) it handles a missing fields ... skipped 'Skipping, M2Crypto is unavailable'
> test_private_func__parse_subject (unit.modules.test_x509.X509TestCase)
> [CPU:0.0%|MEM:6.8%] Test private function _parse_subject(subject) it handles a missing fields ... ok
> test_revoke_certificate_with_crl (unit.modules.test_x509.X509TestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Skipping, M2Crypto is unavailable'
> test_freecpu (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return an int representing the number ... ok
> test_freemem (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return an int representing the amount of memory ... ok
> test_full_info (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the node_info, vm_info and freemem ... ok
> test_get_disks (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return the disks of a named vm ... ok
> test_get_macs (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return a list off MAC addresses from the named vm ... ok
> test_get_nics (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return info about the network interfaces of a named vm ... ok
> test_is_hyper (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to returns a bool whether or not ... ok
> test_list_domains (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:50.0%|MEM:6.8%] Test to return a list of domain names on the minion ... ok
> test_migrate (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to migrates the virtual machine to another hypervisor ... ok
> test_pause (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to pause the named vm ... ok
> test_reboot (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:50.0%|MEM:6.8%] Test to reboot a domain via ACPI request ... ok
> test_reset (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to reset a VM by emulating the ... ok
> test_resume (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to resume the named vm ... ok
> test_setmem (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to changes the amount of memory allocated to VM. ... ok
> test_setvcpus (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:50.0%|MEM:6.8%] Test to changes the amount of vcpus allocated to VM. ... ok
> test_shutdown (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to send a soft shutdown signal to the named vm ... ok
> test_start (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:50.0%|MEM:6.8%] Test to reboot a domain via ACPI request ... ok
> test_stop (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to Hard power down the virtual machine, ... ok
> test_vcpu_pin (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to Set which CPUs a VCPU can use. ... ok
> test_vm_cputime (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to Return cputime used by the vms ... ok
> test_vm_diskstats (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:50.0%|MEM:6.8%] Test to return disk usage counters used by the vms ... ok
> test_vm_info (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return detailed information about the vms ... ok
> test_vm_netstats (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:0.0%|MEM:6.8%] Test to return combined network counters used by the vms ... ok
> test_vm_state (unit.modules.test_xapi_virt.XapiTestCase)
> [CPU:100.0%|MEM:6.8%] Test to return list of all the vms and their state. ... ok
> test__blkid_output (unit.modules.test_xfs.XFSTestCase)
> [CPU:0.0%|MEM:6.8%] Test xfs._blkid_output when there is data ... ok
> test_get_attribute (unit.modules.test_xml.XmlTestCase)
> [CPU:0.0%|MEM:6.8%] Verify xml.get_attribute ... ok
> test_get_value (unit.modules.test_xml.XmlTestCase)
> [CPU:0.0%|MEM:6.8%] Verify xml.get_value ... ok
> test_set_attribute (unit.modules.test_xml.XmlTestCase)
> [CPU:0.0%|MEM:6.8%] Verify xml.set_value ... ok
> test_set_value (unit.modules.test_xml.XmlTestCase)
> [CPU:0.0%|MEM:6.8%] Verify xml.set_value ... ok
> test_group_info (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] Test yumpkg.group_info parsing ... ok
> test_info_installed_with_all_versions (unit.modules.test_yumpkg.YumTestCase)
> [CPU:50.0%|MEM:6.8%] Test the return information of all versions for the named package(s), installed on the system. ... ok
> test_install_with_epoch (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] Tests that we properly identify a version containing an epoch as an ... ok
> test_install_with_options (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_latest_version_with_options (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_list_patches (unit.modules.test_yumpkg.YumTestCase)
> [CPU:50.0%|MEM:6.8%] Test patches listing. ... ok
> test_list_pkgs (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] Test packages listing. ... ok
> test_list_pkgs_with_attr (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] Test packages listing with the attr parameter ... ok
> test_list_pkgs_with_attr_multiple_versions (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] Test packages listing with the attr parameter reporting multiple version installed ... ok
> test_list_repo_pkgs_with_options (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] Test list_repo_pkgs with and without fromrepo ... ok
> test_list_upgrades_dnf (unit.modules.test_yumpkg.YumTestCase)
> [CPU:50.0%|MEM:6.8%] The subcommand should be "upgrades" with dnf ... ok
> test_list_upgrades_yum (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] The subcommand should be "updates" with yum ... ok
> test_pkg_hold_dnf (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] Tests that we properly identify versionlock plugin when using dnf ... ok
> test_pkg_hold_yum (unit.modules.test_yumpkg.YumTestCase)
> [CPU:50.0%|MEM:6.8%] Tests that we properly identify versionlock plugin when using yum ... ok
> test_refresh_db_with_options (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_upgrade_with_options (unit.modules.test_yumpkg.YumTestCase)
> [CPU:33.3%|MEM:6.8%] ... ok
> test_yum_base_error (unit.modules.test_yumpkg.YumTestCase)
> [CPU:0.0%|MEM:6.8%] ... skipped 'Could not import yum'
> test_call_yum_default (unit.modules.test_yumpkg.YumUtilsTestCase)
> [CPU:0.0%|MEM:6.8%] Call default Yum/Dnf. ... ok
> test_call_yum_in_scope (unit.modules.test_yumpkg.YumUtilsTestCase)
> [CPU:100.0%|MEM:6.8%] Call Yum/Dnf within the scope. ... ok
> test_call_yum_with_kwargs (unit.modules.test_yumpkg.YumUtilsTestCase)
> [CPU:0.0%|MEM:6.8%] Call Yum/Dnf with the optinal keyword arguments. ... ok
> test_apiiinfo_version (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] Test apiinfo_version ... ok
> test_compare_params (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] Test result comparison of two params structures ... ok
> test_compare_params_fail (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] Test result comparison of two params structures where some data type mismatch exists ... ok
> test_compare_params_rollback (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] Test result comparison of two params structures with rollback return value option ... ok
> test_get_obj_id_by_params_fail (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] Test get_object_id function with unexpected result from API call ... ok
> test_get_object_id_by_params (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] Test get_object_id function with expected result from API call ... ok
> test_host_inventory_get (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] test host_inventory_get ... ok
> test_host_inventory_set (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"hostid": 10258, "inventory_mode": "0", "inventory": ... ok
> test_substitute_params (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] Test proper parameter substitution for defined input ... ok
> test_substitute_params_fail (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:50.0%|MEM:6.8%] Test proper parameter substitution if there is needed parameter missing ... ok
> test_user_addmedia (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"medias": [{"active": 0, "mediatypeid": 1, ... ok
> test_user_create (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"passwd": "password007", "alias": "james", ... ok
> test_user_delete (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": [3], "jsonrpc": "2.0", "id": 0, ... ok
> test_user_deletemedia (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": [1], "jsonrpc": "2.0", "id": 0, "auth": "9fb226c759a320de0de3b7a141404506", ... ok
> test_user_exists (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"filter": {"alias": "Admin"}, "output": "extend"}, ... ok
> test_user_get (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:50.0%|MEM:6.8%] query_submitted = {"params": {"filter": {"alias": "Admin"}, "output": "extend"}, ... ok
> test_user_getmedia (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"userids": 3}, "jsonrpc": "2.0", "id": 0, ... ok
> test_user_list (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"output": "extend"}, "jsonrpc": "2.0", "id": 0, ... ok
> test_user_update (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"userid": 3, "name": "James Brown"}, "jsonrpc": "2.0", ... ok
> test_usergroup_create (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"name": "testgroup"}, "jsonrpc": "2.0", "id": 0, ... ok
> test_usergroup_delete (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": [13], "jsonrpc": "2.0", "id": 0, ... ok
> test_usergroup_exists (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"filter": {"name": "testgroup"}, "output": "extend", ... ok
> test_usergroup_get (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"filter": {"name": "testgroup"}, "output": "extend", ... ok
> test_usergroup_list (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"output": "extend"}, "jsonrpc": "2.0", "id": 0, ... ok
> test_usergroup_update (unit.modules.test_zabbix.ZabbixTestCase)
> [CPU:0.0%|MEM:6.8%] query_submitted = {"params": {"usrgrpid": 13, "users_status": 1}, "jsonrpc": "2.0", ... ok
> test_merge (unit.modules.test_zcbuildout.BuildoutAPITestCase)
> [CPU:50.0%|MEM:6.8%] ... ok
> test_setup (unit.modules.test_zcbuildout.BuildoutAPITestCase)
> [CPU:0.0%|MEM:6.8%] ... ok
> test_bookmark_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests zfs bookmark success ... skipped 'Slow tests are disabled'
> test_clone_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:6.8%] Tests zfs clone failure ... ok
> test_clone_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:6.8%] Tests zfs clone success ... ok
> test_create_error_missing_dataset (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.6%|MEM:6.8%] Tests unsuccessful return of create function if dataset name is missing ... ok
> test_create_error_missing_parent (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.6%|MEM:6.8%] Tests unsuccessful return of create function if the parent datasets do not exist ... ok
> test_create_error_no_such_pool (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.7%|MEM:6.8%] Tests unsuccessful return of create function if the pool is not present ... ok
> test_create_error_trailing_slash (unit.modules.test_zfs.ZfsTestCase)
> [CPU:24.3%|MEM:6.8%] Tests unsuccessful return of create function if trailing slash in name is present ... ok
> test_create_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.0%|MEM:6.8%] Tests successful return of create function on ZFS file system creation ... ok
> test_create_success_with_create_parent (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.6%|MEM:6.8%] Tests successful return of create function when ``create_parent=True`` ... ok
> test_create_success_with_properties (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.0%|MEM:6.8%] Tests successful return of create function on ZFS file system creation (with properties) ... ok
> test_destroy_error_has_children (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:6.8%] Tests failure return of destroy function on ZFS file system destruction ... ok
> test_destroy_error_not_exists (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.0%|MEM:6.9%] Tests failure return of destroy function on ZFS file system destruction ... ok
> test_destroy_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.0%|MEM:6.9%] Tests successful return of destroy function on ZFS file system destruction ... ok
> test_diff (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.6%|MEM:6.9%] Tests zfs diff ... skipped 'Slow tests are disabled'
> test_diff_parsed_time (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:6.9%] Tests zfs diff ... ok
> test_exists_failure_invalid_name (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.6%|MEM:6.9%] Tests unsuccessful return of exists function if dataset name is invalid ... ok
> test_exists_failure_not_exists (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.0%|MEM:6.9%] Tests unsuccessful return of exists function if dataset does not exist ... ok
> test_exists_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.0%|MEM:6.9%] Tests successful return of exists function ... ok
> test_get_parsable_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.3%|MEM:6.9%] Tests zfs get with parsable output ... ok
> test_get_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:6.9%] Tests zfs get success ... ok
> test_hold_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:24.4%|MEM:6.9%] Tests zfs hold failure ... ok
> test_hold_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.6%|MEM:6.9%] Tests zfs hold success ... ok
> test_holds_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.6%|MEM:6.9%] Tests zfs holds failure ... ok
> test_holds_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:24.4%|MEM:6.9%] Tests zfs holds success ... skipped 'Slow tests are disabled'
> test_inherit_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:6.9%] Tests zfs inherit of canmount ... ok
> test_inherit_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.6%|MEM:6.9%] Tests zfs inherit of compression property ... ok
> test_list_custom_parsable_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.6%|MEM:6.9%] Tests zfs list ... ok
> test_list_custom_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:24.7%|MEM:6.9%] Tests zfs list ... ok
> test_list_error_no_dataset (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.3%|MEM:6.9%] Tests zfs list ... ok
> test_list_mount_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:24.7%|MEM:6.9%] Tests zfs list_mount ... skipped 'Slow tests are disabled'
> test_list_parsable_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:6.9%] Tests zfs list with parsable set to False ... skipped 'Slow tests are disabled'
> test_list_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:6.9%] Tests zfs list ... ok
> test_mount_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.0%|MEM:6.9%] Tests zfs mount of already mounted filesystem ... ok
> test_mount_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.6%|MEM:6.9%] Tests zfs mount of filesystem ... ok
> test_promote_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.7%|MEM:6.9%] Tests zfs promote failure ... ok
> test_promote_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.3%|MEM:7.0%] Tests zfs promote success ... skipped 'Slow tests are disabled'
> test_release_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests zfs release failure ... skipped 'Slow tests are disabled'
> test_release_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests zfs release success ... ok
> test_rename_error_not_exists (unit.modules.test_zfs.ZfsTestCase)
> [CPU:24.3%|MEM:7.0%] Tests failure return of rename function ... ok
> test_rename_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Tests successful return of rename function ... skipped 'Slow tests are disabled'
> test_rollback_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests zfs rollback failure ... skipped 'Slow tests are disabled'
> test_rollback_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests zfs rollback success ... skipped 'Slow tests are disabled'
> test_set_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests zfs set failure ... skipped 'Slow tests are disabled'
> test_set_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests zfs set success ... ok
> test_snapshot_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.0%|MEM:7.0%] Tests zfs snapshot failure ... ok
> test_snapshot_failure2 (unit.modules.test_zfs.ZfsTestCase)
> [CPU:25.0%|MEM:7.0%] Tests zfs snapshot failure ... ok
> test_snapshot_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.3%|MEM:7.0%] Tests zfs snapshot success ... ok
> test_unmount_failure (unit.modules.test_zfs.ZfsTestCase)
> [CPU:24.0%|MEM:7.0%] Tests zfs unmount of already mounted filesystem ... ok
> test_unmount_success (unit.modules.test_zfs.ZfsTestCase)
> [CPU:26.7%|MEM:7.0%] Tests zfs unmount of filesystem ... ok
> test_buildmod (unit.modules.test_znc.ZncTestCase)
> [CPU:25.0%|MEM:7.0%] Tests build module using znc-buildmod ... ok
> test_buildmod_module (unit.modules.test_znc.ZncTestCase)
> [CPU:0.0%|MEM:7.0%] Tests build module using znc-buildmod ... ok
> test_dumpconf (unit.modules.test_znc.ZncTestCase)
> [CPU:0.0%|MEM:7.0%] Tests write the active configuration state to config file ... ok
> test_rehashconf (unit.modules.test_znc.ZncTestCase)
> [CPU:0.0%|MEM:7.0%] Tests rehash the active configuration state from config file ... ok
> test_version (unit.modules.test_znc.ZncTestCase)
> [CPU:0.0%|MEM:7.0%] Tests return server version from znc --version ... ok
> test_clear_nodevice (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests clear with non existign device ... ok
> test_clear_nopool (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:25.0%|MEM:7.0%] Tests clear with missing pool ... ok
> test_clear_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:25.3%|MEM:7.0%] Tests clear ... ok
> test_create_file_vdev_nospace (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.3%|MEM:7.0%] Tests create_file_vdev when out of space ... skipped 'Cannot find mkfile executable'
> test_create_file_vdev_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests create_file_vdev when out of space ... skipped 'Cannot find mkfile executable'
> test_exists_failure (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests failure return of exists function ... skipped 'Slow tests are disabled'
> test_exists_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful return of exists function ... skipped 'Slow tests are disabled'
> test_export_nopool (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests export when the pool does not exists ... skipped 'Slow tests are disabled'
> test_export_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests export ... ok
> test_get (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:25.0%|MEM:7.0%] Tests successful return of get function ... ok
> test_get_parsable (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:25.0%|MEM:7.0%] Tests successful return of get function with parsable output ... skipped 'Slow tests are disabled'
> test_get_whitespace (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:50.0%|MEM:7.0%] Tests successful return of get function with a string with whitespaces ... skipped 'Slow tests are disabled'
> test_healthy (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful return of healthy function ... ok
> test_history_nopool (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:25.7%|MEM:7.0%] Tests history with missing pool ... ok
> test_history_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:25.3%|MEM:7.0%] Tests history ... skipped 'Slow tests are disabled'
> test_import_duplicate (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests import with already imported pool ... ok
> test_import_nopool (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.3%|MEM:7.0%] Tests import ... ok
> test_import_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:24.3%|MEM:7.0%] Tests import ... skipped 'Slow tests are disabled'
> test_iostat (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful return of iostat function ... skipped 'Slow tests are disabled'
> test_iostat_parsable (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful return of iostat function ... ok
> test_labelclear_cleared (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:25.0%|MEM:7.0%] Tests labelclear on device with no label ... ok
> test_labelclear_exported (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.7%|MEM:7.0%] Tests labelclear on device with from exported pool ... ok
> test_labelclear_nodevice (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.3%|MEM:7.0%] Tests labelclear on non existing device ... ok
> test_labelclear_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:24.6%|MEM:7.0%] Tests labelclear on successful label removal ... ok
> test_list (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.0%|MEM:7.0%] Tests successful return of list function ... ok
> test_list_parsable (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.3%|MEM:7.0%] Tests successful return of list function with parsable output ... skipped 'Slow tests are disabled'
> test_offline_nodevice (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests offline ... ok
> test_offline_noreplica (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.0%|MEM:7.0%] Tests offline ... ok
> test_offline_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:24.3%|MEM:7.0%] Tests offline ... ok
> test_online_nodevice (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.6%|MEM:7.0%] Tests online ... ok
> test_online_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.0%|MEM:7.0%] Tests online ... skipped 'Slow tests are disabled'
> test_reguid_nopool (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests reguid with missing pool ... skipped 'Slow tests are disabled'
> test_reguid_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests reguid ... skipped 'Slow tests are disabled'
> test_reopen_nopool (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests reopen with missing pool ... ok
> test_reopen_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:25.0%|MEM:7.0%] Tests reopen ... skipped 'Slow tests are disabled'
> test_scrub_pause (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests pause of scrub ... skipped 'Slow tests are disabled'
> test_scrub_start (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests start of scrub ... skipped 'Slow tests are disabled'
> test_scrub_stop (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests pauze of scrub ... skipped 'Slow tests are disabled'
> test_split_exist_new (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests split on exising new pool ... skipped 'Slow tests are disabled'
> test_split_missing_pool (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests split on missing source pool ... ok
> test_split_not_mirror (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.0%|MEM:7.0%] Tests split on source pool is not a mirror ... skipped 'Slow tests are disabled'
> test_split_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:0.0%|MEM:7.0%] Tests split on success ... ok
> test_status (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.0%|MEM:7.0%] Tests successful return of status function ... ok
> test_upgrade_nopool (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:24.4%|MEM:7.0%] Tests upgrade with missing pool ... ok
> test_upgrade_success (unit.modules.test_zpool.ZpoolTestCase)
> [CPU:26.0%|MEM:7.0%] Tests upgrade ... ok
> test__clean_cache_empty (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:26.0%|MEM:7.0%] Test that an empty cached can be cleaned ... ok
> test__clean_cache_filled (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test that a filled cached can be cleaned ... ok
> test__get_installed_patterns (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test installed patterns in the system ... ok
> test__get_installed_patterns_with_alias (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test installed patterns in the system if they have alias ... ok
> test_download (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test package download ... ok
> test_info_available (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test return the information of the named package available for the system. ... ok
> test_info_installed (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test the return information of the named package(s), installed on the system. ... ok
> test_info_installed_with_all_versions (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test the return information of all versions for the named package(s), installed on the system. ... ok
> test_info_installed_with_non_ascii_char (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test the return information of the named package(s), installed on the system whith non-ascii chars ... ok
> test_install_advisory_patch_failure (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test failing advisory patch installation because patch does not exist. ... ok
> test_install_advisory_patch_ok (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test successfully advisory patch installation. ... ok
> test_install_product_ok (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test successfully product installation. ... ok
> test_install_with_downloadonly (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test a package installation with downloadonly=True. ... ok
> test_install_with_downloadonly_already_downloaded (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test a package installation with downloadonly=True when package is already downloaded. ... ok
> test_latest_version (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test the latest version of the named package available for upgrade or installation. ... ok
> test_list_downloaded (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test downloaded packages listing. ... ok
> test_list_downloaded_with_kwargs (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test downloaded packages listing. ... ok
> test_list_patches (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test advisory patches listing. ... ok
> test_list_patterns (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:100.0%|MEM:7.0%] Test available patterns in the repo ... ok
> test_list_pkgs (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test packages listing. ... ok
> test_list_pkgs_with_attr (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test packages listing with the attr parameter ... ok
> test_list_pkgs_with_attr_multiple_versions (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test packages listing with the attr parameter reporting multiple version installed ... ok
> test_list_products (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] List products test. ... ok
> test_list_upgrades (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] List package upgrades ... ok
> test_list_upgrades_error_handling (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test error handling in the list package upgrades. ... 00:42:22,740 [salt.modules.zypperpkg :285 ][ERROR ] no element found: line 1, column 0
> ok
> test_refresh_db (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test if refresh DB handled correctly ... ok
> test_remove_purge (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test package removal ... ok
> test_repo_add_mod_noref (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test mod_repo adds the new repo and call modify to update autorefresh ... ok
> test_repo_add_mod_ref (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test mod_repo adds the new repo, ... ok
> test_repo_add_nomod_noref (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test mod_repo adds the new repo and nothing else ... ok
> test_repo_add_nomod_ref (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test mod_repo adds the new repo and refreshes the repo with ... ok
> test_repo_noadd_mod_noref (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test mod_repo detects the repository exists, ... ok
> test_repo_noadd_mod_ref (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test mod_repo detects the repo already exists, ... ok
> test_repo_noadd_modbaseurl_ref (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test mod_repo detects the repo already exists, ... ok
> test_repo_noadd_nomod_noref (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test mod_repo detects the repo already exists, ... ok
> test_repo_noadd_nomod_ref (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test mod_repo detects the repo already exists, ... ok
> test_repo_value_info (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Tests if repo info is properly parsed. ... ok
> test_upgrade_available (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test whether or not an upgrade is available for a given package. ... ok
> test_upgrade_failure (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:100.0%|MEM:7.0%] Test system upgrade failure. ... ok
> test_upgrade_kernel (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test kernel package upgrade success. ... ok
> test_upgrade_success (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test system upgrade and dist-upgrade success. ... ok
> test_wildcard_to_query_condition_preservation (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test wildcard to query Zypper condition preservation. ... ok
> test_wildcard_to_query_exact_match_at_beginning (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:33.3%|MEM:7.0%] Test wildcard to query match exact pattern at the beginning ... ok
> test_wildcard_to_query_exact_match_at_end (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test wildcard to query match exact pattern at the end ... ok
> test_wildcard_to_query_match_all (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test wildcard to query match all pattern ... ok
> test_wildcard_to_query_multiple_asterisk (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test wildcard to query match multiple asterisk ... ok
> test_wildcard_to_query_noversion (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test wildcard to query when no version has been passed on. ... ok
> test_wildcard_to_query_typecheck (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test wildcard to query typecheck. ... ok
> test_wildcard_to_query_unsupported_operators (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test wildcard to query unsupported operators. ... ok
> test_wildcard_to_query_usage (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:50.0%|MEM:7.0%] Test wildcard to query usage. ... ok
> test_zypper_caller (unit.modules.test_zypperpkg.ZypperTestCase)
> [CPU:0.0%|MEM:7.0%] Test Zypper caller. ... ok
> test_option_request (unit.netapi.test_rest_cherrypy.TestCors)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_json_as_text_out (unit.netapi.test_rest_cherrypy.TestInFormats)
> [CPU:0.0%|MEM:7.0%] Some service send JSON as text/plain for compatibility purposes ... ok
> test_json_ctype (unit.netapi.test_rest_cherrypy.TestInFormats)
> [CPU:50.0%|MEM:7.0%] ... ok
> test_urlencoded_ctype (unit.netapi.test_rest_cherrypy.TestInFormats)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_yaml_ctype (unit.netapi.test_rest_cherrypy.TestInFormats)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_default_accept (unit.netapi.test_rest_cherrypy.TestOutFormats)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_json_out (unit.netapi.test_rest_cherrypy.TestOutFormats)
> [CPU:100.0%|MEM:7.0%] ... ok
> test_unsupported_accept (unit.netapi.test_rest_cherrypy.TestOutFormats)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_yaml_out (unit.netapi.test_rest_cherrypy.TestOutFormats)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_accept_content_type (unit.netapi.test_rest_tornado.TestBaseSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] Test the base handler's accept picking ... skipped ''
> test_cors_origin_multiple (unit.netapi.test_rest_tornado.TestBaseSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] Check that endpoints returns the Access-Control-Allow-Origin when ... skipped ''
> test_cors_origin_single (unit.netapi.test_rest_tornado.TestBaseSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] Check that endpoints returns the Access-Control-Allow-Origin when ... skipped ''
> test_cors_origin_url_with_arguments (unit.netapi.test_rest_tornado.TestBaseSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] Check that preflight requests works with url with components ... skipped ''
> test_cors_origin_wildcard (unit.netapi.test_rest_tornado.TestBaseSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] Check that endpoints returns Access-Control-Allow-Origin ... skipped ''
> test_cors_preflight_request (unit.netapi.test_rest_tornado.TestBaseSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] Check that preflight request contains right headers ... skipped ''
> test_deserialize (unit.netapi.test_rest_tornado.TestBaseSaltAPIHandler)
> [CPU:50.0%|MEM:7.0%] Send various encoded forms of lowstates (and bad ones) to make sure we ... skipped ''
> test_get_lowstate (unit.netapi.test_rest_tornado.TestBaseSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] Test transformations low data of the function _get_lowstate ... skipped ''
> test_token (unit.netapi.test_rest_tornado.TestBaseSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] Test that the token is returned correctly ... skipped ''
> test_clean_by_request (unit.netapi.test_rest_tornado.TestEventListener)
> Make sure the method clean_by_request clean up every related data in EventListener ... skipped 'Slow tests are disabled'
> test_set_event_handler (unit.netapi.test_rest_tornado.TestEventListener)
> Test subscribing events using set_event_handler ... skipped 'Slow tests are disabled'
> test_simple (unit.netapi.test_rest_tornado.TestEventListener)
> Test getting a few events ... skipped 'Slow tests are disabled'
> test_timeout (unit.netapi.test_rest_tornado.TestEventListener)
> Make sure timeouts work correctly ... skipped 'Slow tests are disabled'
> test_get (unit.netapi.test_rest_tornado.TestSaltAuthHandler)
> [CPU:0.0%|MEM:7.0%] We don't allow gets, so assert we get 401s ... skipped ''
> test_login (unit.netapi.test_rest_tornado.TestSaltAuthHandler)
> [CPU:0.0%|MEM:7.0%] Test valid logins ... skipped ''
> test_login_bad_creds (unit.netapi.test_rest_tornado.TestSaltAuthHandler)
> [CPU:0.0%|MEM:7.0%] Test logins with bad/missing passwords ... skipped ''
> test_login_invalid_data_structure (unit.netapi.test_rest_tornado.TestSaltAuthHandler)
> [CPU:0.0%|MEM:7.0%] Test logins with either list or string JSON payload ... skipped ''
> test_login_missing_password (unit.netapi.test_rest_tornado.TestSaltAuthHandler)
> [CPU:100.0%|MEM:7.0%] Test logins with bad/missing passwords ... skipped ''
> test_authentication_exception_consistency (unit.netapi.test_rest_tornado.TestSaltRunHandler)
> [CPU:0.0%|MEM:7.0%] Test consistency of authentication exception of each clients. ... skipped ''
> test_any_future (unit.netapi.test_rest_tornado.TestSaltnadoUtils)
> Test that the Any Future does what we think it does ... ok
> test_hook_can_handle_get_parameters (unit.netapi.test_rest_tornado.TestWebhookSaltHandler)
> [CPU:0.0%|MEM:7.0%] ... skipped ''
> test_cors_origin_multiple (unit.netapi.test_rest_tornado.TestWebsocketSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] ... skipped ''
> test_cors_origin_single (unit.netapi.test_rest_tornado.TestWebsocketSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] ... skipped ''
> test_websocket_handler_bad_token (unit.netapi.test_rest_tornado.TestWebsocketSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] A bad token should returns a 401 during a websocket connect ... skipped ''
> test_websocket_handler_cors_origin_wildcard (unit.netapi.test_rest_tornado.TestWebsocketSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] ... skipped ''
> test_websocket_handler_upgrade_to_websocket (unit.netapi.test_rest_tornado.TestWebsocketSaltAPIHandler)
> [CPU:0.0%|MEM:7.0%] ... skipped ''
> test_nested_output (unit.output.test_highstate.JsonNestedTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_default_output (unit.output.test_highstate.JsonTestCase)
> [CPU:50.0%|MEM:7.0%] ... ok
> test_output_comment_is_not_unicode (unit.output.test_highstate.JsonTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_default_output (unit.output.test_json_out.JsonTestCase)
> [CPU:25.0%|MEM:7.0%] ... ok
> test_indent_output (unit.output.test_json_out.JsonTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_negative_int_output (unit.output.test_json_out.JsonTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_negative_zero_output (unit.output.test_json_out.JsonTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_pretty_output (unit.output.test_json_out.JsonTestCase)
> [CPU:100.0%|MEM:7.0%] ... ok
> test_unicode_output (unit.output.test_json_out.JsonTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_display_with_integer_keys (unit.output.test_nested.NestedOutputterTestCase)
> [CPU:0.0%|MEM:7.0%] Test display output when ret contains a combination of integer and ... ok
> test_output_with_colors (unit.output.test_nested.NestedOutputterTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_output_with_indent (unit.output.test_nested.NestedOutputterTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_output_with_retcode (unit.output.test_nested.NestedOutputterTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_output (unit.output.test_table_out.TableTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_default_output (unit.output.test_yaml_out.YamlTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_negative_int_output (unit.output.test_yaml_out.YamlTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test__find_file_meta1 (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the result of _find_file_meta when the metadata contains a blob with the specified path and a blob ... skipped 'The azure.storage.blob module must be installed.'
> test__find_file_meta2 (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the result of _find_file_meta when the saltenv in metadata does not match the specified saltenv. ... skipped 'The azure.storage.blob module must be installed.'
> test__find_file_meta3 (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the result of _find_file_meta when the container in metadata does not match the specified metadata. ... skipped 'The azure.storage.blob module must be installed.'
> test__find_files (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the result of _find_files. Ensures it only finds files and not directories. Ensures it also ignore ... skipped 'The azure.storage.blob module must be installed.'
> test__get_cache_dir (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the result of _get_cache_dir. ... skipped 'The azure.storage.blob module must be installed.'
> test__get_cached_file_name (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the result of _get_cached_file_name. ... skipped 'The azure.storage.blob module must be installed.'
> test__get_containers_cache_filename (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the result of _get_containers_cache_filename. ... skipped 'The azure.storage.blob module must be installed.'
> test__init_expired (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the result of _init when the cache is expired. ... skipped 'The azure.storage.blob module must be installed.'
> test__init_not_expired (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the result of _init when the cache is not expired. ... skipped 'The azure.storage.blob module must be installed.'
> test__read_containers_cache_file (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:100.0%|MEM:7.0%] Tests the result of _read_containers_cache_file to make sure that it successfully loads in pickled metadata. ... skipped 'The azure.storage.blob module must be installed.'
> test__refresh_containers_cache_file (unit.pillar.test_azureblob.AzureBlobTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the result of _refresh_containers_cache_file to ensure that it successfully copies blob data into a ... skipped 'The azure.storage.blob module must be installed.'
> test_blank_root (unit.pillar.test_consul_pillar.ConsulPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_connection (unit.pillar.test_consul_pillar.ConsulPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_dict_merge (unit.pillar.test_consul_pillar.ConsulPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_non_expansion (unit.pillar.test_consul_pillar.ConsulPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_pillar_data (unit.pillar.test_consul_pillar.ConsulPillarTestCase)
> [CPU:50.0%|MEM:7.0%] ... ok
> test_pillar_nest (unit.pillar.test_consul_pillar.ConsulPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_value_parsing (unit.pillar.test_consul_pillar.ConsulPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_001_load_utf8_csv (unit.pillar.test_csvpillar.CSVPillarTestCase)
> [CPU:50.0%|MEM:7.0%] ... ok
> test_002_load_utf8_csv_namespc (unit.pillar.test_csvpillar.CSVPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_extra_values_none_or_empty (unit.pillar.test_extra_minion_data_in_pillar.ExtraMinionDataInPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_include_all (unit.pillar.test_extra_minion_data_in_pillar.ExtraMinionDataInPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_include_specific_keys (unit.pillar.test_extra_minion_data_in_pillar.ExtraMinionDataInPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_absolute_path (unit.pillar.test_file_tree.FileTreePillarTestCase)
> [CPU:100.0%|MEM:7.0%] check file tree is imported correctly with an absolute path ... ok
> test_no_pillarenv (unit.pillar.test_file_tree.FileTreePillarTestCase)
> [CPU:20.0%|MEM:7.0%] confirm that file_tree yells when pillarenv is missing for a relative path ... 00:42:22,942 [salt.pillar.file_tree :417 ][ERROR ] file_tree: root_dir is relative but pillarenv is not set
> ok
> test_parent_path (unit.pillar.test_file_tree.FileTreePillarTestCase)
> [CPU:0.0%|MEM:7.0%] check if file tree is merged correctly with a .. path ... ok
> test_relative_path (unit.pillar.test_file_tree.FileTreePillarTestCase)
> [CPU:25.0%|MEM:7.0%] check file tree is imported correctly with a relative path ... ok
> test_base (unit.pillar.test_hg_pillar.HgPillarTestCase)
> [CPU:22.2%|MEM:7.0%] check hg repo is imported correctly ... skipped "Failing with 'The renderer yaml_jinja is unavailable'. See https://github.com/saltstack/salt/issues/55935"
> test_001_extract_queries_legacy (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_002_extract_queries_list (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:100.0%|MEM:7.0%] ... ok
> test_003_extract_queries_kwarg (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_004_extract_queries_mixed (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_005_extract_queries_bogus_list (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_006_extract_queries_bogus_kwargs (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_011_enter_root (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_021_process_fields (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_111_process_results_legacy (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_112_process_results_legacy_multiple (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_121_process_results_depth_0 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_122_process_results_depth_1 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_123_process_results_depth_2 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_124_process_results_depth_3 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_125_process_results_depth_4 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_131_process_results_overwrite_legacy_multiple (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_132_process_results_merge_depth_0 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_133_process_results_overwrite_depth_0 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_134_process_results_deepmerge_depth_0 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_135_process_results_overwrite_depth_1 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_136_process_results_merge_depth_2 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_137_process_results_overwrite_depth_2 (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_201_process_results_complexity_multiresults (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:100.0%|MEM:7.0%] ... ok
> test_202_process_results_complexity_as_list (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_203_process_results_complexity_as_list_deeper (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_204_process_results_complexity_as_list_mismatch_depth (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_205_process_results_complexity_as_list_mismatch_depth_reversed (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_206_process_results_complexity_as_list_mismatch_depth_weird_order (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_207_process_results_complexity_collision_mismatch_depth (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_207_process_results_complexity_roots_collision (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_208_process_results_complexity_collision_mismatch_depth_reversed (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_209_process_results_complexity_collision_mismatch_depth_weird_order (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_20A_process_results_complexity_as_list_vary (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_301_process_results_with_lists (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] Validates the following results: ... ok
> test_302_process_results_with_lists_consecutive (unit.pillar.test_mysql.MysqlPillarTestCase)
> [CPU:0.0%|MEM:7.0%] Validates the following results: ... ok
> test_succeeds (unit.pillar.test_nodegroups.NodegroupsPillarTestCase)
> [CPU:100.0%|MEM:7.0%] ... ok
> test_repeated_keys (unit.pillar.test_pepa.PepaPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test__conf_defaults_to_none (unit.pillar.test_pillar_ldap.LdapPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test__conf_returns_str_from_unicode_default (unit.pillar.test_pillar_ldap.LdapPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test__config_returns_str (unit.pillar.test_pillar_ldap.LdapPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_refresh_buckets_cache_file (unit.pillar.test_s3.S3PillarTestCase)
> [CPU:0.0%|MEM:7.0%] Test pagination with refresh_buckets_cache_file ... ok
> test_succeeds (unit.pillar.test_saltclass.SaltclassPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_succeeds (unit.pillar.test_saltclass.SaltclassPillarTestCaseListExpansion)
> [CPU:25.0%|MEM:7.0%] ... ok
> test_001_extract_queries_list (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:25.0%|MEM:7.0%] ... ok
> test_002_extract_queries_kwarg (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_003_extract_queries_mixed (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_004_extract_queries_bogus_list (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_005_extract_queries_bogus_kwargs (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_011_enter_root (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_021_process_fields (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:50.0%|MEM:7.0%] ... ok
> test_111_process_results_legacy (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_112_process_results_legacy_multiple (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_121_process_results_depth_0 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_122_process_results_depth_1 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_123_process_results_depth_2 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_124_process_results_depth_3 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_125_process_results_depth_4 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_131_process_results_overwrite_legacy_multiple (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_132_process_results_merge_depth_0 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_133_process_results_overwrite_depth_0 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_134_process_results_deepmerge_depth_0 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_135_process_results_overwrite_depth_1 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_136_process_results_merge_depth_2 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_137_process_results_overwrite_depth_2 (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:100.0%|MEM:7.0%] ... ok
> test_201_process_results_complexity_multiresults (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_202_process_results_complexity_as_list (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_203_process_results_complexity_as_list_deeper (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_204_process_results_complexity_as_list_mismatch_depth (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_205_process_results_complexity_as_list_mismatch_depth_reversed (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_206_process_results_complexity_as_list_mismatch_depth_weird_order (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_207_process_results_complexity_collision_mismatch_depth (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_207_process_results_complexity_roots_collision (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%] ... ok
> test_208_process_results_complexity_collision_mis