[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_mismatch_depth_reversed (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_209_process_results_complexity_collision_mismatch_depth_weird_order (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_20A_process_results_complexity_as_list_vary (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_301_process_results_with_lists (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_302_process_results_with_lists_consecutive (unit.pillar.test_sqlcipher.SQLCipherPillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_001_extract_queries_list (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_002_extract_queries_kwarg (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_003_extract_queries_mixed (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_004_extract_queries_bogus_list (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_005_extract_queries_bogus_kwargs (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_011_enter_root (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_021_process_fields (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_111_process_results_legacy (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_112_process_results_legacy_multiple (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_121_process_results_depth_0 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_122_process_results_depth_1 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_123_process_results_depth_2 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_124_process_results_depth_3 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_125_process_results_depth_4 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_131_process_results_overwrite_legacy_multiple (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_132_process_results_merge_depth_0 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_133_process_results_overwrite_depth_0 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_134_process_results_deepmerge_depth_0 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_135_process_results_overwrite_depth_1 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_136_process_results_merge_depth_2 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_137_process_results_overwrite_depth_2 (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_201_process_results_complexity_multiresults (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_202_process_results_complexity_as_list (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_203_process_results_complexity_as_list_deeper (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_204_process_results_complexity_as_list_mismatch_depth (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_205_process_results_complexity_as_list_mismatch_depth_reversed (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_206_process_results_complexity_as_list_mismatch_depth_weird_order (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_207_process_results_complexity_collision_mismatch_depth (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_207_process_results_complexity_roots_collision (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_208_process_results_complexity_collision_mismatch_depth_reversed (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_209_process_results_complexity_collision_mismatch_depth_weird_order (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_20A_process_results_complexity_as_list_vary (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_301_process_results_with_lists (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_302_process_results_with_lists_consecutive (unit.pillar.test_sqlite3.SQLite3PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_details_sspi (unit.proxy.test_esxcluster.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_details_userpass (unit.proxy.test_esxcluster.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_esxcluster_schema (unit.proxy.test_esxcluster.InitTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_find_credentials (unit.proxy.test_esxcluster.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_invalid_proxy_input_error (unit.proxy.test_esxcluster.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_merge (unit.proxy.test_esxcluster.InitTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_no_domain (unit.proxy.test_esxcluster.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_no_passwords (unit.proxy.test_esxcluster.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_no_principal (unit.proxy.test_esxcluster.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_no_username (unit.proxy.test_esxcluster.InitTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_details_sspi (unit.proxy.test_esxdatacenter.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_details_userpass (unit.proxy.test_esxdatacenter.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_esxdatacenter_schema (unit.proxy.test_esxdatacenter.InitTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_find_credentials (unit.proxy.test_esxdatacenter.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_invalid_proxy_input_error (unit.proxy.test_esxdatacenter.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_merge (unit.proxy.test_esxdatacenter.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_no_domain (unit.proxy.test_esxdatacenter.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_no_passwords (unit.proxy.test_esxdatacenter.InitTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_no_principal (unit.proxy.test_esxdatacenter.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_no_username (unit.proxy.test_esxdatacenter.InitTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_alive (unit.proxy.test_junos.JunosProxyTestCase)
> [CPU:50.0%|MEM:7.0%]  ... skipped 'The junos-eznc and jxmlease modules are required'
> test_init (unit.proxy.test_junos.JunosProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The junos-eznc and jxmlease modules are required'
> test_init_err (unit.proxy.test_junos.JunosProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The junos-eznc and jxmlease modules are required'
> test_alive (unit.proxy.test_napalm.NapalmProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... 00:42:23,130 [/<<PKGBUILDDIR>>/salt/utils/napalm.py                :251 ][ERROR   ] Cannot execute "is_alive" on [unspecified hostname] as . Reason: not connected!
> 00:42:23,130 [/<<PKGBUILDDIR>>/salt/utils/napalm.py                :252 ][ERROR   ] Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/napalm.py", line 169, in call
>     raise Exception("not connected")
> Exception: not connected
> 
> ok
> test_call (unit.proxy.test_napalm.NapalmProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_fns (unit.proxy.test_napalm.NapalmProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_get_device (unit.proxy.test_napalm.NapalmProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_get_grains (unit.proxy.test_napalm.NapalmProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_grains_refresh (unit.proxy.test_napalm.NapalmProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_init (unit.proxy.test_napalm.NapalmProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_initialized (unit.proxy.test_napalm.NapalmProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_ping (unit.proxy.test_napalm.NapalmProxyTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_shutdown (unit.proxy.test_napalm.NapalmProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... 00:42:23,141 [/<<PKGBUILDDIR>>/salt/proxy/napalm.py                :295 ][ERROR   ] Cannot close connection with [unknown hostname]! Please check error: 'MockNapalmDevice' object has no attribute 'close'
> ok
> test__init_nxapi (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:_init_nxapi method - successful connectinon ... ok
> test__initialized_nxapi (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:_initialized_nxapi method ... ok
> test__nxapi_request_connect (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:_nxapi_request method ... ok
> test__nxapi_request_ssh_return (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:_nxapi_request method - CONNECTION == 'ssh' ... ok
> test__ping_nxapi (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:_ping_nxapi method ... ok
> test__shutdown_nxapi (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:100.0%|MEM:7.0%] UT: nxos module:_shutdown_nxapi method ... ok
> test_bad__init_nxapi (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:20.0%|MEM:7.0%]  ... ok
> test_check_virtual (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:20.0%|MEM:7.0%] UT: nxos module:check_virtual method - return value ... ok
> test_grains (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:grains method - nxapi grains ... ok
> test_grains_cache_set (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:grains method - nxapi grains cache set ... ok
> test_grains_refresh (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:50.0%|MEM:7.0%] UT: nxos module:grains_refresh method - nxapi grains ... ok
> test_init (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:init method - nxapi proxy ... ok
> test_init_bad_connection_type (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:init method - bad CONNECTION type ... 00:42:23,178 [/<<PKGBUILDDIR>>/salt/proxy/nxos.py                  :218 ][ERROR   ] Unknown Connection Type: unknown
> ok
> test_init_opts_none (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:init method - __opts__ connection is None ... ok
> test_initialized (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:initialized method - nxapi proxy ... ok
> test_ping (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:ping method - nxapi proxy ... ok
> test_proxy_config (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:100.0%|MEM:7.0%] UT: nxos module:proxy_config method - nxapi success path ... ok
> test_proxy_config_save_config (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:proxy_config method - nxapi success path ... ok
> test_sendline (unit.proxy.test_nxos.NxosNxapiProxyTestCase)
> [CPU:100.0%|MEM:7.0%] UT: nxos module:sendline method - nxapi ... ok
> test__init_ssh_device_details (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test__init_ssh_opts (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:_init_ssh method - successful connectinon ... ok
> test__init_ssh_prompt (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:40.0%|MEM:7.0%] UT: nxos module:_init_ssh method - prompt regex ... ok
> test__init_ssh_raise_exception (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:_init_ssh method - raise exception ... ok
> test__initialized_ssh (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:28.6%|MEM:7.0%] UT: nxos module:_initialized_ssh method ... ok
> test__parse_output_for_errors (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:_parse_output_for_errors method ... ok
> test_grains (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:grains method - ssh grains ... ok
> test_init (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:init method - ssh proxy ... ok
> test_init_opts_none (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:init method - __opts__ connection is None ... ok
> test_initialized (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:initialized method - ssh proxy ... ok
> test_ping (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:50.0%|MEM:7.0%] UT: nxos module:ping method - ssh proxy ... ok
> test_proxy_config (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:proxy_config method - ssh success path ... 00:42:23,234 [/<<PKGBUILDDIR>>/salt/proxy/nxos.py                  :317 ][ERROR   ] ['feature bgp', 'router bgp 65535']
> ok
> test_proxy_config_error (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:proxy_config method - CommandExecutionError ... 00:42:23,236 [/<<PKGBUILDDIR>>/salt/proxy/nxos.py                  :326 ][ERROR   ] 
> ok
> test_proxy_config_save_config (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:proxy_config method - ssh success path ... 00:42:23,237 [/<<PKGBUILDDIR>>/salt/proxy/nxos.py                  :317 ][ERROR   ] ['feature bgp', 'router bgp 65535']
> ok
> test_sendline (unit.proxy.test_nxos.NxosSSHProxyTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:sendline method - nxapi ... ok
> test__api_decrypt (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] _api_decrypt_response calls kms.decrypt with the ... ok
> test__api_decrypt_badkey (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] _api_decrypt_response raises SaltConfigurationError ... ok
> test__base64_plaintext_data_key (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:100.0%|MEM:7.0%] _base64_plaintext_data_key returns the urlsafe base64 encoded plain text data key. ... ok
> test__cfg_data_key (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] _cfg_data_key returns the aws_kms:data_key from configuration. ... ok
> test__cfg_data_key_no_key (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] When no aws_kms:data_key is configured, ... ok
> test__decrypt_ciphertext (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] test _decrypt_ciphertext ... ok
> test__decrypt_object (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] Test _decrypt_object ... ok
> test__kms (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] _kms calls boto3.Session.client with 'kms' as its only argument. ... ok
> test__kms_noregion (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:33.3%|MEM:7.0%] _kms raises a SaltConfigurationError ... ok
> test__plaintext_data_key (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] _plaintext_data_key returns the 'Plaintext' value from the response. ... ok
> test__session_noprofile (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] _session raises a SaltConfigurationError ... ok
> test__session_noregion (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] _session raises a SaltConfigurationError ... ok
> test__session_profile (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:0.0%|MEM:7.0%] _session instantiates boto3.Session with the configured profile_name ... ok
> test_render (unit.renderers.test_aws_kms.AWSKMSTestCase)
> [CPU:100.0%|MEM:7.0%] Test that we can decrypt some data. ... ok
> test__decrypt_ciphertext (unit.renderers.test_gpg.GPGTestCase)
> [CPU:0.0%|MEM:7.0%] test _decrypt_ciphertext ... ok
> test__decrypt_object (unit.renderers.test_gpg.GPGTestCase)
> [CPU:0.0%|MEM:7.0%] test _decrypt_object ... ok
> test__get_gpg_exec (unit.renderers.test_gpg.GPGTestCase)
> [CPU:0.0%|MEM:7.0%] test _get_gpg_exec ... ok
> test_multi_render (unit.renderers.test_gpg.GPGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_render (unit.renderers.test_gpg.GPGTestCase)
> [CPU:100.0%|MEM:7.0%] test render ... ok
> test_render_with_binary_data_should_return_binary_data (unit.renderers.test_gpg.GPGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_render_with_translate_newlines_should_translate_newlines (unit.renderers.test_gpg.GPGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test__decrypt_object (unit.renderers.test_nacl.NaclTestCase)
> [CPU:0.0%|MEM:7.0%] test _decrypt_object ... ok
> test_render (unit.renderers.test_nacl.NaclTestCase)
> [CPU:0.0%|MEM:7.0%] test render ... ok
> test_adding_state_name_arg_for_dot_state_id (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_dot_state_id_in_requisites (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:20.0%|MEM:7.0%]  ... ok
> test_goal_state_generation (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_implicit_require_with_goal_state (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_multilevel_relative_include_beyond_top_level (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_multilevel_relative_include_with_requisites (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_relative_include_and_extend (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:22.2%|MEM:7.0%]  ... ok
> test_relative_include_with_requisites (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_sls_dir (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_slsdir (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_start_state_generation (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_state_config (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_state_prefix (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_states_declared_with_shorthand_no_args (unit.renderers.test_stateconf.StateConfigRendererTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_toml_render_string (unit.renderers.test_toml.TOMLRendererTestCase)
> [CPU:33.3%|MEM:7.0%]  ... skipped "The 'toml' library is missing"
> test_yaml_render_old_unicode (unit.renderers.test_yaml.YAMLRendererTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_yaml_render_string (unit.renderers.test_yaml.YAMLRendererTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_yaml_render_unicode (unit.renderers.test_yaml.YAMLRendererTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_basic (unit.renderers.test_yamlex.RendererTests)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_complex (unit.renderers.test_yamlex.RendererTests)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_pipe_in_name (unit.returners.test_highstate_return.HighstateReturnerTestCase)
> [CPU:26.1%|MEM:7.0%]  ... ok
> test_clean_old_jobs_empty_jid_dir_remains (unit.returners.test_local_cache.LocalCacheCleanOldJobsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that an empty JID dir is NOT removed because it was created within ... ok
> test_clean_old_jobs_empty_jid_dir_removed (unit.returners.test_local_cache.LocalCacheCleanOldJobsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that an empty JID dir is removed when it is old enough to be deleted. ... ok
> test_clean_old_jobs_jid_file_corrupted (unit.returners.test_local_cache.LocalCacheCleanOldJobsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that the entire JID dir is removed when the jid_file is not a file. ... ok
> test_clean_old_jobs_jid_file_is_cleaned (unit.returners.test_local_cache.LocalCacheCleanOldJobsTestCase)
> [CPU:0.0%|MEM:7.0%] Test that the entire JID dir is removed when a job is old enough to be removed. ... ok
> test_clean_old_jobs_no_jid_root (unit.returners.test_local_cache.LocalCacheCleanOldJobsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that the function returns None when no jid_root is found. ... ok
> test_clean_old_jobs (unit.returners.test_local_cache.Local_CacheTest)
> [CPU:50.0%|MEM:7.0%] test to ensure jobs are removed from job cache ... skipped 'Slow tests are disabled'
> test_empty_jid_dir (unit.returners.test_local_cache.Local_CacheTest)
> [CPU:0.0%|MEM:7.0%] test to ensure removal of empty jid dir ... skipped 'Slow tests are disabled'
> test_not_clean_new_jobs (unit.returners.test_local_cache.Local_CacheTest)
> [CPU:0.0%|MEM:7.0%] test to ensure jobs are not removed when ... skipped 'Slow tests are disabled'
> test_clean_old_jobs_archive (unit.returners.test_pgjsonb.PGJsonbCleanOldJobsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that the function returns None when no jid_root is found. ... ok
> test_clean_old_jobs_purge (unit.returners.test_pgjsonb.PGJsonbCleanOldJobsTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that the function returns None when no jid_root is found. ... ok
> test_get_message (unit.returners.test_sentry_return.SentryReturnerTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_generate_payload_for_state_apply (unit.returners.test_slack_webhook_return.SlackWebhookReturnerTestCase)
> [CPU:100.0%|MEM:7.0%] Test _generate_payload private method ... ok
> test_generate_payload_for_test_ping (unit.returners.test_slack_webhook_return.SlackWebhookReturnerTestCase)
> [CPU:0.0%|MEM:7.0%] Test _generate_payload private method ... ok
> test_no_webhook (unit.returners.test_slack_webhook_return.SlackWebhookReturnerTestCase)
> [CPU:0.0%|MEM:7.0%] Test returner stops if no webhook is defined ... 00:42:23,588 [salt.returners.slack_webhook_return                                    :378 ][ERROR   ] slack_webhook.webhook not defined in salt config
> ok
> test_returner (unit.returners.test_slack_webhook_return.SlackWebhookReturnerTestCase)
> [CPU:0.0%|MEM:7.0%] Test to see if the Slack Webhook returner sends a message ... ok
> test_returner (unit.returners.test_smtp_return.SMTPReturnerTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_syslog_returner_unicode (unit.returners.test_syslog_return.SyslogReturnerTestCase)
> [CPU:25.0%|MEM:7.0%] test syslog returner with unicode ... ok
> test_returner (unit.returners.test_telegram_return.TelegramReturnerTestCase)
> [CPU:0.0%|MEM:7.0%] Test to see if the Telegram returner sends a message ... 00:42:23,601 [salt.returners.telegram_return                                         :77  ][ERROR   ] telegram.chat_id not defined in salt config
> 00:42:23,601 [salt.returners.telegram_return                                         :79  ][ERROR   ] telegram.token not defined in salt config
> ok
> test_ini (unit.roster.test_ansible.AnsibleRosterTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Skipping because ansible-inventory is not available'
> test_script (unit.roster.test_ansible.AnsibleRosterTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Skipping because ansible-inventory is not available'
> test_yml (unit.roster.test_ansible.AnsibleRosterTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Skipping because ansible-inventory is not available'
> test_targets (unit.roster.test_clustershell.ClusterShellTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Install Python Clustershell bindings before running these tests.'
> test_abc_glob (unit.roster.test_sshconfig.SSHConfigRosterTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_all (unit.roster.test_sshconfig.SSHConfigRosterTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_default_matching (unit.roster.test_terraform.TerraformTestCase)
> [CPU:0.0%|MEM:7.0%] Test the output of a fixture tfstate file which contains libvirt ... ok
> test_default_output (unit.roster.test_terraform.TerraformTestCase)
> [CPU:25.0%|MEM:7.0%] Test the output of a fixture tfstate file which contains libvirt ... ok
> test_neighbors (unit.runners.test_bgp.BGPTest)
> [CPU:25.0%|MEM:7.0%]  ... skipped 'napalm module required for this test'
> test_grains (unit.runners.test_cache.CacheTest)
> [CPU:0.0%|MEM:7.0%] test cache.grains runner ... ok
> test_clear_file_list_cache_vcs (unit.runners.test_fileserver.FileserverTest)
> [CPU:0.0%|MEM:7.0%] Test that VCS backends are cleared irrespective of whether they are ... ok
> test_clear_file_list_cache_vcs_limited (unit.runners.test_fileserver.FileserverTest)
> [CPU:0.0%|MEM:7.0%] Test the arguments to limit what is cleared ... ok
> test_update (unit.runners.test_git_pillar.GitPillarTest)
> [CPU:50.0%|MEM:7.0%] test git_pillar.update ... ok
> test_list_jobs_with_search_target (unit.runners.test_jobs.JobsTest)
> [CPU:0.0%|MEM:7.0%] test jobs.list_jobs runner with search_target args ... ok
> test_find (unit.runners.test_net.NetTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'napalm module required for this test'
> test_findarp (unit.runners.test_net.NetTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'napalm module required for this test'
> test_findmac (unit.runners.test_net.NetTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'napalm module required for this test'
> test_interfaces (unit.runners.test_net.NetTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'napalm module required for this test'
> test_lldp (unit.runners.test_net.NetTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'napalm module required for this test'
> test_multi_find (unit.runners.test_net.NetTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'napalm module required for this test'
> test_insert_runner (unit.runners.test_queue.QueueTest)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_process_runner (unit.runners.test_queue.QueueTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_generate_token (unit.runners.test_vault.VaultAppRoleAuthTest)
> [CPU:0.0%|MEM:7.0%] Basic test for test_generate_token with approle (two vault calls) ... ok
> test_get_policies (unit.runners.test_vault.VaultTest)
> [CPU:0.0%|MEM:7.0%] Ensure _get_policies works as intended, including expansion of lists ... ok
> test_get_policies_for_nonexisting_minions (unit.runners.test_vault.VaultTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_get_token_create_url (unit.runners.test_vault.VaultTest)
> [CPU:0.0%|MEM:7.0%] Ensure _get_token_create_url parses config correctly ... ok
> test_pattern_list_expander (unit.runners.test_vault.VaultTest)
> [CPU:0.0%|MEM:7.0%] Ensure _expand_pattern_lists works as intended: ... ok
> test_generate_token (unit.runners.test_vault.VaultTokenAuthTest)
> [CPU:100.0%|MEM:7.0%] Basic tests for test_generate_token: all exits ... ok
> test_genrepo (unit.runners.test_winrepo.WinrepoTest)
> [CPU:0.0%|MEM:7.0%] Test winrepo.genrepo runner ... ok
> test_get (unit.sdb.test_vault.TestVaultSDB)
> [CPU:0.0%|MEM:7.0%] Test salt.sdb.vault.get function ... ok
> test_get_missing (unit.sdb.test_vault.TestVaultSDB)
> [CPU:0.0%|MEM:7.0%] Test salt.sdb.vault.get function returns None ... ok
> test_get_missing_key (unit.sdb.test_vault.TestVaultSDB)
> [CPU:50.0%|MEM:7.0%] Test salt.sdb.vault.get function returns None ... ok
> test_get_question_mark (unit.sdb.test_vault.TestVaultSDB)
> [CPU:0.0%|MEM:7.0%] Test salt.sdb.vault.get while using the old ... ok
> test_get_v2 (unit.sdb.test_vault.TestVaultSDB)
> [CPU:0.0%|MEM:7.0%] Test salt.sdb.vault.get function with kv v2 backend ... ok
> test_set (unit.sdb.test_vault.TestVaultSDB)
> [CPU:0.0%|MEM:7.0%] Test salt.sdb.vault.set function ... ok
> test_set_question_mark (unit.sdb.test_vault.TestVaultSDB)
> [CPU:0.0%|MEM:7.0%] Test salt.sdb.vault.set_ while using the old ... ok
> test_set_v2 (unit.sdb.test_vault.TestVaultSDB)
> [CPU:100.0%|MEM:7.0%] Test salt.sdb.vault.set function with kv v2 backend ... ok
> test_encrypted (unit.sdb.test_yaml.TestYamlRenderer)
> [CPU:0.0%|MEM:7.0%] Assume the content is plaintext if GPG is not configured ... ok
> test_nested (unit.sdb.test_yaml.TestYamlRenderer)
> [CPU:0.0%|MEM:7.0%] Retrieve a value from a nested level of the dictionary ... ok
> test_plaintext (unit.sdb.test_yaml.TestYamlRenderer)
> [CPU:0.0%|MEM:7.0%] Retrieve a value from the top level of the dictionary ... ok
> test_compare_sls_vs_yaml (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_compare_sls_vs_yaml_with_jinja (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Flaky on Python 3.'
> test_configparser (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_msgpack (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_serialize_binary_plist (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_serialize_complex_sls (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_serialize_json (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_serialize_plist (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_serialize_python (unit.serializers.test_serializers.TestSerializers)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_serialize_sls (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_serialize_toml (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'toml is unavailable, have prerequisites been met?'
> test_serialize_yaml (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_sls_aggregate (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_sls_micking_file_merging (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_sls_repr (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%] Ensure that obj __repr__ and __str__ methods are yaml friendly. ... ok
> test_sls_reset (unit.serializers.test_serializers.TestSerializers)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_egg (unit.setup.test_install.InstallTest)
> [CPU:100.0%|MEM:7.0%] test building and installing a bdist_egg package ... skipped 'Slow tests are disabled'
> test_sdist (unit.setup.test_install.InstallTest)
> [CPU:0.0%|MEM:7.0%] test building and installing a sdist package ... skipped 'Slow tests are disabled'
> test_setup_install (unit.setup.test_install.InstallTest)
> [CPU:0.0%|MEM:7.0%] test installing directly from source ... skipped 'Slow tests are disabled'
> test_wheel (unit.setup.test_install.InstallTest)
> [CPU:0.0%|MEM:7.0%] test building and installing a bdist_wheel package ... skipped 'Slow tests are disabled'
> test_man_pages (unit.setup.test_man.ManPagesTest)
> [CPU:0.0%|MEM:7.0%] Make sure that man pages are installed ... skipped 'Slow tests are disabled'
> test_cert_fresh_certificate (unit.states.test_acme.AcmeTestCase)
> [CPU:0.0%|MEM:7.0%] Test cert state fetching a new certificate. (test=False) ... ok
> test_cert_fresh_certificate_t (unit.states.test_acme.AcmeTestCase)
> [CPU:0.0%|MEM:7.0%] Test cert state fetching a new certificate. (test=True) ... ok
> test_cert_no_changes (unit.states.test_acme.AcmeTestCase)
> [CPU:0.0%|MEM:7.0%] Test cert state with no needed changes. (test=False) ... ok
> test_cert_no_changes_t (unit.states.test_acme.AcmeTestCase)
> [CPU:0.0%|MEM:7.0%] Test cert state with no needed changes. (test=True) ... ok
> test_cert_renew_certificate (unit.states.test_acme.AcmeTestCase)
> [CPU:0.0%|MEM:7.0%] Test cert state renewing a certificate. (test=False) ... ok
> test_cert_renew_certificate_t (unit.states.test_acme.AcmeTestCase)
> [CPU:0.0%|MEM:7.0%] Test cert state renewing a certificate. (test=True) ... ok
> test_absent_already_gone (unit.states.test_alias.AliasTest)
> [CPU:0.0%|MEM:7.0%] test alias.absent already gone ... ok
> test_absent_not_gone_test (unit.states.test_alias.AliasTest)
> [CPU:0.0%|MEM:7.0%] test alias.absent already gone test mode ... ok
> test_absent_rm_alias (unit.states.test_alias.AliasTest)
> [CPU:0.0%|MEM:7.0%] test alias.absent remove alias ... ok
> test_absent_rm_alias_failed (unit.states.test_alias.AliasTest)
> [CPU:0.0%|MEM:7.0%] test alias.absent remove alias failure ... ok
> test_present_has_not_target_test (unit.states.test_alias.AliasTest)
> [CPU:0.0%|MEM:7.0%] test alias.present has't got target yet test mode ... ok
> test_present_has_target (unit.states.test_alias.AliasTest)
> [CPU:50.0%|MEM:7.0%] test alias.present has target already ... ok
> test_present_set_target (unit.states.test_alias.AliasTest)
> [CPU:0.0%|MEM:7.0%] test alias.present set target ... ok
> test_present_set_target_failed (unit.states.test_alias.AliasTest)
> [CPU:0.0%|MEM:7.0%] test alias.present set target failure ... ok
> test_auto (unit.states.test_alternatives.AlternativesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to instruct alternatives to use the highest priority ... ok
> test_install (unit.states.test_alternatives.AlternativesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to install new alternative for defined <name> ... ok
> test_remove (unit.states.test_alternatives.AlternativesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to removes installed alternative for defined <name> and <path> ... ok
> test_set (unit.states.test_alternatives.AlternativesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to sets alternative for <name> to <path>, if <path> is defined ... ok
> test_configfile (unit.states.test_apache.ApacheTestCase)
> [CPU:100.0%|MEM:7.0%] Test to allows for inputting a yaml dictionary into a file ... ok
> test_disabled (unit.states.test_apache_conf.ApacheConfTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure an Apache conf is disabled. ... ok
> test_enabled (unit.states.test_apache_conf.ApacheConfTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure an Apache conf is enabled. ... ok
> test_disabled (unit.states.test_apache_module.ApacheModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure an Apache module is disabled. ... ok
> test_enabled (unit.states.test_apache_module.ApacheModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure an Apache module is enabled. ... ok
> test_disabled (unit.states.test_apache_site.ApacheSiteTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure an Apache site is disabled. ... ok
> test_enabled (unit.states.test_apache_site.ApacheSiteTestCase)
> [CPU:50.0%|MEM:7.0%] Test to ensure an Apache site is enabled. ... ok
> test_held (unit.states.test_aptpkg.AptTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set package in 'hold' state, meaning it will not be upgraded. ... ok
> test_clean_parent_conflict (unit.states.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the call of extraction with gnutar with both clean_parent plus clean set to True ... ok
> test_extracted_tar (unit.states.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:7.0%] archive.extracted tar options ... ok
> test_extracted_when_if_missing_path_exists (unit.states.test_archive.ArchiveTestCase)
> [CPU:33.3%|MEM:7.0%] When if_missing exists, we should exit without making any changes. ... ok
> test_skip_files_list_verify_conflict (unit.states.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the call of extraction  with both skip_files_list_verify and skip_verify set to True ... ok
> test_skip_files_list_verify_success (unit.states.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:7.0%] Test that if the local and expected source hash are the same we won't do anything. ... ok
> test_tar_bsdtar (unit.states.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the call of extraction with bsdtar ... ok
> test_tar_bsdtar_with_trim_output (unit.states.test_archive.ArchiveTestCase)
> [CPU:100.0%|MEM:7.0%] Tests the call of extraction with bsdtar with trim_output ... ok
> test_tar_gnutar (unit.states.test_archive.ArchiveTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the call of extraction with gnutar ... ok
> test_downloaded (unit.states.test_artifactory.ArtifactoryTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensures that the artifact from artifactory exists at ... ok
> test_downloaded_test_true (unit.states.test_artifactory.ArtifactoryTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensures that the artifact from artifactory exists at ... ok
> test_absent (unit.states.test_at.AtTestCase)
> [CPU:100.0%|MEM:7.0%] Test to remove a job from queue ... ok
> test_present (unit.states.test_at.AtTestCase)
> [CPU:0.0%|MEM:7.0%] Test to add a job to queue. ... ok
> test_change_in_test_mode (unit.states.test_augeas.AugeasTestCase)
> [CPU:0.0%|MEM:7.0%] Test test mode handling ... ok
> test_change_no_context_with_full_path_fail (unit.states.test_augeas.AugeasTestCase)
> [CPU:0.0%|MEM:7.0%] Test handling of no context with full path with execute fail ... ok
> test_change_no_context_with_full_path_multiple_files (unit.states.test_augeas.AugeasTestCase)
> [CPU:0.0%|MEM:7.0%] Test handling of different paths with no context supplied ... /<<PKGBUILDDIR>>/salt/utils/msgpack.py:151: DeprecationWarning: encoding is deprecated, Use raw=False instead.
>   return msgpack.unpackb(packed, **_sanitize_msgpack_unpack_kwargs(kwargs))
> 00:42:23,762 [salt.states.augeas                                                     :105 ][ERROR   ] Changes should be made to one file at a time, detected changes to /etc/hosts/service-name and /etc/services/service-name
> ok
> test_change_no_context_with_full_path_pass (unit.states.test_augeas.AugeasTestCase)
> [CPU:0.0%|MEM:7.0%] Test handling of no context with full path with execute pass ... ok
> test_change_no_context_without_full_path (unit.states.test_augeas.AugeasTestCase)
> [CPU:0.0%|MEM:7.0%] Test handling of no context without full path ... 00:42:23,768 [salt.states.augeas                                                     :105 ][ERROR   ] Changes should be prefixed with /files if no context is provided, change: ins service-name after service-name[last()]
> ok
> test_change_no_context_without_full_path_invalid_change (unit.states.test_augeas.AugeasTestCase)
> [CPU:0.0%|MEM:7.0%] Test handling of invalid change when no context supplied ... 00:42:23,769 [salt.states.augeas                                                     :105 ][ERROR   ] not enough values to unpack (expected 2, got 1)
> ok
> test_change_no_context_without_full_path_invalid_cmd (unit.states.test_augeas.AugeasTestCase)
> [CPU:0.0%|MEM:7.0%] Test handling of invalid commands when no context supplied ... 00:42:23,770 [salt.states.augeas                                                     :105 ][ERROR   ] Command det is not supported (yet)
> ok
> test_change_non_list_changes (unit.states.test_augeas.AugeasTestCase)
> [CPU:50.0%|MEM:7.0%] Test if none list changes handled correctly ... ok
> test_change_non_list_load_path (unit.states.test_augeas.AugeasTestCase)
> [CPU:0.0%|MEM:7.0%] Test if none list load_path is handled correctly ... ok
> test_change_with_context_without_full_path_fail (unit.states.test_augeas.AugeasTestCase)
> [CPU:0.0%|MEM:7.0%] Test handling of context without full path fails ... ok
> test_change_with_context_without_old_file (unit.states.test_augeas.AugeasTestCase)
> [CPU:0.0%|MEM:7.0%] Test handling of context without oldfile pass ... ok
> test_absent (unit.states.test_aws_sqs.AwsSqsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to remove the named SQS queue if it exists. ... ok
> test_exists (unit.states.test_aws_sqs.AwsSqsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the SQS queue exists. ... ok
> test_absent (unit.states.test_beacon.BeaconTestCase)
> [CPU:100.0%|MEM:7.0%] Test to ensure a job is absent from the schedule. ... ok
> test_present (unit.states.test_beacon.BeaconTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a job is present in the beacon. ... ok
> test__checkblk (unit.states.test_blockdev.BlockdevTestCase)
> [CPU:0.0%|MEM:7.0%] Confirm that we call cmd.run with ignore_retcode=True ... ok
> test_formatted (unit.states.test_blockdev.BlockdevTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage filesystems of partitions. ... ok
> test_tuned (unit.states.test_blockdev.BlockdevTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage options of block device ... ok
> test_absent_when_failing_to_delete_a_deployment_no_longer_associated_with_any_stages (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:7.0%] Tests scenario where stagename exists and is deleted, but a failure occurs when trying to delete ... skipped ''
> test_absent_when_nuke_api_and_no_more_stages_deployments_remain (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests scenario where the stagename exists and there are no stages associated with same deployment, ... skipped ''
> test_absent_when_nuke_api_and_other_stages_deployments_exist (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests scenario where the stagename exists and there are two stages associated with same deployment, ... skipped ''
> test_absent_when_rest_api_does_not_exist (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests scenario where the given api_name does not exist, absent state should return True ... skipped ''
> test_absent_when_stage_is_invalid (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests scenario where the stagename doesn't exist ... skipped ''
> test_absent_when_stage_is_valid_and_only_one_stage_is_associated_to_deployment (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:50.0%|MEM:7.0%] Tests scenario where the stagename exists ... skipped ''
> test_absent_when_stage_is_valid_and_two_stages_are_associated_to_deployment (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests scenario where the stagename exists and there are two stages associated with same deployment ... skipped ''
> test_present_when_stage_associating_to_new_deployment_errored_on_api_creation (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests creation of a new api/model/resource given nothing has been created previously, ... skipped ''
> test_present_when_stage_associating_to_new_deployment_errored_on_lambda_function_lookup (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests creation of a new api/model/resource given nothing has been created previously, ... skipped 'Slow tests are disabled'
> test_present_when_stage_associating_to_new_deployment_errored_on_model_creation (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests creation of a new api/model/resource given nothing has been created previously, ... skipped ''
> test_present_when_stage_associating_to_new_deployment_errored_on_put_integration (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests creation of a new api/model/resource given nothing has been created previously, ... skipped 'Slow tests are disabled'
> test_present_when_stage_associating_to_new_deployment_errored_on_put_integration_response (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests creation of a new api/model/resource given nothing has been created previously, ... skipped 'Slow tests are disabled'
> test_present_when_stage_associating_to_new_deployment_errored_on_put_method (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests creation of a new api/model/resource given nothing has been created previously, ... skipped 'Slow tests are disabled'
> test_present_when_stage_associating_to_new_deployment_errored_on_put_method_response (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests creation of a new api/model/resource given nothing has been created previously, ... skipped 'Slow tests are disabled'
> test_present_when_stage_associating_to_new_deployment_errored_on_resource_creation (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests creation of a new api/model/resource given nothing has been created previously, ... skipped ''
> test_present_when_stage_exists_and_is_to_associate_to_existing_deployment (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests scenario where we merely reassociate a stage to a pre-existing ... skipped ''
> test_present_when_stage_is_already_at_desired_deployment (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests scenario where no action will be taken since we're already ... skipped ''
> test_present_when_stage_is_already_at_desired_deployment_and_needs_stage_variables_update (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:100.0%|MEM:7.0%] Tests scenario where the deployment is current except for the need to update stage variables ... skipped ''
> test_present_when_stage_is_to_associate_to_new_deployment (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests creation of a new api/model/resource given nothing has been created previously ... skipped 'Slow tests are disabled'
> test_present_when_swagger_file_is_invalid (unit.states.test_boto_apigateway.BotoApiGatewayTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present when the swagger file is invalid. ... skipped ''
> test_usage_plan_association_absent_if_IOError_is_raised (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for the case where IOError exception is raised while trying to remove plan associations ... skipped 'Slow tests are disabled'
> test_usage_plan_association_absent_if_ValueError_is_raised (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for the case where ValueError is raised while trying to remove plan associations ... skipped 'Slow tests are disabled'
> test_usage_plan_association_absent_if_describe_fails (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for describe_usage_plan failure ... skipped 'Slow tests are disabled'
> test_usage_plan_association_absent_if_detaching_association_fails (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing when detaching the usage plan from the api function is called ... skipped 'Slow tests are disabled'
> test_usage_plan_association_absent_if_multiple_plans_with_the_same_name_exist (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the case when there are multiple plans with the same name but different Ids ... skipped 'Slow tests are disabled'
> test_usage_plan_association_absent_if_plan_has_no_associations (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the case when the plan has no associations at all ... skipped 'Slow tests are disabled'
> test_usage_plan_association_absent_if_plan_has_no_specific_association (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the case when requested association is not present already ... skipped 'Slow tests are disabled'
> test_usage_plan_association_absent_if_plan_is_not_present (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests error processing for the case when plan for which associations need to be modified is not present ... skipped 'Slow tests are disabled'
> test_usage_plan_association_absent_success (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful case of disaccosiation the usage plan from api stages ... skipped 'Slow tests are disabled'
> test_usage_plan_association_present_if_association_already_exists (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the behavior for the case when requested association is already present ... skipped 'Slow tests are disabled'
> test_usage_plan_association_present_if_describe_fails (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for describe_usage_plan failure ... skipped 'Slow tests are disabled'
> test_usage_plan_association_present_if_io_error_is_thrown (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for the case when IOError is raised while trying to set usage plan associations ... skipped 'Slow tests are disabled'
> test_usage_plan_association_present_if_multiple_plans_with_the_same_name_exist (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for the case when multiple plans with the same name exist ... skipped 'Slow tests are disabled'
> test_usage_plan_association_present_if_plan_is_not_present (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing if a plan for which association has been requested is not present ... skipped 'Slow tests are disabled'
> test_usage_plan_association_present_if_update_fails (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:100.0%|MEM:7.0%] Tests correct error processing for the case when adding associations fails ... skipped 'Slow tests are disabled'
> test_usage_plan_association_present_if_value_error_is_thrown (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for the case when IOError is raised while trying to set usage plan associations ... skipped 'Slow tests are disabled'
> test_usage_plan_association_present_success (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanAssociationTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful case for adding usage plan associations to a given api stage ... skipped 'Slow tests are disabled'
> test_usage_plan_absent_if_IOError_is_raised (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for the case when IOError is raised when deleting a usage plan ... skipped 'Slow tests are disabled'
> test_usage_plan_absent_if_ValueError_is_raised (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for the case when ValueError is raised when deleting a usage plan ... skipped 'Slow tests are disabled'
> test_usage_plan_absent_if_describe_fails (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for describe_usage_plan failure ... skipped 'Slow tests are disabled'
> test_usage_plan_absent_if_plan_has_been_deleted (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful case for deleting a usage plan ... skipped 'Slow tests are disabled'
> test_usage_plan_absent_if_plan_is_not_present (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests behavior for the case when the plan that needs to be absent does not exist ... skipped 'Slow tests are disabled'
> test_usage_plan_absent_if_plan_is_present_but_delete_fails (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing when deleting a usage plan fails ... skipped 'Slow tests are disabled'
> test_usage_plan_absent_if_plan_is_present_but_test_option_is_set (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests behavior for the case when usage plan needs to be deleted by tests option is set ... skipped 'Slow tests are disabled'
> test_usage_plan_present_if_IOError_is_raised (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests error processing for the case when IOError is raised when creating a usage plan ... skipped 'Slow tests are disabled'
> test_usage_plan_present_if_ValueError_is_raised (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:100.0%|MEM:7.0%] Tests error processing for the case when ValueError is raised when creating a usage plan ... skipped 'Slow tests are disabled'
> test_usage_plan_present_if_create_usage_plan_fails (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests behavior for the case when creating a new usage plan fails ... skipped 'Slow tests are disabled'
> test_usage_plan_present_if_describe_fails (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests correct error processing for describe_usage_plan failure ... skipped 'Slow tests are disabled'
> test_usage_plan_present_if_plan_has_been_created (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful case for creating a new usage plan ... skipped 'Slow tests are disabled'
> test_usage_plan_present_if_plan_has_been_updated (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful case for updating a usage plan ... skipped 'Slow tests are disabled'
> test_usage_plan_present_if_plan_is_there_and_needs_no_updates (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests behavior for the case when plan is present and needs no updates ... skipped 'Slow tests are disabled'
> test_usage_plan_present_if_plan_is_there_and_needs_updates_but_test_is_set (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests behavior when usage plan needs to be updated by tests option is set ... skipped 'Slow tests are disabled'
> test_usage_plan_present_if_plan_is_there_and_needs_updates_but_update_fails (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] Tests error processing for the case when updating an existing usage plan fails ... skipped 'Slow tests are disabled'
> test_usage_plan_present_if_there_is_no_such_plan_and_test_option_is_set (unit.states.test_boto_apigateway.BotoApiGatewayUsagePlanTestCase)
> [CPU:0.0%|MEM:7.0%] TestCse for salt.modules.boto_apigateway state.module, checking that if __opts__['test'] is set ... skipped 'Slow tests are disabled'
> test_absent (unit.states.test_boto_asg.BotoAsgTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named autoscale group is deleted. ... ok
> test_present (unit.states.test_boto_asg.BotoAsgTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the autoscale group exists. ... ok
> test_present_correct_state (unit.states.test_boto_cloudfront.BotoCloudfrontTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_present_distribution_retrieval_error (unit.states.test_boto_cloudfront.BotoCloudfrontTestCase)
> [CPU:0.0%|MEM:7.0%] Test for boto_cloudfront.present when we cannot get the distribution. ... ok
> test_present_from_scratch (unit.states.test_boto_cloudfront.BotoCloudfrontTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_present_update_config_and_tags (unit.states.test_boto_cloudfront.BotoCloudfrontTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent_when_trail_does_not_exist (unit.states.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:33.3%|MEM:7.0%] Tests absent on a trail that does not exist. ... skipped ''
> test_absent_when_trail_exists (unit.states.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_with_failure (unit.states.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_when_trail_does_not_exist (unit.states.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a trail that does not exist. ... skipped 'Slow tests are disabled'
> test_present_when_trail_exists (unit.states.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_present_with_failure (unit.states.test_boto_cloudtrail.BotoCloudTrailTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_absent (unit.states.test_boto_cloudwatch_alarm.BotoCloudwatchAlarmTestCase)
> [CPU:100.0%|MEM:7.0%] Test to ensure the named cloudwatch alarm is deleted. ... ok
> test_present (unit.states.test_boto_cloudwatch_alarm.BotoCloudwatchAlarmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the cloudwatch alarm exists. ... ok
> test_absent (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on an rule ... skipped ''
> test_absent_when_failing_to_delete_rule (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on an rule when the delete_rule call fails ... skipped ''
> test_absent_when_failing_to_describe_rule (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests exceptions when checking rule existence ... skipped ''
> test_absent_when_failing_to_list_targets (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on an rule when the list_targets call fails ... skipped ''
> test_absent_when_failing_to_remove_targets_exception (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on an rule when the remove_targets call fails ... skipped ''
> test_absent_when_failing_to_remove_targets_nonexception (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on an rule when the remove_targets call fails ... skipped ''
> test_absent_when_rule_does_not_exist (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on an non-existing rule ... skipped ''
> test_present_when_failing_to_create_a_new_rule (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a rule name that doesn't exist and ... skipped ''
> test_present_when_failing_to_create_a_new_rules_targets (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a rule name that doesn't exist and ... skipped ''
> test_present_when_failing_to_describe_rule (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests exceptions when checking rule existence ... skipped ''
> test_present_when_failing_to_describe_the_new_rule (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a rule name that doesn't exist and ... skipped ''
> test_present_when_failing_to_get_targets (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on an existing rule where put_rule succeeded, but an error ... skipped ''
> test_present_when_failing_to_put_targets (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on an existing rule where put_rule succeeded, but an error ... skipped ''
> test_present_when_failing_to_update_an_existing_rule (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on an existing rule where an error is thrown on updating the pool properties. ... skipped ''
> test_present_when_putting_targets (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on an existing rule where put_rule succeeded, and targets ... skipped ''
> test_present_when_removing_targets (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on an existing rule where put_rule succeeded, and targets ... skipped ''
> test_present_when_rule_does_not_exist (unit.states.test_boto_cloudwatch_event.BotoCloudWatchEventTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the successful case of creating a new rule, and updating its ... skipped ''
> test_absent_when_a_single_pool_exists (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:100.0%|MEM:7.0%] Tests absent succeeds on delete when a single pool matched and ... skipped ''
> test_absent_when_erroring_on_delete_identity_pool (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests error due to delete_identity_pools ... skipped ''
> test_absent_when_failing_to_describe_identity_pools (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests exceptions when describing identity pools ... skipped ''
> test_absent_when_multiple_pool_exists_and_removeallmatched_flag_is_true (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent succeeds on delete when a multiple pools matched and ... skipped ''
> test_absent_when_pool_does_not_exist (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on an identity pool that does not exist. ... skipped ''
> test_absent_when_removeallmatched_is_false_and_multiple_pools_matched (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on when RemoveAllMatched flag is false and there are multiple matches ... skipped ''
> test_present_when_failing_to_create_a_new_identity_pool (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on an identity pool name that doesn't exist and ... skipped ''
> test_present_when_failing_to_describe_identity_pools (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:100.0%|MEM:7.0%] Tests exceptions when describing identity pools ... skipped ''
> test_present_when_failing_to_get_identity_pool_roles (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a unique instance of identity pool having the matching ... skipped ''
> test_present_when_failing_to_set_identity_pool_roles (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a unique instance of identity pool having the matching ... skipped 'Slow tests are disabled'
> test_present_when_failing_to_update_an_existing_identity_pool (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a unique instance of identity pool having the matching ... skipped ''
> test_present_when_multiple_pools_with_same_name_exist (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on an identity pool name where it matched ... skipped ''
> test_present_when_pool_name_does_not_exist (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the successful case of creating a new instance, and updating its ... skipped 'Slow tests are disabled'
> test_present_when_pool_name_exists (unit.states.test_boto_cognitoidentity.BotoCognitoIdentityTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the successful case of updating a single instance with matching ... skipped 'Slow tests are disabled'
> test_absent (unit.states.test_boto_dynamodb.BotoDynamodbTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the DynamoDB table does not exist. ... ok
> test_present (unit.states.test_boto_dynamodb.BotoDynamodbTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the DynamoDB table exists. ... ok
> test_key_absent (unit.states.test_boto_ec2.BotoEc2TestCase)
> [CPU:0.0%|MEM:7.0%] Test to deletes a key pair ... ok
> test_key_present (unit.states.test_boto_ec2.BotoEc2TestCase)
> [CPU:50.0%|MEM:7.0%] Test to ensure key pair is present. ... ok
> test_absent (unit.states.test_boto_elasticache.BotoElasticacheTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named elasticache cluster is deleted. ... ok
> test_creategroup (unit.states.test_boto_elasticache.BotoElasticacheTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the a replication group is create. ... ok
> test_present (unit.states.test_boto_elasticache.BotoElasticacheTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the cache cluster exists. ... ok
> test_absent_when_domain_does_not_exist (unit.states.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on a domain that does not exist. ... skipped ''
> test_absent_when_domain_exists (unit.states.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_with_failure (unit.states.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_when_domain_does_not_exist (unit.states.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a domain that does not exist. ... skipped ''
> test_present_when_domain_exists (unit.states.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_with_failure (unit.states.test_boto_elasticsearch_domain.BotoElasticsearchDomainTestCase)
> [CPU:100.0%|MEM:7.0%]  ... skipped ''
> test_absent (unit.states.test_boto_elb.BotoElbTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the IAM role is deleted. ... ok
> test_present (unit.states.test_boto_elb.BotoElbTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the IAM role exists. ... ok
> test_register_instances (unit.states.test_boto_elb.BotoElbTestCase)
> [CPU:33.3%|MEM:7.0%] Test to add instance/s to load balancer ... 00:42:23,898 [salt.states.boto_elb                                                   :601 ][ERROR   ] Could not find lb myelb
> ok
> test_absent (unit.states.test_boto_iam_role.BotoIAMRoleTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the IAM role is deleted. ... ok
> test_present (unit.states.test_boto_iam_role.BotoIAMRoleTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the IAM role exists. ... ok
> test_absent_when_policy_does_not_exist (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on a policy that does not exist. ... skipped ''
> test_absent_when_policy_exists (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_with_failure (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_attached_when_policy_attached (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%] Tests attached on a policy that is attached. ... skipped ''
> test_attached_when_policy_not_attached (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:50.0%|MEM:7.0%] Tests attached on a policy that is not attached. ... skipped ''
> test_attached_with_failure (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%] Tests attached on a policy that is attached. ... skipped ''
> test_detached_when_policy_detached (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%] Tests detached on a policy that is detached. ... skipped ''
> test_detached_when_policy_not_detached (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%] Tests detached on a policy that is not detached. ... skipped ''
> test_detached_with_failure (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%] Tests detached on a policy that is detached. ... skipped ''
> test_present_when_policy_does_not_exist (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a policy that does not exist. ... skipped ''
> test_present_when_policy_exists (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_with_failure (unit.states.test_boto_iot.BotoIoTPolicyTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_when_thing_type_does_not_exist (unit.states.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on a thing type does not exist ... skipped ''
> test_absent_when_thing_type_exists (unit.states.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on a thing type ... skipped 'Slow tests are disabled'
> test_absent_with_delete_failure (unit.states.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_with_deprecate_failure (unit.states.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_when_thing_type_does_not_exist (unit.states.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:100.0%|MEM:7.0%] tests present on a thing type that does not exist. ... skipped ''
> test_present_when_thing_type_exists (unit.states.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_with_failure (unit.states.test_boto_iot.BotoIoTThingTypeTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_when_topic_rule_does_not_exist (unit.states.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on a topic rule that does not exist. ... skipped ''
> test_absent_when_topic_rule_exists (unit.states.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_with_failure (unit.states.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_when_policy_exists (unit.states.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_when_topic_rule_does_not_exist (unit.states.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a topic_rule that does not exist. ... skipped ''
> test_present_with_failure (unit.states.test_boto_iot.BotoIoTTopicRuleTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent (unit.states.test_boto_kinesis.BotoKinesisTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the Kinesis stream does not exist. ... ok
> test_stream_present (unit.states.test_boto_kinesis.BotoKinesisTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the kinesis stream exists. ... ok
> test_absent_when_alias_does_not_exist (unit.states.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on a alias that does not exist. ... skipped ''
> test_absent_when_alias_exists (unit.states.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_with_failure (unit.states.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_when_alias_does_not_exist (unit.states.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a alias that does not exist. ... skipped ''
> test_present_when_alias_exists (unit.states.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:100.0%|MEM:7.0%]  ... skipped ''
> test_present_with_failure (unit.states.test_boto_lambda.BotoLambdaAliasTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_absent_when_event_source_mapping_does_not_exist (unit.states.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on a event_source_mapping that does not exist. ... skipped ''
> test_absent_when_event_source_mapping_exists (unit.states.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_with_failure (unit.states.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_when_event_source_mapping_does_not_exist (unit.states.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a event_source_mapping that does not exist. ... skipped ''
> test_present_when_event_source_mapping_exists (unit.states.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_with_failure (unit.states.test_boto_lambda.BotoLambdaEventSourceMappingTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_absent_when_function_does_not_exist (unit.states.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on a function that does not exist. ... skipped ''
> test_absent_when_function_exists (unit.states.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_with_failure (unit.states.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_when_function_does_not_exist (unit.states.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a function that does not exist. ... skipped 'Slow tests are disabled'
> test_present_when_function_exists (unit.states.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_present_when_function_exists_and_permissions (unit.states.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:100.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_present_with_failure (unit.states.test_boto_lambda.BotoLambdaFunctionTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_absent (unit.states.test_boto_lc.BotoLcTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named launch configuration is deleted. ... ok
> test_present (unit.states.test_boto_lc.BotoLcTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the launch configuration exists. ... ok
> test_absent (unit.states.test_boto_route53.BotoRoute53TestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the Route53 record is deleted. ... ok
> test_present (unit.states.test_boto_route53.BotoRoute53TestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the Route53 record is present. ... ok
> test_absent_when_bucket_does_not_exist (unit.states.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:7.0%] Tests absent on a bucket that does not exist. ... skipped ''
> test_absent_when_bucket_exists (unit.states.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_absent_with_failure (unit.states.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped ''
> test_present_when_bucket_does_not_exist (unit.states.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:7.0%] Tests present on a bucket that does not exist. ... skipped 'Slow tests are disabled'
> test_present_when_bucket_exists_all_mods (unit.states.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_present_when_bucket_exists_no_mods (unit.states.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_present_with_failure (unit.states.test_boto_s3_bucket.BotoS3BucketTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test__get_rule_changes_create_rules (unit.states.test_boto_secgroup.Boto_SecgroupTestCase)
> [CPU:0.0%|MEM:7.0%] tests a condition where a rule must be created ... ok
> test__get_rule_changes_delete_rules (unit.states.test_boto_secgroup.Boto_SecgroupTestCase)
> [CPU:0.0%|MEM:7.0%] tests a condition where a rule must be deleted ... ok
> test__get_rule_changes_no_rules_no_change (unit.states.test_boto_secgroup.Boto_SecgroupTestCase)
> [CPU:100.0%|MEM:7.0%] tests a condition with no rules in present or desired group ... ok
> test_absent (unit.states.test_boto_sns.BotoSnsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named sns topic is deleted. ... ok
> test_present (unit.states.test_boto_sns.BotoSnsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the SNS topic exists. ... ok
> test_absent (unit.states.test_boto_sqs.BotoSqsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named sqs queue is deleted. ... ok
> test_present (unit.states.test_boto_sqs.BotoSqsTestCase)
> [CPU:50.0%|MEM:7.0%] Test to ensure the SQS queue exists. ... ok
> test_absent_when_resource_does_not_exist (unit.states.test_boto_vpc.BotoVpcInternetGatewayTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_absent_when_resource_exists (unit.states.test_boto_vpc.BotoVpcInternetGatewayTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_absent_with_failure (unit.states.test_boto_vpc.BotoVpcInternetGatewayTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_present_when_resource_does_not_exist (unit.states.test_boto_vpc.BotoVpcInternetGatewayTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_present_when_resource_exists (unit.states.test_boto_vpc.BotoVpcInternetGatewayTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_present_with_failure (unit.states.test_boto_vpc.BotoVpcInternetGatewayTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_absent_when_resource_does_not_exist (unit.states.test_boto_vpc.BotoVpcRouteTableTestCase)
> [CPU:100.0%|MEM:7.0%]  ... skipped 'Disabled for Python 3 due to upstream bugs: https://github.com/spulec/moto/issues/548 and https://github.com/gabrielfalcao/HTTPretty/issues/325'
> test_absent_when_resource_exists (unit.states.test_boto_vpc.BotoVpcRouteTableTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Disabled for Python 3 due to upstream bugs: https://github.com/spulec/moto/issues/548 and https://github.com/gabrielfalcao/HTTPretty/issues/325'
> test_absent_with_failure (unit.states.test_boto_vpc.BotoVpcRouteTableTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Disabled for Python 3 due to upstream bugs: https://github.com/spulec/moto/issues/548 and https://github.com/gabrielfalcao/HTTPretty/issues/325'
> test_present_when_resource_does_not_exist (unit.states.test_boto_vpc.BotoVpcRouteTableTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Disabled for Python 3 due to upstream bugs: https://github.com/spulec/moto/issues/548 and https://github.com/gabrielfalcao/HTTPretty/issues/325'
> test_present_when_resource_exists (unit.states.test_boto_vpc.BotoVpcRouteTableTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Disabled for Python 3 due to upstream bugs: https://github.com/spulec/moto/issues/548 and https://github.com/gabrielfalcao/HTTPretty/issues/325'
> test_present_with_failure (unit.states.test_boto_vpc.BotoVpcRouteTableTestCase)
> [CPU:100.0%|MEM:7.0%]  ... skipped 'Disabled for Python 3 due to upstream bugs: https://github.com/spulec/moto/issues/548 and https://github.com/gabrielfalcao/HTTPretty/issues/325'
> test_present_with_routes (unit.states.test_boto_vpc.BotoVpcRouteTableTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Disabled for Python 3 due to upstream bugs: https://github.com/spulec/moto/issues/548 and https://github.com/gabrielfalcao/HTTPretty/issues/325'
> test_present_with_subnets (unit.states.test_boto_vpc.BotoVpcRouteTableTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Disabled for Python 3 due to upstream bugs: https://github.com/spulec/moto/issues/548 and https://github.com/gabrielfalcao/HTTPretty/issues/325'
> test_absent_when_resource_does_not_exist (unit.states.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_absent_when_resource_exists (unit.states.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_absent_with_failure (unit.states.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_present_when_resource_does_not_exist (unit.states.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_present_when_resource_exists (unit.states.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_present_with_failure (unit.states.test_boto_vpc.BotoVpcSubnetsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_absent_when_vpc_does_not_exist (unit.states.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_absent_when_vpc_exists (unit.states.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_absent_with_failure (unit.states.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_present_when_vpc_does_not_exist (unit.states.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_present_when_vpc_exists (unit.states.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_present_with_failure (unit.states.test_boto_vpc.BotoVpcTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'The moto module must be installed.'
> test_bootstrap_not_needed (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns True when there is nothing to install ... ok
> test_bootstrap_success (unit.states.test_bower.BowerTestCase)
> [CPU:100.0%|MEM:7.0%] Test if it returns True when install packages succeeds ... ok
> test_bootstrap_with_error (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it return False when install packages fails ... ok
> test_installed_new_with_error (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if returns False when install packages fails (bower error) ... ok
> test_installed_new_with_exc (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns False when install packages fails (exception) ... ok
> test_installed_not_needed (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns True when there is nothing to install ... ok
> test_installed_success (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns True when install succeeds ... ok
> test_installed_with_error (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns False when list packages fails ... ok
> test_removed_existing (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns True when specified package is installed and ... ok
> test_removed_existing_with_error (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns False when specified package is installed and ... ok
> test_removed_not_installed (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns True when specified package is not installed ... ok
> test_removed_with_error (unit.states.test_bower.BowerTestCase)
> [CPU:0.0%|MEM:7.0%] Test if returns False when list packages fails ... ok
> test__is_cow (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:50.0%|MEM:7.0%] Test if the subvolume is copy on write. ... ok
> test__is_cow_not_cow (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if the subvolume is copy on write. ... ok
> test__is_default (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if the subvolume is the current default. ... ok
> test__is_default_not_default (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if the subvolume is the current default. ... ok
> test__mount (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test mounting a device in a temporary place. ... ok
> test__mount_fails (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test mounting a device in a temporary place. ... 00:42:24,002 [salt.states.btrfs                                                      :34  ][ERROR   ] Cannot mount device /dev/sda1 in /tmp/xxx
> ok
> test__mount_use_default (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test mounting a device in a temporary place. ... ok
> test__set_default (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test setting a subvolume as the current default. ... ok
> test__umount (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test umounting and cleanning temporary place. ... ok
> test__unset_cow (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:100.0%|MEM:7.0%] Test disabling the subvolume as copy on write. ... ok
> test_diff_properties_disable_ro (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test when diff_properties enable one single property ... ok
> test_diff_properties_emty_na (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test when diff_properties is already disabled as N/A ... ok
> test_diff_properties_enable_ro (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test when diff_properties enable one single property ... ok
> test_diff_properties_fails (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test when diff_properties do not found a property ... ok
> test_diff_properties_only_enable_ro (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test when diff_properties is half ready ... ok
> test_properties_default_root_subvolume (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test when root subvolume resolves to another subvolume ... ok
> test_properties_device_fail (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test when we try to set a device that is not pressent ... ok
> test_properties_enable_ro_subvolume (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:100.0%|MEM:7.0%] Test setting a ro property in a subvolume ... ok
> test_properties_subvolume_fail (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test setting a wrong property in a subvolume ... ok
> test_properties_subvolume_not_exists (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test when subvolume is not present ... ok
> test_properties_test (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test setting a property in test mode. ... ok
> test_subvolume_created (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test creating a subvolume. ... ok
> test_subvolume_created_exists (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test creating a subvolume. ... ok
> test_subvolume_created_exists_no_cow (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:100.0%|MEM:7.0%] Test creating a subvolume. ... ok
> test_subvolume_created_exists_set_default (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test creating a subvolume. ... ok
> test_subvolume_created_exists_set_default_no_force (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test creating a subvolume. ... ok
> test_subvolume_created_exists_test (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test creating a subvolume. ... ok
> test_subvolume_created_exists_unset_cow (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:100.0%|MEM:7.0%] Test creating a subvolume. ... ok
> test_subvolume_created_exists_was_default (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test creating a subvolume. ... ok
> test_subvolume_created_fails (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test creating a subvolume. ... ok
> test_subvolume_created_fails_directory (unit.states.test_btrfs.BtrfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test creating a subvolume. ... ok
> test_client (unit.states.test_chef.ChefTestCase)
> [CPU:0.0%|MEM:7.0%] Test to run chef-client ... ok
> test_solo (unit.states.test_chef.ChefTestCase)
> [CPU:0.0%|MEM:7.0%] Test to run chef-solo ... ok
> test_absent (unit.states.test_cloud.CloudTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that no instances with the specified names exist. ... ok
> test_present (unit.states.test_cloud.CloudTestCase)
> [CPU:50.0%|MEM:7.0%] Test to spin up a single instance on a cloud provider, using salt-cloud. ... ok
> test_profile (unit.states.test_cloud.CloudTestCase)
> [CPU:0.0%|MEM:7.0%] Test to create a single instance on a cloud provider, ... ok
> test_volume_absent (unit.states.test_cloud.CloudTestCase)
> [CPU:0.0%|MEM:7.0%] Test to check that a block volume exists. ... ok
> test_volume_attached (unit.states.test_cloud.CloudTestCase)
> [CPU:0.0%|MEM:7.0%] Test to check if a block volume is attached. ... ok
> test_volume_detached (unit.states.test_cloud.CloudTestCase)
> [CPU:0.0%|MEM:7.0%] Test to check if a block volume is detached. ... ok
> test_volume_present (unit.states.test_cloud.CloudTestCase)
> [CPU:100.0%|MEM:7.0%] Test to check that a block volume exists. ... ok
> test_call (unit.states.test_cmd.CmdTestCase)
> [CPU:0.0%|MEM:7.0%] Test to invoke a pre-defined Python function with arguments ... ok
> test_mod_watch (unit.states.test_cmd.CmdTestCase)
> [CPU:0.0%|MEM:7.0%] Test to execute a cmd function based on a watch call ... ok
> test_run (unit.states.test_cmd.CmdTestCase)
> [CPU:0.0%|MEM:7.0%] Test to run a command if certain circumstances are met. ... ok
> test_run_root (unit.states.test_cmd.CmdTestCase)
> [CPU:0.0%|MEM:7.0%] Test to run a command with a different root ... ok
> test_script (unit.states.test_cmd.CmdTestCase)
> [CPU:0.0%|MEM:7.0%] Test to download a script and execute it with specified arguments. ... ok
> test_wait (unit.states.test_cmd.CmdTestCase)
> [CPU:0.0%|MEM:7.0%] Test to run the given command only if the watch statement calls it. ... ok
> test_wait_call (unit.states.test_cmd.CmdTestCase)
> [CPU:0.0%|MEM:7.0%] Test to run wait_call. ... ok
> test_wait_script (unit.states.test_cmd.CmdTestCase)
> [CPU:0.0%|MEM:7.0%] Test to download a script from a remote source and execute it ... ok
> test_installed (unit.states.test_composer.ComposerTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the correct versions of composer ... ok
> test_update (unit.states.test_composer.ComposerTestCase)
> [CPU:0.0%|MEM:7.0%] Test to composer update the directory to ensure we have ... ok
> test_existing_duplicate_unmanaged_jobs_are_merged_and_given_id (unit.states.test_cron.CronTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_existing_noid_jobs_are_updated_with_identifier (unit.states.test_cron.CronTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_existing_unmanaged_jobs_are_made_managed (unit.states.test_cron.CronTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_multiline_comments_are_updated (unit.states.test_cron.CronTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present (unit.states.test_cron.CronTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_remove (unit.states.test_cron.CronTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_absent (unit.states.test_ddns.DdnsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensures that the named DNS record is absent. ... ok
> test_present (unit.states.test_ddns.DdnsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensures that the named DNS record is present with the given ttl. ... ok
> test_set (unit.states.test_debconfmod.DebconfmodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set debconf selections ... ok
> test_set_file (unit.states.test_debconfmod.DebconfmodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set debconf selections from a file or a template ... ok
> test_mount_free_absolute_above (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_mount_free_absolute_acceptable (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_mount_free_absolute_below (unit.states.test_disk.DiskTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_mount_free_relative_above (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_mount_free_relative_acceptable (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_mount_free_relative_below (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_mount_used_absolute_above (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_mount_used_absolute_acceptable (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_mount_used_absolute_below (unit.states.test_disk.DiskTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_mount_used_relative_above (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_mount_used_relative_acceptable (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_mount_used_relative_below (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_free_absolute_above (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_free_absolute_acceptable (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_free_absolute_below (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_free_relative_above (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_free_relative_acceptable (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_free_relative_below (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_missing (unit.states.test_disk.DiskTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_path_used_absolute_above (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_used_absolute_acceptable (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_used_absolute_below (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_used_relative_above (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_path_used_relative_acceptable (unit.states.test_disk.DiskTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_path_used_relative_below (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_status (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%] Test disk.status when filesystem meets thresholds ... ok
> test_status_inverted_range (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%] Test disk.status when minimum > maximum ... ok
> test_status_missing (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%] Test disk.status when name not found ... ok
> test_status_range_error (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%] Test disk.status with excessive extrema ... ok
> test_status_strip (unit.states.test_disk.DiskTestCase)
> [CPU:100.0%|MEM:7.0%] Test disk.status appropriately strips unit info from numbers ... ok
> test_status_threshold (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%] Test disk.status when filesystem triggers thresholds ... ok
> test_status_type_error (unit.states.test_disk.DiskTestCase)
> [CPU:0.0%|MEM:7.0%] Test disk.status with incorrectly formatted arguments ... ok
> test_present_already_local (unit.states.test_docker_image.DockerImageTestCase)
> [CPU:0.0%|MEM:7.0%] According following sls, ... ok
> test_present_and_force (unit.states.test_docker_image.DockerImageTestCase)
> [CPU:0.0%|MEM:7.0%] According following sls, ... ok
> test_absent (unit.states.test_docker_volume.DockerVolumeTestCase)
> [CPU:100.0%|MEM:7.0%] Test docker_volume.absent ... ok
> test_present (unit.states.test_docker_volume.DockerVolumeTestCase)
> [CPU:0.0%|MEM:7.0%] Test docker_volume.present ... ok
> test_present_with_another_driver (unit.states.test_docker_volume.DockerVolumeTestCase)
> [CPU:0.0%|MEM:7.0%] Test docker_volume.present ... ok
> test_present_wo_existing_volumes (unit.states.test_docker_volume.DockerVolumeTestCase)
> [CPU:0.0%|MEM:7.0%] Test docker_volume.present without existing volumes. ... ok
> test_absent (unit.states.test_drac.DracTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a user does not exist on the Dell DRAC ... ok
> test_network (unit.states.test_drac.DracTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the DRAC network settings are consistent ... ok
> test_present (unit.states.test_drac.DracTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the user exists on the Dell DRAC ... ok
> test_alias_absent (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a elasticsearch alias. ... ok
> test_alias_present (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a elasticsearch alias. ... ok
> test_index_absent (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a elasticsearch index. ... ok
> test_index_present (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a elasticsearch index. ... ok
> test_index_template_absent (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:100.0%|MEM:7.0%] Test to manage a elasticsearch index template. ... ok
> test_index_template_present (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a elasticsearch index template. ... ok
> test_index_template_present_check_definition (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a elasticsearch index template. ... ok
> test_index_template_present_check_definition_alias_not_empty (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a elasticsearch index template. ... ok
> test_pipeline_absent (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a elasticsearch pipeline. ... ok
> test_pipeline_present (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:100.0%|MEM:7.0%] Test to manage a elasticsearch pipeline. ... ok
> test_search_template_absent (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a elasticsearch search template. ... ok
> test_search_template_present (unit.states.test_elasticsearch.ElasticsearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a elasticsearch search template. ... ok
> test_setenv (unit.states.test_environ.TestEnvironState)
> [CPU:0.0%|MEM:7.0%] test that a subsequent calls of setenv changes nothing ... ok
> test_setenv_clearall (unit.states.test_environ.TestEnvironState)
> [CPU:0.0%|MEM:7.0%] test that ``clear_all`` option sets other values to '' ... ok
> test_setenv_clearall_with_unset (unit.states.test_environ.TestEnvironState)
> [CPU:0.0%|MEM:7.0%] test that ``clear_all`` option combined with ``false_unsets`` ... ok
> test_setenv_dict (unit.states.test_environ.TestEnvironState)
> [CPU:0.0%|MEM:7.0%] test that setenv can be invoked with dict ... ok
> test_setenv_int (unit.states.test_environ.TestEnvironState)
> [CPU:0.0%|MEM:7.0%] test that setenv can not be invoked with int ... ok
> test_setenv_permanent (unit.states.test_environ.TestEnvironState)
> [CPU:0.0%|MEM:7.0%] test that we can set permanent environment variables (requires pywin32) ... skipped 'Windows only'
> test_setenv_test_mode (unit.states.test_environ.TestEnvironState)
> [CPU:0.0%|MEM:7.0%] test that imitating action returns good values ... ok
> test_setenv_unset (unit.states.test_environ.TestEnvironState)
> [CPU:100.0%|MEM:7.0%] test that ``false_unsets`` option removes variable from environment ... ok
> test_setenv_unset_multi (unit.states.test_environ.TestEnvironState)
> [CPU:0.0%|MEM:7.0%] test basically same things that above tests but with multiple values passed ... ok
> test_set_ (unit.states.test_eselect.EselectTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the given module is set to the given target ... ok
> test_create_datacenter (unit.states.test_esxdatacenter.DatacenterConfiguredTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_create_datacenter_test_mode (unit.states.test_esxdatacenter.DatacenterConfiguredTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_dc_name_different_proxy (unit.states.test_esxdatacenter.DatacenterConfiguredTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_dc_name_esxdatacenter_proxy (unit.states.test_esxdatacenter.DatacenterConfiguredTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_get_service_instance (unit.states.test_esxdatacenter.DatacenterConfiguredTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_datacenters (unit.states.test_esxdatacenter.DatacenterConfiguredTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_nothing_to_be_done_test_mode (unit.states.test_esxdatacenter.DatacenterConfiguredTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_state_get_service_instance_raise_command_execution_error (unit.states.test_esxdatacenter.DatacenterConfiguredTestCase)
> [CPU:50.0%|MEM:7.0%]  ... 00:42:24,191 [salt.states.esxdatacenter                                              :124 ][ERROR   ] Error: Error
> ok
> test_state_raise_command_execution_error_after_si (unit.states.test_esxdatacenter.DatacenterConfiguredTestCase)
> [CPU:0.0%|MEM:7.0%]  ... 00:42:24,195 [salt.states.esxdatacenter                                              :124 ][ERROR   ] Error: Error
> ok
> test_state_raise_command_execution_error_test_mode (unit.states.test_esxdatacenter.DatacenterConfiguredTestCase)
> [CPU:0.0%|MEM:7.0%]  ... 00:42:24,198 [salt.states.esxdatacenter                                              :124 ][ERROR   ] Error: Error
> ok
> test_send (unit.states.test_event.EventTestCase)
> [CPU:50.0%|MEM:7.0%] Test to send an event to the Salt Master ... ok
> test_wait (unit.states.test_event.EventTestCase)
> [CPU:0.0%|MEM:7.0%] Test to fire an event on the Salt master ... ok
> test__check_directory (unit.states.test_file.TestFilePrivateFunctions)
> [CPU:0.0%|MEM:7.0%] Test the _check_directory function ... skipped 'Destructive tests are disabled'
> test_absent (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to make sure that the named file or directory is absent. ... ok
> test_accumulated (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to prepare accumulator which can be used in template in file. ... ok
> test_blockreplace (unit.states.test_file.TestFileState)
> [CPU:100.0%|MEM:7.0%] Test to maintain an edit in a file in a zone ... ok
> test_comment (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to comment out specified lines in a file. ... ok
> test_contents_and_contents_pillar (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_contents_pillar_doesnt_add_more_newlines (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_copy (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test if the source file exists on the system, copy it to the named file. ... ok
> test_directory (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to ensure that a named directory is present and has the right perms ... ok
> test_exists (unit.states.test_file.TestFileState)
> [CPU:25.5%|MEM:7.0%] Test to verify that the named file or directory is present or exists. ... ok
> test_file_managed_should_fall_back_to_binary (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_hardlink (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to create a hardlink. ... ok
> test_managed (unit.states.test_file.TestFileState)
> [CPU:33.3%|MEM:7.0%] Test to manage a given file, this function allows for a file to be ... ok
> test_missing (unit.states.test_file.TestFileState)
> [CPU:33.3%|MEM:7.0%] Test to verify that the named file or directory is missing. ... ok
> test_mknod (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to create a special file similar to the 'nix mknod command. ... ok
> test_mod_run_check_cmd (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to execute the check_cmd logic. ... ok
> test_prepend (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to ensure that some text appears at the beginning of a file. ... ok
> test_recurse (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to recurse through a subdirectory on the master ... ok
> test_rename (unit.states.test_file.TestFileState)
> [CPU:50.0%|MEM:7.0%] Test if the source file exists on the system, ... ok
> test_replace (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to maintain an edit in a file. ... ok
> test_retention_schedule (unit.states.test_file.TestFileState)
> [CPU:50.0%|MEM:7.0%] Test to execute the retention_schedule logic. ... skipped 'Slow tests are disabled'
> test_serialize (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_symlink (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to create a symlink. ... ok
> test_touch (unit.states.test_file.TestFileState)
> [CPU:0.0%|MEM:7.0%] Test to replicate the 'nix "touch" command to create a new empty ... ok
> test_uncomment (unit.states.test_file.TestFileState)
> [CPU:100.0%|MEM:7.0%] Test to uncomment specified commented lines in a file ... ok
> test__bad_input (unit.states.test_file.TestFileTidied)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test__tidied (unit.states.test_file.TestFileTidied)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test__find_keep_files_unix (unit.states.test_file.TestFindKeepFiles)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test__find_keep_files_win32 (unit.states.test_file.TestFindKeepFiles)
> [CPU:0.0%|MEM:7.0%] Test _find_keep_files. The `_find_keep_files` function is only called by ... skipped 'Only run on Windows'
> test_selinux_change (unit.states.test_file.TestSelinux)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_installed (unit.states.test_gem.TestGemState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_installed_version (unit.states.test_gem.TestGemState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_removed (unit.states.test_gem.TestGemState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_sources_add (unit.states.test_gem.TestGemState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_sources_remove (unit.states.test_gem.TestGemState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_cloned_without_target (unit.states.test_git.GitTestCase)
> [CPU:100.0%|MEM:7.0%] Test cloned when called without passing target ... ok
> test_detached_without_target (unit.states.test_git.GitTestCase)
> [CPU:0.0%|MEM:7.0%] Test detached when called without passing target ... ok
> test_latest_no_diff_for_bare_repo (unit.states.test_git.GitTestCase)
> [CPU:0.0%|MEM:7.0%] This test ensures that we don't attempt to diff when cloning a repo ... ok
> test_latest_without_target (unit.states.test_git.GitTestCase)
> [CPU:0.0%|MEM:7.0%] Test latest when called without passing target ... ok
> test_add_volume_bricks (unit.states.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to add brick(s) to an existing volume ... ok
> test_max_op_version (unit.states.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test setting the Glusterfs to its self reported max-op-version ... ok
> test_op_version (unit.states.test_glusterfs.GlusterfsTestCase)
> [CPU:50.0%|MEM:7.0%] Test setting the Glusterfs op-version ... ok
> test_peered (unit.states.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify if node is peered. ... ok
> test_started (unit.states.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to check if volume has been started ... ok
> test_volume_present (unit.states.test_glusterfs.GlusterfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that a volume exists ... ok
> test_desktop_interface (unit.states.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:7.0%] Test to sets values in the org.gnome.desktop.interface schema ... ok
> test_desktop_lockdown (unit.states.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:7.0%] Test to sets values in the org.gnome.desktop.lockdown schema ... ok
> test_wm_preferences (unit.states.test_gnomedesktop.GnomedesktopTestCase)
> [CPU:0.0%|MEM:7.0%] Test to sets values in the org.gnome.desktop.wm.preferences schema ... ok
> test_dashboard_absent (unit.states.test_grafana.GrafanaTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named grafana dashboard is deleted. ... ok
> test_dashboard_present (unit.states.test_grafana.GrafanaTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the grafana dashboard exists and is managed. ... ok
> test_absent (unit.states.test_grafana_datasource.GrafanaDatasourceTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_present (unit.states.test_grafana_datasource.GrafanaDatasourceTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent_already (unit.states.test_grains.GrainsTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_absent_delete (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent_fails_nested_complex_grain (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent_force_nested_complex_grain (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent_unset (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent_unset_test (unit.states.test_grains.GrainsTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_append (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_append_already (unit.states.test_grains.GrainsTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_append_convert_to_list (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_append_convert_to_list_empty (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_append_fails_inexistent (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_append_fails_not_a_list (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_append_nested (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_exists_found (unit.states.test_grains.GrainsTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_exists_missing (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_absent (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_absent_already (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_absent_inexistent (unit.states.test_grains.GrainsTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_list_absent_inexistent_nested (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_absent_nested (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_absent_not_a_list (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_present (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_present_already (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_present_inexistent (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_present_inexistent_nested (unit.states.test_grains.GrainsTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_list_present_nested (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_present_nested_already (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_present_not_a_list (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_list_present_unknown_failure (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_make_hashable (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_add (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_add_key_to_existing (unit.states.test_grains.GrainsTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_present_already_set (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_convert_value_to_key (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_fail_merge_dict (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_fail_overwrite (unit.states.test_grains.GrainsTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_present_fails_to_convert_value_to_key (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_fails_to_set_dict_or_list (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_force_to_set_dict_or_list (unit.states.test_grains.GrainsTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_present_overwrite (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_overwrite_test (unit.states.test_grains.GrainsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_unknown_failure (unit.states.test_grains.GrainsTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_absent (unit.states.test_group.GroupTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named group is absent ... ok
> test_present (unit.states.test_group.GroupTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that a group is present ... ok
> test_heat_deployed (unit.states.test_heat.HeatTestCase)
> [CPU:0.0%|MEM:7.0%] Test salt.states.heat.deployed method ... ok
> test_heat_deployed_environment (unit.states.test_heat.HeatTestCase)
> [CPU:0.0%|MEM:7.0%] Test salt.states.heat.deployed method ... ok
> test_heat_deployed_environment_error (unit.states.test_heat.HeatTestCase)
> [CPU:33.3%|MEM:7.0%] Test salt.states.heat.deployed method ... ok
> test_release_absent_error (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_release_absent_import_failed_helm_status (unit.states.test_helm.HelmTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_release_absent_import_failed_helm_uninstall (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_release_absent_is_testing (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_release_absent_success (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_release_present_import_failed_helm_install (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_release_present_import_failed_helm_status (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_release_present_import_failed_helm_upgrade (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_release_present_is_testing (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_repo_managed_failed (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_repo_managed_import_failed_repo_manage (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_repo_managed_import_failed_repo_update (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_repo_managed_is_testing (unit.states.test_helm.HelmTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_repo_managed_success (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_repo_managed_success_with_update (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_repo_updated_failed (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_repo_updated_import_failed (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_repo_updated_is_testing (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_repo_updated_success (unit.states.test_helm.HelmTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_latest (unit.states.test_hg.HgTestCase)
> [CPU:100.0%|MEM:7.0%] Test to Make sure the repository is cloned to ... ok
> test_latest_no_update_changes (unit.states.test_hg.HgTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure we don't update even if we have changes ... ok
> test_latest_no_update_no_changes (unit.states.test_hg.HgTestCase)
> [CPU:0.0%|MEM:7.0%] Test to Make sure the repository is cloned to ... ok
> test_latest_update_changes (unit.states.test_hg.HgTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure we don't update even if we have changes ... ok
> test_absent (unit.states.test_host.HostTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named host is absent ... ok
> test_host_present_should_return_None_if_test_and_adding (unit.states.test_host.HostTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_host_present_should_return_None_if_test_and_removing (unit.states.test_host.HostTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_host_present_should_return_True_if_test_and_no_changes (unit.states.test_host.HostTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_only_already (unit.states.test_host.HostTestCase)
> [CPU:50.0%|MEM:7.0%] Test only() when the state hasn't changed ... ok
> test_only_dryrun (unit.states.test_host.HostTestCase)
> [CPU:0.0%|MEM:7.0%] Test only() when state would change, but it's a dry run ... ok
> test_only_fail (unit.states.test_host.HostTestCase)
> [CPU:0.0%|MEM:7.0%] Test only() when state change fails ... ok
> test_only_success (unit.states.test_host.HostTestCase)
> [CPU:0.0%|MEM:7.0%] Test only() when state successfully changes ... ok
> test_present (unit.states.test_host.HostTestCase)
> [CPU:50.0%|MEM:7.0%] Test to ensures that the named host is present with the given ip ... ok
> test_query (unit.states.test_http.HttpTestCase)
> [CPU:33.3%|MEM:7.0%] Test to perform an HTTP query and statefully return the result ... ok
> test_query_liststatustype (unit.states.test_http.HttpTestCase)
> [CPU:0.0%|MEM:7.0%] Test to perform an HTTP query with a list of status codes and statefully return the result ... ok
> test_query_pcre_statustype (unit.states.test_http.HttpTestCase)
> [CPU:0.0%|MEM:7.0%] Test to perform an HTTP query with a regex used to match the status code and statefully return the result ... ok
> test_query_stringstatustype (unit.states.test_http.HttpTestCase)
> [CPU:0.0%|MEM:7.0%] Test to perform an HTTP query with a string status code and statefully return the result ... ok
> test_wait_for_with_interval (unit.states.test_http.HttpTestCase)
> [CPU:0.0%|MEM:7.0%] Test for wait_for_successful_query waits for request_interval ... ok
> test_wait_for_without_interval (unit.states.test_http.HttpTestCase)
> [CPU:0.0%|MEM:7.0%] Test for wait_for_successful_query waits for request_interval ... ok
> test_absent (unit.states.test_incron.IncronTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verifies that the specified incron job is absent ... ok
> test_present (unit.states.test_incron.IncronTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verifies that the specified incron job is present ... ok
> test_absent (unit.states.test_influxdb08_database.InfluxdbDatabaseTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named database is absent. ... ok
> test_present (unit.states.test_influxdb08_database.InfluxdbDatabaseTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named database is present. ... ok
> test_absent (unit.states.test_influxdb08_user.InfluxdbUserTestCase)
> [CPU:50.0%|MEM:7.0%] Test to ensure that the named cluster admin or database user is absent. ... ok
> test_present (unit.states.test_influxdb08_user.InfluxdbUserTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the cluster admin or database user is present. ... ok
> test_options_absent (unit.states.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify options absent in file. ... ok
> test_options_present (unit.states.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify options present in file. ... ok
> test_sections_absent (unit.states.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify sections absent in file. ... ok
> test_sections_present (unit.states.test_ini_manage.IniManageTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify sections present in file. ... ok
> test_boot_device (unit.states.test_ipmi.IpmiTestCase)
> [CPU:100.0%|MEM:7.0%] Test to request power state change. ... ok
> test_power (unit.states.test_ipmi.IpmiTestCase)
> [CPU:0.0%|MEM:7.0%] Test to request power state change ... ok
> test_user_absent (unit.states.test_ipmi.IpmiTestCase)
> [CPU:0.0%|MEM:7.0%] Test to delete all user (uid) records having the matching name. ... ok
> test_user_present (unit.states.test_ipmi.IpmiTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure IPMI user and user privileges. ... ok
> test_absent (unit.states.test_ipset.IpsetAbsentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_already_absent (unit.states.test_ipset.IpsetAbsentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_del_fails (unit.states.test_ipset.IpsetAbsentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_in_test_mode (unit.states.test_ipset.IpsetAbsentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_success (unit.states.test_ipset.IpsetAbsentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_flush_fails (unit.states.test_ipset.IpsetFlushTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_in_test_mode (unit.states.test_ipset.IpsetFlushTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_no_set (unit.states.test_ipset.IpsetFlushTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_success (unit.states.test_ipset.IpsetFlushTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_add_fails (unit.states.test_ipset.IpsetPresentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_entries_already_present (unit.states.test_ipset.IpsetPresentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_in_test_mode (unit.states.test_ipset.IpsetPresentTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_missing_entry (unit.states.test_ipset.IpsetPresentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_success (unit.states.test_ipset.IpsetPresentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_already_absent (unit.states.test_ipset.IpsetSetAbsentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_remove_fails (unit.states.test_ipset.IpsetSetAbsentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_remove_success (unit.states.test_ipset.IpsetSetAbsentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_remove_test_mode (unit.states.test_ipset.IpsetSetAbsentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_already_exists (unit.states.test_ipset.IpsetSetPresentTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify the chain exists when it already exists. ... ok
> test_create_fails (unit.states.test_ipset.IpsetSetPresentTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_creates_set (unit.states.test_ipset.IpsetSetPresentTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_needs_update_test_mode (unit.states.test_ipset.IpsetSetPresentTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that detects need for update but doesn't apply when in test mode. ... ok
> test_append (unit.states.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to append a rule to a chain ... ok
> test_chain_absent (unit.states.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify the chain is absent. ... ok
> test_chain_present (unit.states.test_iptables.IptablesTestCase)
> [CPU:50.0%|MEM:7.0%] Test to verify the chain is exist. ... ok
> test_delete (unit.states.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to delete a rule to a chain ... ok
> test_flush (unit.states.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to flush current iptables state ... ok
> test_insert (unit.states.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to insert a rule into a chain ... ok
> test_mod_aggregate (unit.states.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to mod_aggregate function ... ok
> test_set_policy (unit.states.test_iptables.IptablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to sets the default policy for iptables firewall tables ... ok
> test_datasource_exist_create_datasource_bad_code (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_datasource_exist_create_datasource_good_code (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_should_create_binding_if_not_exists (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_should_create_new_datasource_if_not_exists (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_should_deploy_different_artifact (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_should_inform_if_the_datasource_has_not_changed (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_should_not_redeploy_unchanged (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_should_not_update_bindings_if_same (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_should_raise_exception_if_cannot_create_binding (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_should_raise_exception_if_cannot_update_binding (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_should_recreate_the_datasource_if_specified (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_should_redeploy_changed (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_should_redploy_undeploy_force (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_should_update_bindings_if_exists_and_different (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_should_update_the_datasource_if_exists (unit.states.test_jboss7.JBoss7StateTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_task_present_disable_existing_task (unit.states.test_kapacitor.KapacitorTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_task_present_existing_task_not_enabled (unit.states.test_kapacitor.KapacitorTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_task_present_existing_task_updated_script (unit.states.test_kapacitor.KapacitorTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_task_present_new_task (unit.states.test_kapacitor.KapacitorTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_latest_active_at_latest (unit.states.test_kernelpkg.KernelPkgTestCase)
> [CPU:0.0%|MEM:7.0%] Test - latest_active when the newest kernel is already active ... ok
> test_latest_active_with_changes (unit.states.test_kernelpkg.KernelPkgTestCase)
> [CPU:100.0%|MEM:7.0%] Test - latest_active when a new kernel is available ... ok
> test_latest_installed_at_latest (unit.states.test_kernelpkg.KernelPkgTestCase)
> [CPU:0.0%|MEM:7.0%] Test - latest_installed when no upgrade is available ... ok
> test_latest_installed_with_changes (unit.states.test_kernelpkg.KernelPkgTestCase)
> [CPU:0.0%|MEM:7.0%] Test - latest_installed when an upgrade is available ... ok
> test_latest_wait (unit.states.test_kernelpkg.KernelPkgTestCase)
> [CPU:100.0%|MEM:7.0%] Test - latest_wait static results ... ok
> test_system (unit.states.test_keyboard.KeyboardTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set the keyboard layout for the system. ... ok
> test_xorg (unit.states.test_keyboard.KeyboardTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set the keyboard layout for XOrg. ... ok
> test_endpoint_absent (unit.states.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the endpoint for a service doesn't ... ok
> test_endpoint_present (unit.states.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the specified endpoints exists for service ... ok
> test_role_absent (unit.states.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the keystone role is absent. ... ok
> test_role_present (unit.states.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensures that the keystone role exists ... ok
> test_service_absent (unit.states.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the service doesn't exist in Keystone catalog ... ok
> test_service_present (unit.states.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure service present in Keystone catalog ... ok
> test_tenant_absent (unit.states.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the keystone tenant is absent. ... ok
> test_tenant_present (unit.states.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensures that the keystone tenant exists ... ok
> test_user_absent (unit.states.test_keystone.KeystoneTestCase)
> [CPU:100.0%|MEM:7.0%] Test to ensure that the keystone user is absent. ... ok
> test_user_present (unit.states.test_keystone.KeystoneTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the keystone user is present ... ok
> test_cert_already_present (unit.states.test_keystore.KeystoreTestCase)
> [CPU:0.0%|MEM:7.0%] Test for existing value_present ... ok
> test_cert_update (unit.states.test_keystore.KeystoreTestCase)
> [CPU:0.0%|MEM:7.0%] Test for existing value_present ... ok
> test_force_remove (unit.states.test_keystore.KeystoreTestCase)
> [CPU:0.0%|MEM:7.0%] Test for existing value_present ... ok
> test_new_file (unit.states.test_keystore.KeystoreTestCase)
> [CPU:50.0%|MEM:7.0%] Test for existing value_present ... ok
> test_absent (unit.states.test_kmod.KmodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the named kernel module is not loaded. ... ok
> test_absent_multi (unit.states.test_kmod.KmodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that multiple kernel modules are not loaded. ... ok
> test_present (unit.states.test_kmod.KmodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the specified kernel module is loaded. ... ok
> test_present_multi (unit.states.test_kmod.KmodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that multiple kernel modules are loaded. ... ok
> test_configmap_absent (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_configmap_absent__noop (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_configmap_absent__noop_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_configmap_absent__test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_configmap_present__create (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_configmap_present__create_no_data (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_configmap_present__create_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_configmap_present__fail (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_configmap_present__replace (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_configmap_present__replace_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_namespace_absent__delete_code_200 (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_namespace_absent__delete_error (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_namespace_absent__delete_status_phase_terminating (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_namespace_absent__delete_status_terminating (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_namespace_absent__delete_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_namespace_absent__noop (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_namespace_absent__noop_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_namespace_present__create (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_namespace_present__create_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_namespace_present__noop (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_namespace_present__noop_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_node_label_absent__delete (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_node_label_absent__delete_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_node_label_absent__noop (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_node_label_absent__noop_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_node_label_present__add (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_node_label_present__add_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_node_label_present__already_set (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_node_label_present__update (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_node_label_present__update_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_secret_absent__delete (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_secret_absent__delete_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_secret_absent__noop (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_secret_absent__noop_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_secret_present__create (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_secret_present__create_no_data (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_secret_present__create_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_secret_present__exists (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_secret_present__exists_test_true (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_secret_present__fail (unit.states.test_kubernetes.KubernetesTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent (unit.states.test_layman.LaymanTestCase)
> [CPU:100.0%|MEM:7.0%] Test to verify that the overlay is absent. ... ok
> test_present (unit.states.test_layman.LaymanTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the overlay is present. ... ok
> test_managed_add_attr (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_add_attr_delete_others (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_add_entry (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_deleteattr (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_deleteentry (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_deletenonexistattr (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_deletenonexistattrinnonexistentry (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_deletenonexistentry (unit.states.test_ldap.LDAPTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_managed_empty (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_no_net_change (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_repeated_values (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_simplereplace (unit.states.test_ldap.LDAPTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent_record_does_not_exist (unit.states.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Try and deny a record that already exists ... ok
> test_absent_record_exists (unit.states.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Try and deny a record that already exists ... ok
> test_absent_zone_not_found (unit.states.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Assert that when you try and ensure absent state for a record to a zone that doesn't exist ... ok
> test_present_record_does_not_exist (unit.states.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Try and create a record that already exists ... ok
> test_present_record_exists (unit.states.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Try and create a record that already exists ... ok
> test_present_zone_not_found (unit.states.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Assert that when you try and ensure present state for a record to a zone that doesn't exist ... ok
> test_zone_absent (unit.states.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Assert that a zone that did exist is absent ... ok
> test_zone_already_absent (unit.states.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Assert that a zone that did not exist is absent ... ok
> test_zone_already_present (unit.states.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Assert that a zone is present (that did exist) ... ok
> test_zone_present (unit.states.test_libcloud_dns.LibcloudDnsModuleTestCase)
> [CPU:0.0%|MEM:7.0%] Assert that a zone is present (that did not exist) ... ok
> test_absent (unit.states.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a Linux ACL does not exist ... ok
> test_absent_recursive (unit.states.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a Linux ACL does not exist ... ok
> test_list_absent (unit.states.test_linux_acl.LinuxAclTestCase)
> [CPU:100.0%|MEM:7.0%] Test to ensure a Linux ACL does not exist ... ok
> test_list_present (unit.states.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a Linux ACL is present ... ok
> test_present (unit.states.test_linux_acl.LinuxAclTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a Linux ACL is present ... ok
> test_present (unit.states.test_locale.LocaleTestCase)
> [CPU:100.0%|MEM:7.0%] Test to generate a locale if it is not present ... ok
> test_system (unit.states.test_locale.LocaleTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set the locale for the system ... ok
> test_until (unit.states.test_loop.LoopTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_until_without_args (unit.states.test_loop.LoopTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_until_without_args_or_kwargs (unit.states.test_loop.LoopTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_until_without_kwargs (unit.states.test_loop.LoopTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_eval_exceptions (unit.states.test_loop.LoopTestCaseNoEval)
> [CPU:0.0%|MEM:7.0%] Test a couple of eval exceptions. ... ok
> test_immediate_failure (unit.states.test_loop.LoopTestCaseNoEval)
> [CPU:33.3%|MEM:7.0%] Test for an immediate failure. ... ok
> test_immediate_success (unit.states.test_loop.LoopTestCaseNoEval)
> [CPU:0.0%|MEM:7.0%] Test for an immediate success. ... skipped 'Slow tests are disabled'
> test_no_eval_exceptions (unit.states.test_loop.LoopTestCaseNoEval)
> [CPU:0.0%|MEM:7.0%] Test exception handling in until_no_eval. ... ok
> test_retried_failure (unit.states.test_loop.LoopTestCaseNoEval)
> [CPU:50.0%|MEM:7.0%] Test if the function fails after the designated timeout. ... ok
> test_retried_success (unit.states.test_loop.LoopTestCaseNoEval)
> [CPU:0.4%|MEM:7.0%] Test if the function does indeed return after a fixed amount of retries. ... ok
> test_test_mode (unit.states.test_loop.LoopTestCaseNoEval)
> [CPU:33.3%|MEM:7.0%] Test response when test_mode is enabled. ... ok
> test_lv_absent (unit.states.test_lvm.LvmTestCase)
> [CPU:50.0%|MEM:7.0%] Test to remove a given existing logical volume ... ok
> test_lv_present (unit.states.test_lvm.LvmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to create a new logical volume ... ok
> test_lv_present_with_force (unit.states.test_lvm.LvmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to create a new logical volume with force=True ... ok
> test_pv_absent (unit.states.test_lvm.LvmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that a Physical Device is not being used by lvm ... ok
> test_pv_present (unit.states.test_lvm.LvmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set a physical device to be used as an LVM physical volume ... ok
> test_vg_absent (unit.states.test_lvm.LvmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to remove an LVM volume group ... ok
> test_vg_present (unit.states.test_lvm.LvmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to create an LVM volume group ... ok
> test_absent (unit.states.test_lvs_server.LvsServerTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the LVS Real Server in specified service is absent. ... ok
> test_present (unit.states.test_lvs_server.LvsServerTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named service is present. ... ok
> test_absent (unit.states.test_lvs_service.LvsServiceTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the LVS Real Server in specified service is absent. ... ok
> test_present (unit.states.test_lvs_service.LvsServiceTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named service is present. ... ok
> test_absent (unit.states.test_lxc.LxcTestCase)
> [CPU:50.0%|MEM:7.0%] Test to ensure a container is not present, destroying it if present. ... ok
> test_edited_conf (unit.states.test_lxc.LxcTestCase)
> [CPU:0.0%|MEM:7.0%] Test to edit LXC configuration options ... ok
> test_frozen (unit.states.test_lxc.LxcTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that a container is frozen. ... ok
> test_present (unit.states.test_lxc.LxcTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify the named container if it exist. ... ok
> test_running (unit.states.test_lxc.LxcTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that a container is running. ... ok
> test_set_pass (unit.states.test_lxc.LxcTestCase)
> [CPU:0.0%|MEM:7.0%] Test to execute set_pass func. ... ok
> test_stopped (unit.states.test_lxc.LxcTestCase)
> [CPU:50.0%|MEM:7.0%] Test to ensure that a container is stopped. ... ok
> test_installed (unit.states.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a bundle ID as being allowed to run with assistive access ... ok
> test_installed_enabled (unit.states.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:7.0%] Test enabling an already enabled bundle ID ... ok
> test_installed_not_disabled (unit.states.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:7.0%] Test disabling an enabled and installed bundle ID ... ok
> test_installed_not_enabled (unit.states.test_mac_assistive.AssistiveTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a bundle ID as being allowed to run with assistive access ... ok
> test_default_keychain (unit.states.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:7.0%] Test setting the default keychain ... ok
> test_default_keychain_missing (unit.states.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:7.0%] Test setting the default keychain when the keychain is missing ... ok
> test_default_keychain_set_already (unit.states.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:7.0%] Test setting the default keychain when it's already set ... ok
> test_install_cert (unit.states.test_mac_keychain.KeychainTestCase)
> [CPU:100.0%|MEM:7.0%] Test installing a certificate into the macOS keychain ... ok
> test_install_cert_salt_fileserver (unit.states.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a certificate into the macOS keychain from the salt ... ok
> test_installed_cert (unit.states.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a certificate into the macOS keychain when it's ... ok
> test_installed_cert_hash_different (unit.states.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a certificate into the macOS keychain when it's ... ok
> test_uninstall_cert (unit.states.test_mac_keychain.KeychainTestCase)
> [CPU:0.0%|MEM:7.0%] Test uninstalling a certificate into the macOS keychain when it's ... ok
> test_uninstalled_cert (unit.states.test_mac_keychain.KeychainTestCase)
> [CPU:50.0%|MEM:7.0%] Test uninstalling a certificate into the macOS keychain when it's ... ok
> test_delete (unit.states.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:7.0%] Test deleting an attribute from a file ... ok
> test_delete_not (unit.states.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:7.0%] Test deleting an attribute that doesn't exist from a file ... ok
> test_exists_already (unit.states.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:7.0%] Test that having the same value does nothing ... ok
> test_exists_change (unit.states.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:7.0%] Test changing and attribute value ... ok
> test_exists_not (unit.states.test_mac_xattr.XAttrTestCase)
> [CPU:0.0%|MEM:7.0%] Test adding an attribute when it doesn't exist ... ok
> test_absent_already (unit.states.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:7.0%] Test ensuring non-existent defaults value is absent ... ok
> test_absent_deleting_existing (unit.states.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:7.0%] Test removing an existing value ... ok
> test_write (unit.states.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:7.0%] Test writing a default setting ... ok
> test_write_boolean (unit.states.test_macdefaults.MacDefaultsTestCase)
> [CPU:100.0%|MEM:7.0%] Test writing a default setting with a boolean ... ok
> test_write_boolean_match (unit.states.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:7.0%] Test writing a default setting with a boolean that is already set to the same value ... ok
> test_write_integer (unit.states.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:7.0%] Test writing a default setting with a integer ... ok
> test_write_integer_match (unit.states.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:7.0%] Test writing a default setting with a integer that is already set to the same value ... ok
> test_write_set (unit.states.test_macdefaults.MacDefaultsTestCase)
> [CPU:0.0%|MEM:7.0%] Test writing a default setting that is already set ... ok
> test_installed_app (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing an APP file ... ok
> test_installed_app_dmg (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:50.0%|MEM:7.0%] Test installing an APP file contained in a DMG file ... ok
> test_installed_app_dmg_exists (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing an APP file contained in a DMG file where the file exists ... ok
> test_installed_app_exists (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing an APP file that already exists ... ok
> test_installed_dmg (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a DMG file ... ok
> test_installed_dmg_exists (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a DMG file when the package already exists ... ok
> test_installed_pkg (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a PKG file ... ok
> test_installed_pkg_exists (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a PKG file where it's already installed ... ok
> test_installed_pkg_only_if_pass (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:100.0%|MEM:7.0%] Test installing a PKG file where the only if call passes ... ok
> test_installed_pkg_version_fails (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a PKG file where the version number if different from the expected one ... ok
> test_installed_pkg_version_succeeds (unit.states.test_macpackage.MacPackageTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a PKG file where the version number matches the current installed version ... ok
> test_absent (unit.states.test_makeconf.MakeconfTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the variable is not in the ``make.conf``. ... ok
> test_present (unit.states.test_makeconf.MakeconfTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the variable is in the ``make.conf`` ... ok
> test_absent (unit.states.test_mdadm_raid.MdadmTestCase)
> [CPU:50.0%|MEM:7.0%] Test to verify that the raid is absent ... ok
> test_present (unit.states.test_mdadm_raid.MdadmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the raid is present ... ok
> test_absent (unit.states.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that a memcached key is not present. ... ok
> test_managed (unit.states.test_memcached.MemcachedTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage a memcached key. ... ok
> test_worker_activated (unit.states.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:7.0%] Test to activate all the workers in the modjk load balancer ... ok
> test_worker_disabled (unit.states.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:7.0%] Test to disable all the workers in the modjk load balancer ... ok
> test_worker_recover (unit.states.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:7.0%] Test to recover all the workers in the modjk load balancer ... ok
> test_worker_stopped (unit.states.test_modjk.ModjkTestCase)
> [CPU:0.0%|MEM:7.0%] Test to stop all the workers in the modjk load balancer ... ok
> test_activate (unit.states.test_modjk_worker.ModjkWorkerTestCase)
> [CPU:0.0%|MEM:7.0%] Test to activate the named worker from the lbn load balancers ... ok
> test_disable (unit.states.test_modjk_worker.ModjkWorkerTestCase)
> [CPU:0.0%|MEM:7.0%] Test to disable the named worker from the lbn load balancers ... ok
> test_stop (unit.states.test_modjk_worker.ModjkWorkerTestCase)
> [CPU:100.0%|MEM:7.0%] Test to stop the named worker from the lbn load balancers ... ok
> test_call_function_named_args (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Test _call_function routine when params are named. Their position ordering should not matter. ... ok
> test_call_function_ordered_and_named_args (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Test _call_function routine when params are not named. Their position should matter. ... ok
> test_call_function_ordered_args (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Test _call_function routine when params are not named. Their position should matter. ... ok
> test_module_run_hidden_varargs (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Tests the return of module.run state when hidden varargs are used with ... ok
> test_module_run_missing_arg (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Tests the return of module.run state when arguments are missing ... ok
> test_module_run_module_not_available (unit.states.test_module.ModuleStateTest)
> [CPU:50.0%|MEM:7.0%] Tests the return of module.run state when the module function ... ok
> test_module_run_test_true (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Tests the return of module.run state when test=True is passed in ... ok
> test_run_42270 (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Test example provided in issue 42270 ... ok
> test_run_42270_kwargs_to_args (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Test module.run filling in args with kwargs with the same name. ... ok
> test_run_args (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Test unnamed args. ... ok
> test_run_batch_call (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Test batch call ... ok
> test_run_correct_arg (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Tests the return of module.run state when arguments are correct ... ok
> test_run_missing_arg (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Tests the return of module.run state when arguments are missing ... ok
> test_run_module_not_available (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Tests the return of module.run state when the module function is not available. ... ok
> test_run_none_return (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Test handling of a broken function that returns None. ... ok
> test_run_state_apply_result_false (unit.states.test_module.ModuleStateTest)
> [CPU:100.0%|MEM:7.0%] Tests the 'result' of module.run that calls state.apply execution module ... ok
> test_run_testmode (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Tests the return of the module.run state when test=True is passed. ... ok
> test_run_typed_return (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%] Test handling of a broken function that returns any type. ... ok
> test_run_unexpected_keywords (unit.states.test_module.ModuleStateTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent (unit.states.test_mongodb_database.MongodbDatabaseTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named database is absent. ... ok
> test_absent (unit.states.test_mongodb_user.MongodbUserTestCase)
> [CPU:100.0%|MEM:7.0%] Test to ensure that the named user is absent. ... ok
> test_present (unit.states.test_mongodb_user.MongodbUserTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the user is present with the specified properties. ... ok
> test__convert_to_device_none (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test the device name conversor ... ok
> test__convert_to_device_token (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test the device name conversor ... ok
> test__convert_to_fast_device (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test the device name conversor ... ok
> test__convert_to_fast_none (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test the device name conversor ... ok
> test__convert_to_fast_token (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test the device name conversor ... ok
> test__convert_to_token_device (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test the device name conversor ... ok
> test_fstab_absent_absent (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_absent ... ok
> test_fstab_absent_aix_present (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_absent ... ok
> test_fstab_absent_aix_test_absent (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_absent ... ok
> test_fstab_absent_macos_present (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_absent ... ok
> test_fstab_absent_macos_test_absent (unit.states.test_mount.MountTestCase)
> [CPU:100.0%|MEM:7.0%] Test fstab_absent ... ok
> test_fstab_absent_present (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_absent ... ok
> test_fstab_absent_test_absent (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_absent ... ok
> test_fstab_absent_test_present (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_absent ... ok
> test_fstab_present_aix_present (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_aix_test_present (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_change (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_fail (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_macos_present (unit.states.test_mount.MountTestCase)
> [CPU:100.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_macos_test_present (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_new (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_present (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_test_change (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_test_error (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_test_new (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_fstab_present_test_present (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test fstab_present ... ok
> test_mod_watch (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test the mounted watcher, called to invoke the watch command. ... ok
> test_mounted (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that a device is mounted. ... ok
> test_mounted_multiple_mounts (unit.states.test_mount.MountTestCase)
> [CPU:33.3%|MEM:7.0%] Test to verify that a device is mounted. ... ok
> test_swap (unit.states.test_mount.MountTestCase)
> [CPU:0.0%|MEM:7.0%] Test to activates a swap device. ... ok
> test_unmounted (unit.states.test_mount.MountTestCase)
> [CPU:50.0%|MEM:7.0%] Test to verify that a device is not mounted ... ok
> test_absent (unit.states.test_mysql_grants.MysqlGrantsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the grant is absent. ... ok
> test_present (unit.states.test_mysql_grants.MysqlGrantsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the grant is present with the specified properties. ... ok
> test_run (unit.states.test_mysql_query.MysqlQueryTestCase)
> [CPU:0.0%|MEM:7.0%] Test to execute an arbitrary query on the specified database. ... ok
> test_absent (unit.states.test_mysql_user.MysqlUserTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named user is absent. ... ok
> test_present (unit.states.test_mysql_user.MysqlUserTestCase)
> [CPU:50.0%|MEM:7.0%] Test to ensure that the named user is present with ... ok
> test_configured (unit.states.test_net_napalm_yang.NetyangTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed (unit.states.test_net_napalm_yang.NetyangTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed (unit.states.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named interface is configured properly ... ok
> test_routes (unit.states.test_network.NetworkTestCase)
> [CPU:100.0%|MEM:7.0%] Test to manage network interface static routes. ... ok
> test_system (unit.states.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that global network settings ... ok
> test_downloaded (unit.states.test_nexus.nexusTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensures that the artifact from nexus exists at ... ok
> test_append (unit.states.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to append a rule to a chain ... ok
> test_chain_absent (unit.states.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify the chain is absent. ... ok
> test_chain_present (unit.states.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify the chain is exist. ... ok
> test_delete (unit.states.test_nftables.NftablesTestCase)
> [CPU:50.0%|MEM:7.0%] Test to delete a rule to a chain ... ok
> test_flush (unit.states.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to flush current nftables state ... ok
> test_insert (unit.states.test_nftables.NftablesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to insert a rule into a chain ... ok
> test_bootstrap (unit.states.test_npm.NpmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to bootstraps a node.js application. ... ok
> test_cache_cleaned (unit.states.test_npm.NpmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the npm cache is cleaned. ... ok
> test_installed (unit.states.test_npm.NpmTestCase)
> [CPU:100.0%|MEM:7.0%] Test to verify that the given package is installed ... ok
> test_removed (unit.states.test_npm.NpmTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the given package is not installed. ... ok
> test_managed (unit.states.test_ntp.NtpTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage NTP servers. ... ok
> test_config_absent (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:config_absent method - remove config ... ok
> test_config_absent_already_configured (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:config_absent method - add config removed ... ok
> test_config_absent_test_opts (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:config_absent method - remove config ... ok
> test_config_present (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:config_present method - add config ... ok
> test_config_present_already_configured (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:config_present method - add config already configured ... ok
> test_config_present_fail_to_add (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:config_present method - add config fails ... ok
> test_config_present_test_opts (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:config_present method - add config ... ok
> test_replace (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:100.0%|MEM:7.0%] UT: nxos module:replace method - replace config ... ok
> test_replace_test_opts (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:replace method - replace config ... ok
> test_user_absent (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:user_absent method - remove user ... ok
> test_user_absent_test_opts (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:user_absent method - remove user ... ok
> test_user_absent_user_does_not_exist (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:user_absent method - remove user ... ok
> test_user_present_create (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:user_present method - create ... ok
> test_user_present_create_encrypted_password_no_roles_opts_test (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:user_present method - encrypted password, no roles ... ok
> test_user_present_create_non_defaults (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:user_present method - create non default opts ... ok
> test_user_present_create_opts_test (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:50.0%|MEM:7.0%] UT: nxos module:user_present method - create ... ok
> test_user_present_create_user_exists (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:user_present method - user exists ... ok
> test_user_present_create_user_exists_opts_test (unit.states.test_nxos.NxosNxapiStatesTestCase)
> [CPU:0.0%|MEM:7.0%] UT: nxos module:user_present method - user exists ... ok
> test_absent (unit.states.test_openstack_config.OpenstackConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a value is not set in an OpenStack configuration file. ... ok
> test_present (unit.states.test_openstack_config.OpenstackConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a value is set in an OpenStack configuration file. ... ok
> test_present (unit.states.test_openvswitch_port.OpenvswitchPortTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the named port exists on bridge, eventually creates it. ... ok
> test_create_event (unit.states.test_pagerduty.PagerdutyTestCase)
> [CPU:0.0%|MEM:7.0%] Test to create an event on the PagerDuty service. ... ok
> test_generate_absent (unit.states.test_pdbedit.PdbeditTestCase)
> [CPU:0.0%|MEM:7.0%] Test salt.states.pdbedit.absent when ... ok
> test_installed (unit.states.test_pecl.PeclTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure that a pecl extension is installed. ... ok
> test_removed (unit.states.test_pecl.PeclTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure that a pecl extension is not installed. ... ok
> test_install_in_editable_mode (unit.states.test_pip_state.PipStateTest)
> [CPU:50.0%|MEM:7.0%] Check that `name` parameter containing bad characters is not parsed by ... ok
> test_install_requirements_custom_pypi (unit.states.test_pip_state.PipStateTest)
> [CPU:0.0%|MEM:7.0%] test requirement parsing for both when a custom ... ok
> test_install_requirements_custom_pypi_changes (unit.states.test_pip_state.PipStateTest)
> [CPU:0.0%|MEM:7.0%] test requirement parsing for both when a custom ... ok
> test_install_requirements_parsing (unit.states.test_pip_state.PipStateTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_has_exceptions_mod_function (unit.states.test_pip_state.PipStateUtilsTest)
> [CPU:25.8%|MEM:7.0%]  ... ok
> test_has_internal_exceptions_mod_function (unit.states.test_pip_state.PipStateUtilsTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_pip_purge_method_with_pip (unit.states.test_pip_state.PipStateUtilsTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_pip_purge_method_without_pip (unit.states.test_pip_state.PipStateUtilsTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_fulfills_version_spec (unit.states.test_pkg.PkgTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_fulfills_version_string (unit.states.test_pkg.PkgTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_parse_version_string (unit.states.test_pkg.PkgTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_uptodate_no_changes (unit.states.test_pkg.PkgTestCase)
> [CPU:0.0%|MEM:7.0%] Test pkg.uptodate with no changes ... ok
> test_uptodate_with_changes (unit.states.test_pkg.PkgTestCase)
> [CPU:0.0%|MEM:7.0%] Test pkg.uptodate with simulated changes ... ok
> test_uptodate_with_failed_changes (unit.states.test_pkg.PkgTestCase)
> [CPU:0.0%|MEM:7.0%] Test pkg.uptodate with simulated failed changes ... ok
> test_uptodate_with_pkgs_no_changes (unit.states.test_pkg.PkgTestCase)
> [CPU:50.0%|MEM:7.0%] Test pkg.uptodate with no changes ... ok
> test_uptodate_with_pkgs_with_changes (unit.states.test_pkg.PkgTestCase)
> [CPU:0.0%|MEM:7.0%] Test pkg.uptodate with simulated changes ... ok
> test_update_packaging_site (unit.states.test_pkgng.PkgngTestCase)
> [CPU:0.0%|MEM:7.0%] Test to execute update_packaging_site. ... ok
> test_new_key_url (unit.states.test_pkgrepo.PkgrepoTestCase)
> [CPU:0.0%|MEM:7.0%] Test when only the key_url is changed that a change is triggered ... ok
> test_update_key_url (unit.states.test_pkgrepo.PkgrepoTestCase)
> [CPU:0.0%|MEM:7.0%] Test when only the key_url is changed that a change is triggered ... ok
> test_flags (unit.states.test_portage_config.PortageConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Test to enforce the given flags on the given package or ``DEPEND`` atom. ... ok
> test_mod_init (unit.states.test_portage_config.PortageConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Test to enforce a nice structure on the configuration files. ... ok
> test_installed (unit.states.test_ports.PortsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the desired port is installed, ... ok
> test_absent (unit.states.test_postgres.PostgresExtensionTestCase)
> [CPU:0.0%|MEM:7.0%] scenario of creating upgrading extensions with possible schema and ... ok
> test_absent_failed (unit.states.test_postgres.PostgresExtensionTestCase)
> [CPU:50.0%|MEM:7.0%] scenario of creating upgrading extensions with possible schema and ... ok
> test_absent_failedtest (unit.states.test_postgres.PostgresExtensionTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present (unit.states.test_postgres.PostgresExtensionTestCase)
> [CPU:0.0%|MEM:7.0%] scenario of creating upgrading extensions with possible schema and ... ok
> test_present_failed (unit.states.test_postgres.PostgresExtensionTestCase)
> [CPU:0.0%|MEM:7.0%] scenario of creating upgrading extensions with possible schema and ... ok
> test_presenttest (unit.states.test_postgres.PostgresExtensionTestCase)
> [CPU:50.0%|MEM:7.0%] scenario of creating upgrading extensions with possible schema and ... ok
> test_present__creation (unit.states.test_postgres.PostgresGroupTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present__no_update (unit.states.test_postgres.PostgresGroupTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present__update (unit.states.test_postgres.PostgresGroupTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent_noremove (unit.states.test_postgres.PostgresSchemaTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent_remove (unit.states.test_postgres.PostgresSchemaTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_creation (unit.states.test_postgres.PostgresSchemaTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_present_nocreation (unit.states.test_postgres.PostgresSchemaTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_present__creation (unit.states.test_postgres.PostgresUserTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present__no_update (unit.states.test_postgres.PostgresUserTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present__update (unit.states.test_postgres.PostgresUserTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent (unit.states.test_postgres_cluster.PostgresClusterTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named database is absent. ... ok
> test_present (unit.states.test_postgres_cluster.PostgresClusterTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named database is present ... ok
> test_absent (unit.states.test_postgres_database.PostgresDatabaseTestCase)
> [CPU:100.0%|MEM:7.0%] Test to ensure that the named database is absent. ... ok
> test_present (unit.states.test_postgres_database.PostgresDatabaseTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named database is present ... ok
> test_absent (unit.states.test_postgres_extension.PostgresExtensionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named extension is absent. ... ok
> test_present (unit.states.test_postgres_extension.PostgresExtensionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named extension is present ... ok
> test_absent (unit.states.test_postgres_group.PostgresGroupTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named group is absent. ... ok
> test_present (unit.states.test_postgres_group.PostgresGroupTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named group is present ... ok
> test_present_existing (unit.states.test_postgres_initdb.PostgresInitdbTestCase)
> [CPU:100.0%|MEM:7.0%] Test existing data directory handled correctly ... ok
> test_present_non_existing_fail (unit.states.test_postgres_initdb.PostgresInitdbTestCase)
> [CPU:0.0%|MEM:7.0%] Test non existing data directory fail ... ok
> test_present_non_existing_pass (unit.states.test_postgres_initdb.PostgresInitdbTestCase)
> [CPU:0.0%|MEM:7.0%] Test non existing data directory ok ... ok
> test_absent_existing (unit.states.test_postgres_language.PostgresLanguageTestCase)
> [CPU:0.0%|MEM:7.0%] Test absent, language present in database ... ok
> test_absent_non_existing (unit.states.test_postgres_language.PostgresLanguageTestCase)
> [CPU:0.0%|MEM:7.0%] Test absent, language not present in database ... ok
> test_present_existing (unit.states.test_postgres_language.PostgresLanguageTestCase)
> [CPU:0.0%|MEM:7.0%] Test present, language is already present in database ... ok
> test_present_non_existing_fail (unit.states.test_postgres_language.PostgresLanguageTestCase)
> [CPU:0.0%|MEM:7.0%] Test present, language not present in database - fail ... ok
> test_present_non_existing_pass (unit.states.test_postgres_language.PostgresLanguageTestCase)
> [CPU:0.0%|MEM:7.0%] Test present, language not present in database - pass ... ok
> test_absent_group (unit.states.test_postgres_privileges.PostgresPrivilegesTestCase)
> [CPU:50.0%|MEM:7.0%] Test absent group ... ok
> test_absent_table (unit.states.test_postgres_privileges.PostgresPrivilegesTestCase)
> [CPU:0.0%|MEM:7.0%] Test absent ... ok
> test_present_group (unit.states.test_postgres_privileges.PostgresPrivilegesTestCase)
> [CPU:0.0%|MEM:7.0%] Test present group ... ok
> test_present_table (unit.states.test_postgres_privileges.PostgresPrivilegesTestCase)
> [CPU:0.0%|MEM:7.0%] Test present ... ok
> test_absent (unit.states.test_postgres_schema.PostgresSchemaTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named schema is absent. ... ok
> test_present (unit.states.test_postgres_schema.PostgresSchemaTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named schema is present in the database. ... ok
> test_absent (unit.states.test_postgres_user.PostgresUserTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named user is absent. ... ok
> test_present (unit.states.test_postgres_user.PostgresUserTestCase)
> [CPU:100.0%|MEM:7.0%] Test to ensure that the named user is present ... ok
> test_license_absent (unit.states.test_powerpath.PowerpathTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensures that the specified PowerPath license key is absent ... ok
> test_license_present (unit.states.test_powerpath.PowerpathTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensures that the specified PowerPath license key is present ... ok
> test_absent (unit.states.test_process.ProcessTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensures that the named command is not running. ... ok
> test_set_proxy_macos (unit.states.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure we can set the proxy settings on macOS ... ok
> test_set_proxy_macos_same (unit.states.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure we can set the proxy settings on macOS ... ok
> test_set_proxy_windows (unit.states.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure we can set the proxy settings on Windows ... ok
> test_set_proxy_windows_same (unit.states.test_proxy.ProxyTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure we can set the proxy settings on Windows ... ok
> test_absent (unit.states.test_pyenv.PyenvTestCase)
> [CPU:50.0%|MEM:7.0%] Test to verify that the specified python is not installed with pyenv. ... ok
> test_install_pyenv (unit.states.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:7.0%] Test to install pyenv if not installed. ... ok
> test_installed (unit.states.test_pyenv.PyenvTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the specified python is installed with pyenv. ... ok
> test_absent (unit.states.test_pyrax_queues.PyraxQueuesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named Rackspace queue is deleted. ... ok
> test_present (unit.states.test_pyrax_queues.PyraxQueuesTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the RackSpace queue exists. ... ok
> test_mode (unit.states.test_quota.QuotaTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set the quota for the system. ... ok
> test_joined (unit.states.test_rabbitmq_cluster.RabbitmqClusterTestCase)
> [CPU:100.0%|MEM:7.0%] Test to ensure the current node joined ... ok
> test_disabled (unit.states.test_rabbitmq_plugin.RabbitmqPluginTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the RabbitMQ plugin is disabled. ... ok
> test_enabled (unit.states.test_rabbitmq_plugin.RabbitmqPluginTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the RabbitMQ plugin is enabled. ... ok
> test_absent (unit.states.test_rabbitmq_policy.RabbitmqPolicyTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named policy is absent. ... ok
> test_present (unit.states.test_rabbitmq_policy.RabbitmqPolicyTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the RabbitMQ policy exists. ... ok
> test_absent (unit.states.test_rabbitmq_vhost.RabbitmqVhostTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named user is absent. ... ok
> test_present (unit.states.test_rabbitmq_vhost.RabbitmqVhostTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the RabbitMQ VHost exists. ... ok
> test_absent (unit.states.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the specified ruby is not installed with rbenv. ... ok
> test_install_rbenv (unit.states.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:7.0%] Test to install rbenv if not installed. ... ok
> test_installed (unit.states.test_rbenv.RbenvTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the specified ruby is installed with rbenv. ... ok
> test_disabled (unit.states.test_rdp.RdpTestCase)
> [CPU:50.0%|MEM:7.0%] Test to disable the RDP service. ... ok
> test_enabled (unit.states.test_rdp.RdpTestCase)
> [CPU:0.0%|MEM:7.0%] Test to enable the RDP service and make sure access ... ok
> test_absent (unit.states.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure key absent from redis. ... ok
> test_string (unit.states.test_redismod.RedismodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the key exists in redis with the value specified. ... ok
> test_absent (unit.states.test_reg.RegTestCase)
> [CPU:0.0%|MEM:7.0%] Test to remove a registry entry. ... skipped 'System is not Windows'
> test_absent_already_absent (unit.states.test_reg.RegTestCase)
> [CPU:0.0%|MEM:7.0%] Test to remove a registry entry. ... skipped 'System is not Windows'
> test_absent_already_absent_test_true (unit.states.test_reg.RegTestCase)
> [CPU:0.0%|MEM:7.0%] Test to remove a registry entry. ... skipped 'System is not Windows'
> test_absent_test_true (unit.states.test_reg.RegTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'System is not Windows'
> test_present (unit.states.test_reg.RegTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set a registry entry. ... skipped 'System is not Windows'
> test_present_existing (unit.states.test_reg.RegTestCase)
> [CPU:100.0%|MEM:7.0%]  ... skipped 'System is not Windows'
> test_present_existing_key_only (unit.states.test_reg.RegTestCase)
> [CPU:0.0%|MEM:7.0%] Test setting only a key with no value name ... skipped 'System is not Windows'
> test_present_existing_test_true (unit.states.test_reg.RegTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'System is not Windows'
> test_present_string_dword (unit.states.test_reg.RegTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set a registry entry. ... skipped 'System is not Windows'
> test_present_string_dword_existing (unit.states.test_reg.RegTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set a registry entry. ... skipped 'System is not Windows'
> test_present_test_true (unit.states.test_reg.RegTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'System is not Windows'
> test_syncronized (unit.states.test_rsync.RsyncTestCase)
> [CPU:0.0%|MEM:7.0%] Test to perform an rsync.synchorized call that succeeds ... ok
> test_syncronized_failed (unit.states.test_rsync.RsyncTestCase)
> [CPU:0.0%|MEM:7.0%] Test to perform an rsync.synchorized call that fails ... ok
> test_syncronized_test_true (unit.states.test_rsync.RsyncTestCase)
> [CPU:0.0%|MEM:7.0%] Test to perform an rsync.synchorized call that fails ... ok
> test__check_and_install_ruby (unit.states.test_rvm.TestRvmState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test__check_ruby (unit.states.test_rvm.TestRvmState)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test__check_rvm (unit.states.test_rvm.TestRvmState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_gemset_present (unit.states.test_rvm.TestRvmState)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_installed (unit.states.test_rvm.TestRvmState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_installed_with_env (unit.states.test_rvm.TestRvmState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_installed_with_opts (unit.states.test_rvm.TestRvmState)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_function (unit.states.test_saltmod.SaltmodTestCase)
> [CPU:50.0%|MEM:7.0%] Test to execute a single module function on a remote ... skipped 'Slow tests are disabled'
> test_runner (unit.states.test_saltmod.SaltmodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to execute a runner module on the master ... ok
> test_state (unit.states.test_saltmod.SaltmodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to invoke a state run on a given target ... skipped 'Slow tests are disabled'
> test_state_ssh (unit.states.test_saltmod.SaltmodTestCase)
> [CPU:0.0%|MEM:7.0%] Test saltmod passes roster to saltutil.cmd ... skipped 'Slow tests are disabled'
> test_wait_for_event (unit.states.test_saltmod.SaltmodTestCase)
> [CPU:0.0%|MEM:7.0%] Test to watch Salt's event bus and block until a condition is met ... ok
> test_wheel (unit.states.test_saltmod.SaltmodTestCase)
> [CPU:33.3%|MEM:7.0%] Test to execute a wheel module on the master ... ok
> test_statemod_state (unit.states.test_saltmod.StatemodTests)
> [CPU:0.0%|MEM:7.0%] Smoke test for for salt.states.statemod.state().  Ensures that we ... ok
> test_saltutil_sync_all_change (unit.states.test_saltutil.Saltutil)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_saltutil_sync_all_nochange (unit.states.test_saltutil.Saltutil)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_saltutil_sync_all_test (unit.states.test_saltutil.Saltutil)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_saltutil_sync_states_should_match_saltutil_module (unit.states.test_saltutil.Saltutil)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent (unit.states.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a job is absent from the schedule. ... ok
> test_present (unit.states.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a job is present in the schedule. ... ok
> test_boolean (unit.states.test_selinux.SelinuxTestCase)
> [CPU:50.0%|MEM:7.0%] Test to set up an SELinux boolean. ... ok
> test_mode (unit.states.test_selinux.SelinuxTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verifies the mode SELinux is running in, ... ok
> test_monitored (unit.states.test_serverdensity_device.ServerdensityDeviceTestCase)
> [CPU:0.0%|MEM:7.0%] Test to device is monitored with Server Density. ... ok
> test_dead (unit.states.test_service.ServiceTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named service is dead ... ok
> test_dead_with_missing_service (unit.states.test_service.ServiceTestCase)
> [CPU:50.0%|MEM:7.0%] Tests the case in which a service.dead state is executed on a state ... ok
> test_disabled (unit.states.test_service.ServiceTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the service is disabled ... ok
> test_enabled (unit.states.test_service.ServiceTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the service is enabled ... ok
> test_mod_watch (unit.states.test_service.ServiceTestCase)
> [CPU:0.0%|MEM:7.0%] Test to the service watcher, called to invoke the watch command. ... ok
> test_running (unit.states.test_service.ServiceTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verify that the service is running ... ok
> test_running_with_reload (unit.states.test_service.ServiceTestCaseFunctional)
> [CPU:33.3%|MEM:7.0%]  ... skipped 'Destructive tests are disabled'
> test_post_message_apikey (unit.states.test_slack.SlackTestCase)
> [CPU:0.0%|MEM:7.0%] Test to send a message to a Slack channel using an API Key. ... ok
> test_post_message_webhook (unit.states.test_slack.SlackTestCase)
> [CPU:100.0%|MEM:7.0%] Test to send a message to a Slack channel using an webhook. ... ok
> test_config_present_does_not_exist (unit.states.test_smartos.SmartOsTestCase)
> [CPU:0.0%|MEM:7.0%] Test salt.states.smartos.config_present ... ok
> test_parse_vmconfig_vrrp (unit.states.test_smartos.SmartOsTestCase)
> [CPU:0.0%|MEM:7.0%] Test _parse_vmconfig's vrid -> mac convertor ... ok
> test_send_msg (unit.states.test_smtp.SmtpTestCase)
> [CPU:0.0%|MEM:7.0%] Test to send a message via SMTP ... ok
> test_absent (unit.states.test_splunk_search.SplunkSearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a search is absent. ... ok
> test_present (unit.states.test_splunk_search.SplunkSearchTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a search is present. ... ok
> test_absent (unit.states.test_ssh_auth.SshAuthTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verifies that the specified SSH key is absent. ... ok
> test_manage (unit.states.test_ssh_auth.SshAuthTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verifies that the specified SSH key is absent. ... ok
> test_present (unit.states.test_ssh_auth.SshAuthTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verifies that the specified SSH key ... ok
> test_absent (unit.states.test_ssh_known_hosts.SshKnownHostsTestCase)
> [CPU:50.0%|MEM:7.0%] Test to verifies that the specified host is not known by the given user. ... ok
> test_present (unit.states.test_ssh_known_hosts.SshKnownHostsTestCase)
> [CPU:0.0%|MEM:7.0%] Test to verifies that the specified host is known by the specified user. ... ok
> test_loadavg (unit.states.test_status.StatusTestCase)
> [CPU:0.0%|MEM:7.0%] Test to return the current load average for the specified minion. ... ok
> test_process (unit.states.test_status.StatusTestCase)
> [CPU:0.0%|MEM:7.0%] Test to return whether the specified signature ... ok
> test_dead (unit.states.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named service is dead (not running). ... ok
> test_mod_watch (unit.states.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:7.0%] Test to always restart on watch. ... ok
> test_running (unit.states.test_supervisord.SupervisordTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the named service is running. ... ok
> test_dirty (unit.states.test_svn.SvnTestCase)
> [CPU:100.0%|MEM:7.0%] Test to determine if the working directory has been changed. ... ok
> test_export (unit.states.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:7.0%] Test to export a file or directory from an SVN repository ... ok
> test_latest (unit.states.test_svn.SvnTestCase)
> [CPU:0.0%|MEM:7.0%] Checkout or update the working directory to ... ok
> test_present (unit.states.test_sysctl.SysctlTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named sysctl value is set ... ok
> test_generate_filter_config (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_generate_given_config (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_generate_global_options_config (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_generate_log_config (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_generate_rewrite_config (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_generate_short_form_statement (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_generate_source_config (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_generate_tcp_source_config (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_generate_template_config (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_started_state_generate_valid_cli_command (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_write_config (unit.states.test_syslog_ng.SyslogNGTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent (unit.states.test_sysrc.SysrcTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a sysrc variable is absent. ... ok
> test_managed (unit.states.test_sysrc.SysrcTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure a sysrc variable is set to a specific value. ... ok
> test_check_pillar_dictionary (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the check_pillar function ... ok
> test_check_pillar_present (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the check_pillar function ... ok
> test_check_pillar_string (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure the check_pillar function ... ok
> test_configurable_test_state (unit.states.test_test.TestTestCase)
> [CPU:50.0%|MEM:7.0%] Test test.configurable_test_state with and without comment ... ok
> test_configurable_test_state_changes (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test test.configurable_test_state with permutations of changes and with ... ok
> test_configurable_test_state_result (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test test.configurable_test_state with permutations of result and with ... ok
> test_configurable_test_state_test (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test test.configurable_test_state with test=True with and without ... ok
> test_configurable_test_state_warnings (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test test.configurable_test_state with and without warnings ... ok
> test_fail_with_changes (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test to returns failure and changes is not empty. ... ok
> test_fail_without_changes (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test to returns failure. ... ok
> test_mod_watch (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test to call this function via a watch statement ... ok
> test_succeed_with_changes (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test to returns successful and changes is not empty ... ok
> test_succeed_without_changes (unit.states.test_test.TestTestCase)
> [CPU:0.0%|MEM:7.0%] Test to returns successful. ... ok
> test_system (unit.states.test_timezone.TimezoneTestCase)
> [CPU:0.0%|MEM:7.0%] Test to set the timezone for the system. ... ok
> test_mod_watch (unit.states.test_tomcat.TomcatTestCase)
> [CPU:100.0%|MEM:7.0%] Test to the tomcat watcher function. ... ok
> test_undeployed (unit.states.test_tomcat.TomcatTestCase)
> [CPU:0.0%|MEM:7.0%] Test to enforce that the WAR will be un-deployed from the server ... ok
> test_wait (unit.states.test_tomcat.TomcatTestCase)
> [CPU:0.0%|MEM:7.0%] Test to wait for the tomcat manager to load ... ok
> test_war_deployed (unit.states.test_tomcat.TomcatTestCase)
> [CPU:0.0%|MEM:7.0%] Test to enforce that the WAR will be deployed and ... ok
> test_war_deployed_no_version (unit.states.test_tomcat.TomcatTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that going from versions to no versions and back work, as well ... ok
> test_absent (unit.states.test_user.UserTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named user is absent ... ok
> test_changes (unit.states.test_user.UserTestCase)
> [CPU:0.0%|MEM:7.0%] Test salt.states.user._changes ... ok
> test_present (unit.states.test_user.UserTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named user is present with ... ok
> test_present_invalid_gid_change (unit.states.test_user.UserTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_present_invalid_uid_change (unit.states.test_user.UserTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_invalid_uid_gid_change (unit.states.test_user.UserTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_present_uid_gid_change (unit.states.test_user.UserTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_additions_installed (unit.states.test_vbox_guest.VboxGuestTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the VirtualBox Guest Additions are installed ... ok
> test_additions_removed (unit.states.test_vbox_guest.VboxGuestTestCase)
> [CPU:100.0%|MEM:7.0%] Test to ensure that the VirtualBox Guest Additions are removed. ... ok
> test_grantaccess_to_sharedfolders (unit.states.test_vbox_guest.VboxGuestTestCase)
> [CPU:0.0%|MEM:7.0%] Test to grant access to auto-mounted shared folders to the users. ... ok
> test_defined (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] defined state test cases. ... ok
> test_keys (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage libvirt keys. ... ok
> test_keys_with_all_options (unit.states.test_virt.LibvirtTestCase)
> [CPU:50.0%|MEM:7.0%] Test to manage libvirt keys. ... ok
> test_keys_with_expiration_days (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage libvirt keys. ... ok
> test_keys_with_state (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage libvirt keys. ... ok
> test_network_defined (unit.states.test_virt.LibvirtTestCase)
> [CPU:50.0%|MEM:7.0%] network_defined state test cases. ... ok
> test_network_running (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] network_running state test cases. ... ok
> test_pool_defined (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] pool_defined state test cases. ... ok
> test_pool_deleted (unit.states.test_virt.LibvirtTestCase)
> [CPU:50.0%|MEM:7.0%] Test the pool_deleted state ... ok
> test_pool_running (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] pool_running state test cases. ... ok
> test_powered_off (unit.states.test_virt.LibvirtTestCase)
> [CPU:33.3%|MEM:7.0%] powered_off state test cases. ... ok
> test_rebooted (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] rebooted state test cases. ... ok
> test_running (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] running state test cases. ... ok
> test_snapshot (unit.states.test_virt.LibvirtTestCase)
> [CPU:40.0%|MEM:7.0%] snapshot state test cases. ... ok
> test_stopped (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] stopped state test cases. ... ok
> test_volume_defined (unit.states.test_virt.LibvirtTestCase)
> [CPU:0.0%|MEM:7.0%] test the virt.volume_defined state ... ok
> test_managed (unit.states.test_virtualenv_mod.VirtualenvModTestCase)
> [CPU:33.3%|MEM:7.0%] Test to create a virtualenv and optionally manage it with pip ... ok
> test_new_user_error (unit.states.test_webutil.HtpasswdTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns False when adding user to htpasswd failed ... ok
> test_new_user_success (unit.states.test_webutil.HtpasswdTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns True when new user is added to htpasswd file ... ok
> test_user_exists_already (unit.states.test_webutil.HtpasswdTestCase)
> [CPU:0.0%|MEM:7.0%] Test if it returns True when user already exists in htpasswd file ... ok
> test_add_serial (unit.states.test_win_certutil.CertUtilTestCase)
> [CPU:0.0%|MEM:7.0%] Test adding a certificate to specified certificate store ... ok
> test_add_serial_exists (unit.states.test_win_certutil.CertUtilTestCase)
> [CPU:100.0%|MEM:7.0%] Test adding a certificate to specified certificate store when the cert already exists ... ok
> test_add_serial_fail (unit.states.test_win_certutil.CertUtilTestCase)
> [CPU:0.0%|MEM:7.0%] Test adding a certificate when the add fails ... ok
> test_add_serial_missing (unit.states.test_win_certutil.CertUtilTestCase)
> [CPU:0.0%|MEM:7.0%] Test adding a certificate to specified certificate store when the file doesn't exist ... ok
> test_del_serial (unit.states.test_win_certutil.CertUtilTestCase)
> [CPU:0.0%|MEM:7.0%] Test deleting a certificate from a specified certificate store ... ok
> test_del_serial_doesnt_exists (unit.states.test_win_certutil.CertUtilTestCase)
> [CPU:0.0%|MEM:7.0%] Test deleting a certificate to specified certificate store when the cert doesn't exists ... ok
> test_del_serial_fail (unit.states.test_win_certutil.CertUtilTestCase)
> [CPU:0.0%|MEM:7.0%] Test deleting a certificate from the store when the delete fails ... ok
> test_del_serial_missing (unit.states.test_win_certutil.CertUtilTestCase)
> [CPU:0.0%|MEM:7.0%] Test deleting a certificate to specified certificate store when the file doesn't exist ... ok
> test_capability_installed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:50.0%|MEM:7.0%] Test capability installed state ... ok
> test_capability_installed_failure (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a capability which fails with DISM ... ok
> test_capability_installed_installed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a capability already installed ... ok
> test_capability_removed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test capability removed state ... ok
> test_capability_removed_failure (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test removing a capability which fails with DISM ... ok
> test_capability_removed_removed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test removing a capability already removed ... ok
> test_feature_installed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a feature with DISM ... ok
> test_feature_installed_failure (unit.states.test_win_dism.WinDismTestCase)
> [CPU:100.0%|MEM:7.0%] Test installing a feature which fails with DISM ... ok
> test_feature_installed_installed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a feature already installed ... ok
> test_feature_removed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test removing a feature with DISM ... ok
> test_feature_removed_failure (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test removing a feature which fails with DISM ... ok
> test_feature_removed_removed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test removing a feature already removed ... ok
> test_package_installed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a package with DISM ... ok
> test_package_installed_failure (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a package which fails with DISM ... ok
> test_package_installed_installed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test installing a package already installed ... ok
> test_package_removed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:100.0%|MEM:7.0%] Test removing a package with DISM ... ok
> test_package_removed_failure (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test removing a package which fails with DISM ... ok
> test_package_removed_removed (unit.states.test_win_dism.WinDismTestCase)
> [CPU:0.0%|MEM:7.0%] Test removing a package already removed ... ok
> test_dns_dhcp (unit.states.test_win_dns_client.WinDnsClientTestCase)
> [CPU:0.0%|MEM:7.0%] Test to configure the DNS server list from DHCP Server ... ok
> test_dns_exists (unit.states.test_win_dns_client.WinDnsClientTestCase)
> [CPU:50.0%|MEM:7.0%] Test to configure the DNS server list in the specified interface ... ok
> test_primary_suffix (unit.states.test_win_dns_client.WinDnsClientTestCase)
> [CPU:0.0%|MEM:7.0%] Test to configure the global primary DNS suffix of a DHCP client. ... ok
> test_webconfiguration_settings_collection (unit.states.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_webconfiguration_settings_collection_failure (unit.states.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_webconfiguration_settings_no_settings (unit.states.test_win_iis.WinIisTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test__compare_policies_dict (unit.states.test_win_lgpo.WinLGPOComparePoliciesTestCase)
> [CPU:0.0%|MEM:7.0%] ``_compare_policies`` should only return ``True`` when the dicts are the ... ok
> test__compare_policies_integer (unit.states.test_win_lgpo.WinLGPOComparePoliciesTestCase)
> [CPU:0.0%|MEM:7.0%] ``_compare_policies`` should only return ``True`` when the integer ... ok
> test__compare_policies_list (unit.states.test_win_lgpo.WinLGPOComparePoliciesTestCase)
> [CPU:0.0%|MEM:7.0%] ``_compare_policies`` should only return ``True`` when the lists are the ... ok
> test__compare_policies_string (unit.states.test_win_lgpo.WinLGPOComparePoliciesTestCase)
> [CPU:0.0%|MEM:7.0%] ``_compare_policies`` should only return ``True`` when the string values ... ok
> test_current_element_naming_style (unit.states.test_win_lgpo.WinLGPOPolicyElementNames)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Destructive tests are disabled'
> test_invalid_elements (unit.states.test_win_lgpo.WinLGPOPolicyElementNames)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Destructive tests are disabled'
> test_old_element_naming_style (unit.states.test_win_lgpo.WinLGPOPolicyElementNames)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Destructive tests are disabled'
> test_current_element_naming_style (unit.states.test_win_lgpo.WinLGPOPolicyElementNamesTestTrue)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Destructive tests are disabled'
> test_invalid_elements (unit.states.test_win_lgpo.WinLGPOPolicyElementNamesTestTrue)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Destructive tests are disabled'
> test_old_element_naming_style (unit.states.test_win_lgpo.WinLGPOPolicyElementNamesTestTrue)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Destructive tests are disabled'
> test_activate (unit.states.test_win_license.LicenseTestCase)
> [CPU:100.0%|MEM:7.0%] Test activating the given product key ... ok
> test_installed_activate_fail (unit.states.test_win_license.LicenseTestCase)
> [CPU:0.0%|MEM:7.0%] Test activating the given product key when the install fails ... ok
> test_installed_activated (unit.states.test_win_license.LicenseTestCase)
> [CPU:0.0%|MEM:7.0%] Test activating the given product key when its already activated ... ok
> test_installed_install_fail (unit.states.test_win_license.LicenseTestCase)
> [CPU:0.0%|MEM:7.0%] Test activating the given product key when the install fails ... ok
> test_installed_not_activated (unit.states.test_win_license.LicenseTestCase)
> [CPU:0.0%|MEM:7.0%] Test activating the given product key when the key is installed but not activated ... ok
> test_managed (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_failed (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_managed_get_current_config_failed (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_missing_parameters (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that the named interface is configured properly. ... ok
> test_managed_static_dns (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_static_dns_clear (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_static_dns_no_action (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_static_enabled_false (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_test_true (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_test_true_changes (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_managed_test_true_no_changes (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_managed_validate_errors (unit.states.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_absent (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Test various cases for win_path.absent ... ok
> test_exists_add_index_already_present (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_exists_add_index_already_present_test_mode (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_exists_add_no_index_already_present (unit.states.test_win_path.WinPathTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_exists_add_no_index_already_present_test_mode (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_exists_add_no_index_failure (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when the directory isn't already in the PATH and ... ok
> test_exists_add_no_index_failure_exception (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when the directory isn't already in the PATH and ... ok
> test_exists_add_no_index_success (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when the directory isn't already in the PATH and ... ok
> test_exists_change_index_add_exception (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when the directory is already in the PATH but an ... ok
> test_exists_change_index_failure (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when the directory is already in the PATH and ... ok
> test_exists_change_index_success (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when the directory is already in the PATH and ... ok
> test_exists_change_index_test_mode (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when the directory is already in the PATH and ... ok
> test_exists_change_negative_index_add_exception (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when the directory is already in the PATH but an ... ok
> test_exists_change_negative_index_failure (unit.states.test_win_path.WinPathTestCase)
> [CPU:100.0%|MEM:7.0%] Tests win_path.exists when the directory is already in the PATH and ... ok
> test_exists_change_negative_index_success (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when the directory is already in the PATH and ... ok
> test_exists_change_negative_index_test_mode (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when the directory is already in the PATH and ... ok
> test_exists_invalid_index (unit.states.test_win_path.WinPathTestCase)
> [CPU:0.0%|MEM:7.0%] Tests win_path.exists when a non-integer index is specified. ... ok
> test_import_cert (unit.states.test_win_pki.WinPkiTestCase)
> [CPU:0.0%|MEM:7.0%] Test - Import the certificate file into the given certificate store. ... ok
> test_remove_cert (unit.states.test_win_pki.WinPkiTestCase)
> [CPU:0.0%|MEM:7.0%] Test - Remove the certificate from the given certificate store. ... ok
> test_fail_invalid_power (unit.states.test_win_powercfg.PowerCfgTestCase)
> [CPU:50.0%|MEM:7.0%] Test to make sure we can set the monitor timeout value ... ok
> test_fail_invalid_setting (unit.states.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure we can set the monitor timeout value ... ok
> test_set_monitor (unit.states.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure we can set the monitor timeout value ... ok
> test_set_monitor_already_set (unit.states.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure we can set the monitor timeout value ... ok
> test_set_monitor_test_true_with_change (unit.states.test_win_powercfg.PowerCfgTestCase)
> [CPU:0.0%|MEM:7.0%] Test to make sure set monitor works correctly with test=True with ... ok
> test_installed (unit.states.test_win_servermanager.WinServermanagerTestCase)
> [CPU:0.0%|MEM:7.0%] Test to install the windows feature ... ok
> test_removed (unit.states.test_win_servermanager.WinServermanagerTestCase)
> [CPU:0.0%|MEM:7.0%] Test to remove the windows feature ... ok
> test_agent_settings (unit.states.test_win_snmp.WinSnmpTestCase)
> [CPU:0.0%|MEM:7.0%] Test - Manage the SNMP sysContact, sysLocation, and sysServices settings. ... ok
> test_auth_traps_enabled (unit.states.test_win_snmp.WinSnmpTestCase)
> [CPU:100.0%|MEM:7.0%] Test - Manage the sending of authentication traps. ... ok
> test_community_names (unit.states.test_win_snmp.WinSnmpTestCase)
> [CPU:0.0%|MEM:7.0%] Test - Manage the SNMP accepted community names and their permissions. ... ok
> test_computer_desc (unit.states.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage the computer's description field ... ok
> test_computer_name (unit.states.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.0%] Test to manage the computer's name ... ok
> test_hostname (unit.states.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_uptodate (unit.states.test_win_wua.WinWuaTestCase)
> [CPU:50.0%|MEM:7.0%] Test uptodate function with some updates found. ... skipped 'System is not Windows'
> test_uptodate_no_updates (unit.states.test_win_wua.WinWuaTestCase)
> [CPU:0.0%|MEM:7.0%] Test uptodate function with no updates found. ... skipped 'System is not Windows'
> test_uptodate_testmode (unit.states.test_win_wua.WinWuaTestCase)
> [CPU:0.0%|MEM:7.0%] Test uptodate function in test=true mode. ... skipped 'System is not Windows'
> test_installed (unit.states.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:7.0%] test wusa.installed assuming success ... ok
> test_installed_cache_fail (unit.states.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:7.0%] test wusa.install when it fails to cache the file ... ok
> test_installed_existing (unit.states.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:7.0%] test wusa.installed when the kb is already installed ... ok
> test_installed_failed (unit.states.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:7.0%] test wusa.installed with a failure ... ok
> test_installed_no_source (unit.states.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:7.0%] test wusa.installed without passing source ... ok
> test_installed_test_true (unit.states.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:7.0%] test wusa.installed with test=True ... ok
> test_uninstalled (unit.states.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:7.0%] test wusa.uninstalled assuming success ... ok
> test_uninstalled_failed (unit.states.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:7.0%] test wusa.uninstalled with a failure ... ok
> test_uninstalled_non_existing (unit.states.test_win_wusa.WinWusaTestCase)
> [CPU:0.0%|MEM:7.0%] test wusa.uninstalled when the kb is not installed ... ok
> test_uninstalled_test_true (unit.states.test_win_wusa.WinWusaTestCase)
> [CPU:100.0%|MEM:7.0%] test wusa.uninstalled with test=True ... ok
> test_genrepo (unit.states.test_winrepo.WinrepoTestCase)
> [CPU:0.0%|MEM:7.0%] Test to refresh the winrepo.p file of the repository ... ok
> test_genrepo_no_dir (unit.states.test_winrepo.WinrepoTestCase)
> [CPU:0.0%|MEM:7.0%] Test genrepo when the dir does not exist ... ok
> test_genrepo_no_dir_force (unit.states.test_winrepo.WinrepoTestCase)
> [CPU:0.0%|MEM:7.0%] Test genrepo when the dir does not exist and force=True ... ok
> test_value_already_present (unit.states.test_xml.XMLTestCase)
> [CPU:0.0%|MEM:7.0%] Test for existing value_present ... ok
> test_value_update (unit.states.test_xml.XMLTestCase)
> [CPU:0.0%|MEM:7.0%] Test for updating value_present ... ok
> test_value_update_invalid_xpath (unit.states.test_xml.XMLTestCase)
> [CPU:0.0%|MEM:7.0%] Test for value_present invalid xpath ... ok
> test_value_update_test (unit.states.test_xml.XMLTestCase)
> [CPU:50.0%|MEM:7.0%] Test for value_present test=True ... ok
> test_send_msg (unit.states.test_xmpp.XmppTestCase)
> [CPU:0.0%|MEM:7.0%] Test to send a message to an XMPP user ... ok
> test_absent (unit.states.test_zabbix_action.ZabbixActionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named action is absent ... ok
> test_absent_test_mode (unit.states.test_zabbix_action.ZabbixActionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named action is absent in test mode ... ok
> test_present_create (unit.states.test_zabbix_action.ZabbixActionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named action is created ... ok
> test_present_exists (unit.states.test_zabbix_action.ZabbixActionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named action is present and not changed ... ok
> test_present_update (unit.states.test_zabbix_action.ZabbixActionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named action is present but must be updated ... ok
> test_absent (unit.states.test_zabbix_template.ZabbixTemplateTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named template is absent ... ok
> test_absent_test_mode (unit.states.test_zabbix_template.ZabbixTemplateTestCase)
> [CPU:100.0%|MEM:7.0%] Test to ensure that named template is absent in test mode ... ok
> test_present_create (unit.states.test_zabbix_template.ZabbixTemplateTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named template is created ... ok
> test_present_exists (unit.states.test_zabbix_template.ZabbixTemplateTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named template is present and not changed ... ok
> test_present_update (unit.states.test_zabbix_template.ZabbixTemplateTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named template is present but must be updated ... ok
> test_absent (unit.states.test_zabbix_valuemap.ZabbixActionTestCase)
> [CPU:50.0%|MEM:7.0%] Test to ensure that named value map is absent ... ok
> test_absent_test_mode (unit.states.test_zabbix_valuemap.ZabbixActionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named value map is absent in test mode ... ok
> test_present_create (unit.states.test_zabbix_valuemap.ZabbixActionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named value map is created ... ok
> test_present_exists (unit.states.test_zabbix_valuemap.ZabbixActionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named value map is present and not changed ... ok
> test_present_update (unit.states.test_zabbix_valuemap.ZabbixActionTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure that named value map is present but must be updated ... ok
> test_bookmark_absent_nobook (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if bookmark is absent (non existing bookmark) ... skipped 'Slow tests are disabled'
> test_bookmark_absent_removed (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if bookmark is absent ... ok
> test_bookmark_present (unit.states.test_zfs.ZfsTestCase)
> [CPU:26.7%|MEM:7.0%] Test if bookmark is present (bookmark already present) ... ok
> test_bookmark_present_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.6%|MEM:7.0%] Test if bookmark is present (using non existing snapshot) ... ok
> test_bookmark_present_new (unit.states.test_zfs.ZfsTestCase)
> [CPU:26.6%|MEM:7.0%] Test if bookmark is present (new) ... ok
> test_filesystem_absent_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.0%|MEM:7.0%] Test if filesystem is absent (with snapshots) ... ok
> test_filesystem_absent_nofs (unit.states.test_zfs.ZfsTestCase)
> [CPU:26.0%|MEM:7.0%] Test if filesystem is absent (non existing filesystem) ... ok
> test_filesystem_absent_removed (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.0%|MEM:7.0%] Test if filesystem is absent ... ok
> test_filesystem_present (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Test if filesystem is present (existing filesystem) ... skipped 'Slow tests are disabled'
> test_filesystem_present_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if filesystem is present (non existing pool) ... ok
> test_filesystem_present_new (unit.states.test_zfs.ZfsTestCase)
> [CPU:26.0%|MEM:7.0%] Test if filesystem is present (non existing filesystem) ... ok
> test_filesystem_present_update (unit.states.test_zfs.ZfsTestCase)
> [CPU:26.0%|MEM:7.0%] Test if filesystem is present (non existing filesystem) ... skipped 'Slow tests are disabled'
> test_hold_absent_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if hold is absent (non existing snapshot) ... ok
> test_hold_absent_nohold (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.1%|MEM:7.0%] Test if hold is absent (non existing hold) ... ok
> test_hold_absent_removed (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Test if hold is absent ... skipped 'Slow tests are disabled'
> test_hold_present (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if hold is present (hold already present) ... ok
> test_hold_present_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Test if hold is present (using non existing snapshot) ... skipped 'Slow tests are disabled'
> test_hold_present_new (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if hold is present (new) ... skipped 'Slow tests are disabled'
> test_propmoted (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test promotion of clone (already promoted) ... ok
> test_propmoted_clone (unit.states.test_zfs.ZfsTestCase)
> [CPU:26.0%|MEM:7.0%] Test promotion of clone ... skipped 'Slow tests are disabled'
> test_propmoted_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test promotion of clone (unknown dataset) ... ok
> test_scheduled_snapshot_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:26.0%|MEM:7.0%] Test scheduled_snapshot of unknown dataset ... skipped 'Slow tests are disabled'
> test_snapshot_absent_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if snapshot is absent (with snapshots) ... ok
> test_snapshot_absent_nosnap (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.0%|MEM:7.0%] Test if snapshot is absent (non existing snapshot) ... ok
> test_snapshot_absent_removed (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Test if snapshot is absent ... ok
> test_snapshot_present (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Test if snapshot is present (snapshot already present) ... skipped 'Slow tests are disabled'
> test_snapshot_present_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if snapshot is present (using non existing snapshot) ... skipped 'Slow tests are disabled'
> test_snapshot_present_new (unit.states.test_zfs.ZfsTestCase)
> [CPU:100.0%|MEM:7.0%] Test if snapshot is present (new) ... skipped 'Slow tests are disabled'
> test_volume_absent_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if volume is absent (with snapshots) ... ok
> test_volume_absent_novol (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Test if volume is absent (non existing volume) ... ok
> test_volume_absent_removed (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Test if volume is absent ... ok
> test_volume_present (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Test if volume is present (existing volume) ... skipped 'Slow tests are disabled'
> test_volume_present_fail (unit.states.test_zfs.ZfsTestCase)
> [CPU:0.0%|MEM:7.0%] Test if volume is present (non existing pool) ... ok
> test_volume_present_new (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Test if volume is present (non existing volume) ... ok
> test_volume_present_update (unit.states.test_zfs.ZfsTestCase)
> [CPU:25.3%|MEM:7.0%] Test if volume is present (non existing volume) ... ok
> test_lock (unit.states.test_zk_concurrency.ZkConcurrencyTestCase)
> [CPU:25.0%|MEM:7.0%] Test to block state execution until you are able to get the lock ... ok
> test_min_party (unit.states.test_zk_concurrency.ZkConcurrencyTestCase)
> [CPU:0.0%|MEM:7.0%] Test to ensure min party of nodes and the blocking behavior ... ok
> test_unlock (unit.states.test_zk_concurrency.ZkConcurrencyTestCase)
> [CPU:0.0%|MEM:7.0%] Test to remove lease from semaphore ... ok
> test_absent_busy (unit.states.test_zpool.ZpoolTestCase)
> [CPU:100.0%|MEM:7.0%] Test zpool absent on a busy pool ... ok
> test_absent_destroy_pool (unit.states.test_zpool.ZpoolTestCase)
> [CPU:24.7%|MEM:7.0%] Test zpool absent destroying pool ... ok
> test_absent_exporty_pool (unit.states.test_zpool.ZpoolTestCase)
> [CPU:25.7%|MEM:7.0%] Test zpool absent exporting pool ... ok
> test_absent_without_pool (unit.states.test_zpool.ZpoolTestCase)
> [CPU:25.7%|MEM:7.0%] Test zpool absent without a pool ... ok
> test_present_create_fail (unit.states.test_zpool.ZpoolTestCase)
> [CPU:24.3%|MEM:7.0%] Test zpool present with non existing pool (without a layout) ... ok
> test_present_create_passthrough_fail (unit.states.test_zpool.ZpoolTestCase)
> [CPU:26.0%|MEM:7.0%] Test zpool present with non existing pool (without a layout) ... ok
> test_present_create_success (unit.states.test_zpool.ZpoolTestCase)
> [CPU:26.3%|MEM:7.0%] Test zpool present with non existing pool ... ok
> test_present_import_fail (unit.states.test_zpool.ZpoolTestCase)
> [CPU:25.3%|MEM:7.0%] Test zpool present with import allowed and no unimported pool or layout ... ok
> test_present_import_success (unit.states.test_zpool.ZpoolTestCase)
> [CPU:25.1%|MEM:7.0%] Test zpool present with import allowed and unimported pool ... ok
> test_present_update_nochange_success (unit.states.test_zpool.ZpoolTestCase)
> [CPU:25.7%|MEM:7.0%] Test zpool present with non existing pool ... ok
> test_present_update_success (unit.states.test_zpool.ZpoolTestCase)
> [CPU:25.7%|MEM:7.0%] Test zpool present with an existing pool that needs an update ... ok
> test_ascii_native (unit.test__compat.CompatTestCase)
> [CPU:25.3%|MEM:7.0%]  ... ok
> test_ascii_native_binary (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_bytes (unit.test__compat.CompatTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_bytes_binary (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_ipv6_class__is_packed_binary (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_ipv6_class__is_packed_binary__issue_51831 (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_ipv6_class__is_packed_binary_integer (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_native (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_native_binary (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_string_io (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_string_io_unicode (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_text (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_text_binary (unit.test__compat.CompatTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_cmd_is_blacklisted (unit.test_acl.ClientACLTestCase)
> [CPU:0.0%|MEM:7.0%] test cmd_is_blacklisted ... ok
> test_cmd_is_whitelisted (unit.test_acl.ClientACLTestCase)
> [CPU:0.0%|MEM:7.0%] test cmd_is_whitelisted ... ok
> test_user_is_blacklisted (unit.test_acl.ClientACLTestCase)
> [CPU:0.0%|MEM:7.0%] test user_is_blacklisted ... ok
> test_user_is_whitelisted (unit.test_acl.ClientACLTestCase)
> [CPU:0.0%|MEM:7.0%] test user_is_whitelisted ... ok
> test_acl_simple_allow (unit.test_auth.AuthACLTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_acl_simple_deny (unit.test_auth.AuthACLTestCase)
> [CPU:28.6%|MEM:7.0%]  ... ok
> test_get_groups (unit.test_auth.LoadAuthTestCase)
> [CPU:23.8%|MEM:7.0%]  ... ok
> test_get_tok_with_broken_file_will_remove_bad_token (unit.test_auth.LoadAuthTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_get_tok_with_expire_before_current_time_should_remove_token (unit.test_auth.LoadAuthTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_get_tok_with_no_expiration_should_remove_bad_token (unit.test_auth.LoadAuthTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_get_tok_with_valid_expiration_should_return_token (unit.test_auth.LoadAuthTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_load_name (unit.test_auth.LoadAuthTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_args_empty_spec (unit.test_auth.MasterACLTestCase)
> [CPU:100.0%|MEM:7.0%] Test simple arg restriction allowed. ... /<<PKGBUILDDIR>>/salt/states/virt.py:622: DeprecationWarning: 'update' parameter has been deprecated. Future behavior will be the one of update=TrueIt will be removed in Aluminium (Unreleased).
>   salt.utils.versions.warn_until(
> 00:42:33,947 [salt.master                                                            :2411][ERROR   ] Failed to allocate a jid. The requested returner '' could not be loaded.
> 00:42:33,947 [salt.master                                                            :2506][CRITICAL] The specified returner used for the master job cache "" does not have a save_load function!
> ok
> test_args_kwargs_match (unit.test_auth.MasterACLTestCase)
> [CPU:24.0%|MEM:7.0%] Test simple kwargs restriction allowed. ... 00:42:34,011 [salt.master                                                            :2411][ERROR   ] Failed to allocate a jid. The requested returner '' could not be loaded.
> 00:42:34,011 [salt.master                                                            :2506][CRITICAL] The specified returner used for the master job cache "" does not have a save_load function!
> ok
> test_args_kwargs_mismatch (unit.test_auth.MasterACLTestCase)
> [CPU:29.6%|MEM:7.0%] Test simple kwargs restriction allowed. ... ok
> test_args_mixed_match (unit.test_auth.MasterACLTestCase)
> [CPU:25.0%|MEM:7.0%] Test mixed args and kwargs restriction allowed. ... 00:42:34,150 [salt.master                                                            :2411][ERROR   ] Failed to allocate a jid. The requested returner '' could not be loaded.
> 00:42:34,150 [salt.master                                                            :2506][CRITICAL] The specified returner used for the master job cache "" does not have a save_load function!
> ok
> test_args_mixed_mismatch (unit.test_auth.MasterACLTestCase)
> [CPU:25.9%|MEM:7.0%] Test mixed args and kwargs restriction forbidden. ... ok
> test_args_more_args (unit.test_auth.MasterACLTestCase)
> [CPU:28.6%|MEM:7.0%] Test simple arg restriction allowed to pass unlisted args. ... 00:42:34,287 [salt.master                                                            :2411][ERROR   ] Failed to allocate a jid. The requested returner '' could not be loaded.
> 00:42:34,287 [salt.master                                                            :2506][CRITICAL] The specified returner used for the master job cache "" does not have a save_load function!
> ok
> test_args_simple_forbidden (unit.test_auth.MasterACLTestCase)
> [CPU:25.9%|MEM:7.0%] Test simple arg restriction forbidden. ... ok
> test_args_simple_match (unit.test_auth.MasterACLTestCase)
> [CPU:25.9%|MEM:7.0%] Test simple arg restriction allowed. ... 00:42:34,424 [salt.master                                                            :2411][ERROR   ] Failed to allocate a jid. The requested returner '' could not be loaded.
> 00:42:34,424 [salt.master                                                            :2506][CRITICAL] The specified returner used for the master job cache "" does not have a save_load function!
> ok
> test_master_function_glob (unit.test_auth.MasterACLTestCase)
> [CPU:31.0%|MEM:7.0%] Test to ensure that we can allow access to a given ... ok
> test_master_minion_glob (unit.test_auth.MasterACLTestCase)
> [CPU:25.0%|MEM:7.0%] Test to ensure we can allow access to a given ... 00:42:34,530 [salt.master                                                            :2411][ERROR   ] Failed to allocate a jid. The requested returner '' could not be loaded.
> 00:42:34,531 [salt.master                                                            :2506][CRITICAL] The specified returner used for the master job cache "" does not have a save_load function!
> ok
> test_master_not_user_glob_all (unit.test_auth.MasterACLTestCase)
> [CPU:24.0%|MEM:7.0%] Test to ensure that we DO NOT access to a given ... ok
> test_master_publish_group (unit.test_auth.MasterACLTestCase)
> [CPU:26.9%|MEM:7.0%] Tests to ensure test_group can access test.echo but *not* sys.doc ... 00:42:34,659 [salt.master                                                            :2411][ERROR   ] Failed to allocate a jid. The requested returner '' could not be loaded.
> 00:42:34,660 [salt.master                                                            :2506][CRITICAL] The specified returner used for the master job cache "" does not have a save_load function!
> ok
> test_master_publish_name (unit.test_auth.MasterACLTestCase)
> [CPU:26.9%|MEM:7.0%] Test to ensure a simple name can auth against a given function. ... 00:42:34,725 [salt.master                                                            :2411][ERROR   ] Failed to allocate a jid. The requested returner '' could not be loaded.
> 00:42:34,725 [salt.master                                                            :2506][CRITICAL] The specified returner used for the master job cache "" does not have a save_load function!
> ok
> test_master_publish_some_minions (unit.test_auth.MasterACLTestCase)
> [CPU:25.9%|MEM:7.0%] Tests to ensure we can only target minions for which we ... ok
> test_beacon_module (unit.test_beacons.BeaconsTestCase)
> [CPU:28.0%|MEM:7.0%] Test that beacon_module parameter for beacon configuration ... ok
> test_check_pub_data (unit.test_client.LocalClientTestCase)
> [CPU:25.0%|MEM:7.0%]  ... Failed to connect to the Master, is the Salt Master running?
> No minions matched the target. No command was sent, no jid was assigned.
> ok
> test_cmd_subset (unit.test_client.LocalClientTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_create_local_client (unit.test_client.LocalClientTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_job_result_return_failure (unit.test_client.LocalClientTestCase)
> [CPU:20.0%|MEM:7.0%] We are _not_ getting a job return, because the jid is different. Instead we should ... ok
> test_job_result_return_success (unit.test_client.LocalClientTestCase)
> [CPU:20.0%|MEM:7.0%] Should return the `expected_return`, since there is a job with the right jid. ... ok
> test_pub (unit.test_client.LocalClientTestCase)
> [CPU:27.3%|MEM:7.0%] Tests that the client cleanly returns when the publisher is not running ... 00:42:34,905 [salt.client                                                            :1834][ERROR   ] Unable to connect to the salt master publisher at /tmp/salt-tests-tmpdir/rootdir/master_sock
> ok
> test_pub_win32 (unit.test_client.LocalClientTestCase)
> [CPU:50.0%|MEM:7.0%] Tests that the client raises a timeout error when using ZeroMQ's TCP ... skipped 'Windows only test'
> test_cloud_map_merge_conf (unit.test_cloud.MapConfTest)
> [CPU:0.0%|MEM:7.0%] Ensure that nested values can be selectivly overridden in a map file ... skipped 'Slow tests are disabled'
> test_api_config_log_file_values (unit.test_config.APIConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the opts value of the 'log_file' after running through the ... ok
> test_api_config_pidfile_values (unit.test_config.APIConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the opts value of the 'pidfile' after running through the ... ok
> test_api_config_prepend_root_dirs_return (unit.test_config.APIConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the opts value of the api_logfile, log_file, api_pidfile, and pidfile ... ok
> test_master_config_file_overrides_defaults (unit.test_config.APIConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the opts value of the api config values after running through the ... ok
> test_apply_cloud_config_no_provider_detail_dict (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests when the provider is not contained in the details dictionary ... ok
> test_apply_cloud_config_no_provider_detail_list (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests when the provider is not contained in a list of details ... ok
> test_apply_cloud_config_success_dict (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests success when valid data is passed into function as a dictionary ... ok
> test_apply_cloud_config_success_list (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests success when valid data is passed into the function as a list ... ok
> test_apply_cloud_providers_config_extend (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the successful extension of a cloud provider ... ok
> test_apply_cloud_providers_config_extend_multiple (unit.test_config.ConfigTestCase)
> [CPU:100.0%|MEM:7.0%] Tests the successful extension of two cloud providers ... ok
> test_apply_cloud_providers_config_extends_bad_alias (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests when the extension contains an alias not found in providers list ... ok
> test_apply_cloud_providers_config_extends_bad_provider (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests when the extension contains a provider not found in providers list ... ok
> test_apply_cloud_providers_config_extends_no_provider (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests when no provider is supplied in the extends statement ... ok
> test_apply_cloud_providers_config_same_providers (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests when two providers are given with the same provider name ... 00:42:34,922 [salt.config                                                            :2896][ERROR   ] You can only have one entry per cloud provider. For example, if you have a cloud provider configuration section named, 'production', you can only have a single entry for EC2, Joyent, Openstack, and so forth.
> ok
> test_apply_cloud_providers_extends_not_in_providers (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests when extends is not in the list of providers ... ok
> test_apply_config (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Ensure that the environment and saltenv options work properly ... ok
> test_apply_vm_profiles_config_bad_profile_format (unit.test_config.ConfigTestCase)
> [CPU:50.0%|MEM:7.0%] Tests passing in a bad profile format in overrides ... ok
> test_apply_vm_profiles_config_extend_override_success (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests profile extends and recursively merges data elements ... ok
> test_apply_vm_profiles_config_extend_success (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests profile extends functionality with valid provider and profile configs ... ok
> test_apply_vm_profiles_config_success (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests passing in valid provider and profile config files successfully ... ok
> test_backend_rename (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] This tests that we successfully rename git, hg, svn, and minion to ... ok
> test_cloud_config_deploy_scripts_search_path (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests the contents of the 'deploy_scripts_search_path' tuple to ensure that ... ok
> test_cloud_config_double_master_path (unit.test_config.ConfigTestCase)
> [CPU:50.0%|MEM:7.0%] Tests passing in master_config_path and master_config kwargs. ... ok
> test_cloud_config_double_profiles_path (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests passing in profiles_config_path and profiles_config kwargs. ... ok
> test_cloud_config_double_providers_path (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests passing in providers_config_path and providers_config kwargs. ... ok
> test_cloud_config_providers_in_opts (unit.test_config.ConfigTestCase)
> [CPU:50.0%|MEM:7.0%] Tests mixing old cloud providers with pre-configured providers configurations ... ok
> test_cloud_config_providers_in_opts_path (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests mixing old cloud providers with pre-configured providers configurations ... ok
> test_common_prefix_stripping (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_conf_file_strings_are_unicode_for_master (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] This ensures that any strings which are loaded are unicode strings ... ok
> test_conf_file_strings_are_unicode_for_minion (unit.test_config.ConfigTestCase)
> [CPU:25.0%|MEM:7.0%] This ensures that any strings which are loaded are unicode strings ... ok
> test_default_root_dir_included_in_config_root_dir (unit.test_config.ConfigTestCase)
> [CPU:20.0%|MEM:7.0%]  ... ok
> test_deploy_search_path_as_string (unit.test_config.ConfigTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_include_config_with_errors (unit.test_config.ConfigTestCase)
> [CPU:20.0%|MEM:7.0%] Tests that include_config function returns valid configuration even on errors ... 00:42:35,035 [salt.config                                                            :2054][ERROR   ] Configuration error in .
> 00:42:35,035 [salt.config                                                            :2054][ERROR   ] Configuration error in .
> 00:42:35,035 [salt.config                                                            :2054][ERROR   ] Configuration error in /
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in c
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in d
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in f
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in i
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in i
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in m
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in m
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in n
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in n
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in n
> 00:42:35,036 [salt.config                                                            :2054][ERROR   ] Configuration error in o
> 00:42:35,037 [salt.config                                                            :2054][ERROR   ] Configuration error in o
> 00:42:35,037 [salt.config                                                            :2054][ERROR   ] Configuration error in y
> ok
> test_include_config_with_errors_exit (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that include_config exits on errors ... 00:42:35,038 [salt.config                                                            :2054][ERROR   ] Configuration error in .
> ok
> test_include_config_without_errors (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that include_config function returns valid configuration ... ok
> test_includes_load (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that cloud.{providers,profiles}.d directories are loaded, even if not ... ok
> test_is_provider_configured_key_is_none (unit.test_config.ConfigTestCase)
> [CPU:20.0%|MEM:7.0%] Tests when a required configuration key is not set ... ok
> test_is_provider_configured_multiple_driver_not_provider (unit.test_config.ConfigTestCase)
> [CPU:100.0%|MEM:7.0%] Tests when the drive is not the same as the provider when ... ok
> test_is_provider_configured_multiple_key_is_none (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests when a required configuration key is not set when ... ok
> test_is_provider_configured_multiple_success (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful cloud provider configuration when searching ... ok
> test_is_provider_configured_no_alias (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests when provider alias is not in opts ... ok
> test_is_provider_configured_no_driver (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests when provider driver is not in opts ... ok
> test_is_provider_configured_success (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] Tests successful cloud provider configuration ... ok
> test_issue_5970_minion_confd_inclusion (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_load_client_config_from_environ_var (unit.test_config.ConfigTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_load_cloud_config_from_environ_var (unit.test_config.ConfigTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_load_master_config_from_environ_var (unit.test_config.ConfigTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_load_minion_config_from_environ_var (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_master_confd_inclusion (unit.test_config.ConfigTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_master_file_roots_glob (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_master_id_function (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_master_pillar_roots_glob (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_minion_file_roots_glob (unit.test_config.ConfigTestCase)
> [CPU:50.0%|MEM:7.0%]  ... ok
> test_minion_id_function (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_minion_id_lowercase (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] This tests that setting `minion_id_lowercase: True` does lower case ... skipped 'Slow tests are disabled'
> test_minion_id_remove_domain_bool_false (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] See above ... skipped 'Slow tests are disabled'
> test_minion_id_remove_domain_bool_true (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] See above ... skipped 'Slow tests are disabled'
> test_minion_id_remove_domain_string_negative (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%] See above ... skipped 'Slow tests are disabled'
> test_minion_id_remove_domain_string_positive (unit.test_config.ConfigTestCase)
> [CPU:100.0%|MEM:7.0%] This tests that the values of `minion_id_remove_domain` is suppressed from a generated minion id, ... skipped 'Slow tests are disabled'
> test_minion_pillar_roots_glob (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_proper_path_joining (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_sha256_is_default_for_master (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_sha256_is_default_for_minion (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_syndic_config (unit.test_config.ConfigTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_validate_bad_file_roots (unit.test_config.ConfigTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_validate_bad_pillar_roots (unit.test_config.ConfigTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_conf_cloud_maps_d_files_are_commented (unit.test_config.SampleConfTest)
> [CPU:0.0%|MEM:7.0%] All cloud profile sample configs in salt/conf/cloud.maps.d/* must be completely ... ok
> test_conf_cloud_profiles_d_files_are_commented (unit.test_config.SampleConfTest)
> [CPU:0.0%|MEM:7.0%] All cloud profile sample configs in salt/conf/cloud.profiles.d/* must be completely ... ok
> test_conf_cloud_profiles_sample_is_commented (unit.test_config.SampleConfTest)
> [CPU:0.0%|MEM:7.0%] The sample config file located in salt/conf/cloud.profiles must be completely ... ok
> test_conf_cloud_providers_d_files_are_commented (unit.test_config.SampleConfTest)
> [CPU:0.0%|MEM:7.0%] All cloud profile sample configs in salt/conf/cloud.providers.d/* must be completely ... ok
> test_conf_cloud_providers_sample_is_commented (unit.test_config.SampleConfTest)
> [CPU:100.0%|MEM:7.0%] The sample config file located in salt/conf/cloud.providers must be completely ... ok
> test_conf_cloud_sample_is_commented (unit.test_config.SampleConfTest)
> [CPU:0.0%|MEM:7.0%] The sample config file located in salt/conf/cloud must be completely ... ok
> test_conf_master_sample_is_commented (unit.test_config.SampleConfTest)
> [CPU:0.0%|MEM:7.0%] The sample config file located in salt/conf/master must be completely ... ok
> test_conf_minion_sample_is_commented (unit.test_config.SampleConfTest)
> [CPU:100.0%|MEM:7.0%] The sample config file located in salt/conf/minion must be completely ... ok
> test_conf_proxy_sample_is_commented (unit.test_config.SampleConfTest)
> [CPU:0.0%|MEM:7.0%] The sample config file located in salt/conf/proxy must be completely ... ok
> test_conf_roster_sample_is_commented (unit.test_config.SampleConfTest)
> [CPU:0.0%|MEM:7.0%] The sample config file located in salt/conf/roster must be completely ... ok
> test_gen_keys (unit.test_crypt.CryptTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_gen_keys_with_passphrase (unit.test_crypt.CryptTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_sign_message (unit.test_crypt.CryptTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_sign_message_with_passphrase (unit.test_crypt.CryptTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_verify_signature (unit.test_crypt.CryptTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_encrypt_decrypt_bin (unit.test_crypt.M2CryptTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'm2crypto is not available'
> test_gen_keys (unit.test_crypt.M2CryptTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'm2crypto is not available'
> test_gen_keys_with_passphrase (unit.test_crypt.M2CryptTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'm2crypto is not available'
> test_sign_message (unit.test_crypt.M2CryptTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'm2crypto is not available'
> test_sign_message_with_passphrase (unit.test_crypt.M2CryptTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'm2crypto is not available'
> test_verify_signature (unit.test_crypt.M2CryptTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'm2crypto is not available'
> test_crypto_bad_key (unit.test_crypt.TestBadCryptodomePubKey)
> [CPU:0.0%|MEM:7.0%] Load public key with an invalid header and validate it without m2crypto ... ok
> test_m2_bad_key (unit.test_crypt.TestBadCryptodomePubKey)
> [CPU:0.0%|MEM:7.0%] Load public key with an invalid header using m2crypto and validate it ... skipped 'Skip when m2crypto is not installed'
> test_m2crypto_sign_bytes (unit.test_crypt.TestM2CryptoRegression47124)
> [CPU:100.0%|MEM:7.0%]  ... skipped 'Skip when m2crypto is not installed'
> test_m2crypto_sign_unicode (unit.test_crypt.TestM2CryptoRegression47124)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Skip when m2crypto is not installed'
> test_m2crypto_verify_bytes (unit.test_crypt.TestM2CryptoRegression47124)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Skip when m2crypto is not installed'
> test_m2crypto_verify_unicode (unit.test_crypt.TestM2CryptoRegression47124)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Skip when m2crypto is not installed'
> test_engine_module (unit.test_engines.EngineTestCase)
> [CPU:0.0%|MEM:7.0%] Test ... skipped 'Slow tests are disabled'
> test_import_override (unit.test_ext.VendorTornadoTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_regression_56063 (unit.test_ext.VendorTornadoTest)
> [CPU:26.7%|MEM:7.0%]  ... ok
> test_vendored_tornado_import (unit.test_ext.VendorTornadoTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_vendored_tornado_import_from (unit.test_ext.VendorTornadoTest)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_file_list_emptydirs (unit.test_fileclient.FileClientTest)
> [CPU:26.7%|MEM:7.0%] Ensure that the fileclient class won't allow a direct call to file_list_emptydirs() ... ok
> test_get_file (unit.test_fileclient.FileClientTest)
> [CPU:33.3%|MEM:7.0%] Ensure that the fileclient class won't allow a direct call to get_file() ... ok
> test_get_file_client (unit.test_fileclient.FileClientTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_cache_dest (unit.test_fileclient.FileclientCacheTest)
> [CPU:20.0%|MEM:7.0%] Tests functionality for cache_dest ... ok
> test_cache_dir (unit.test_fileclient.FileclientCacheTest)
> [CPU:28.6%|MEM:7.0%] Ensure entire directory is cached to correct location ... ok
> test_cache_dir_with_alternate_cachedir_and_absolute_path (unit.test_fileclient.FileclientCacheTest)
> [CPU:27.3%|MEM:7.0%] Ensure entire directory is cached to correct location when an alternate ... ok
> test_cache_dir_with_alternate_cachedir_and_relative_path (unit.test_fileclient.FileclientCacheTest)
> [CPU:30.0%|MEM:7.0%] Ensure entire directory is cached to correct location when an alternate ... ok
> test_cache_file (unit.test_fileclient.FileclientCacheTest)
> [CPU:20.0%|MEM:7.0%] Ensure file is cached to correct location ... ok
> test_cache_file_with_alternate_cachedir_and_absolute_path (unit.test_fileclient.FileclientCacheTest)
> [CPU:28.6%|MEM:7.0%] Ensure file is cached to correct location when an alternate cachedir is ... ok
> test_cache_file_with_alternate_cachedir_and_relative_path (unit.test_fileclient.FileclientCacheTest)
> [CPU:25.0%|MEM:7.0%] Ensure file is cached to correct location when an alternate cachedir is ... ok
> test_cache_raises_exception_on_non_eexist_ioerror (unit.test_fileclient.FileclientTestCase)
> [CPU:28.6%|MEM:7.0%] If makedirs raises other than EEXIST errno, an exception should be raised. ... ok
> test_cache_skips_makedirs_on_race_condition (unit.test_fileclient.FileclientTestCase)
> [CPU:25.0%|MEM:7.0%] If cache contains already a directory, do not raise an exception. ... ok
> test_extrn_path_with_long_filename (unit.test_fileclient.FileclientTestCase)
> [CPU:23.1%|MEM:7.0%]  ... ok
> test_diff_with_diffent_keys (unit.test_fileserver.MapDiffTestCase)
> [CPU:25.0%|MEM:7.0%] Test that different maps are indeed reported different ... ok
> test_diff_with_diffent_values (unit.test_fileserver.MapDiffTestCase)
> [CPU:0.0%|MEM:7.0%] Test that different maps are indeed reported different ... ok
> test_whitelist (unit.test_fileserver.VCSBackendWhitelistCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_basic (unit.test_loader.LazyLoaderDeepSubmodReloadingTest)
> [CPU:25.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_reload (unit.test_loader.LazyLoaderDeepSubmodReloadingTest)
> [CPU:0.0%|MEM:7.0%] Make sure that we can reload all libraries of arbitrary depth ... skipped 'Slow tests are disabled'
> test_whitelist (unit.test_loader.LazyLoaderGrainsBlacklistTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_module (unit.test_loader.LazyLoaderModulePackageTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_module_package_collision (unit.test_loader.LazyLoaderModulePackageTest)
> [CPU:100.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_package (unit.test_loader.LazyLoaderModulePackageTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_load_source_file (unit.test_loader.LazyLoaderOptimizationOrderTest)
> [CPU:23.6%|MEM:7.0%] Make sure that .py files are preferred over .pyc files ... ok
> test_optimization_order (unit.test_loader.LazyLoaderOptimizationOrderTest)
> [CPU:16.7%|MEM:7.0%] Test the optimization_order config param ... ok
> test_lazyloader_refresh_file_mapping_called_with_lock_at___init__ (unit.test_loader.LazyLoaderRefreshFileMappingTest)
> [CPU:25.4%|MEM:7.0%]  ... ok
> test__load__ (unit.test_loader.LazyLoaderReloadingTest)
> [CPU:33.3%|MEM:7.0%] If a module specifies __load__ we should only load/expose those modules ... skipped 'Slow tests are disabled'
> test__load__and_depends (unit.test_loader.LazyLoaderReloadingTest)
> [CPU:0.0%|MEM:7.0%] If a module specifies __load__ we should only load/expose those modules ... skipped 'Slow tests are disabled'
> test_alias (unit.test_loader.LazyLoaderReloadingTest)
> [CPU:0.0%|MEM:7.0%] Make sure that you can access alias-d modules ... skipped 'Slow tests are disabled'
> test_clear (unit.test_loader.LazyLoaderReloadingTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_load (unit.test_loader.LazyLoaderReloadingTest)
> [CPU:100.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_reload (unit.test_loader.LazyLoaderReloadingTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_single_item_no_dot (unit.test_loader.LazyLoaderSingleItem)
> [CPU:26.3%|MEM:7.0%] Checks that a KeyError is raised when the function key does not contain a '.' ... ok
> test_basic (unit.test_loader.LazyLoaderSubmodReloadingTest)
> [CPU:20.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_reload (unit.test_loader.LazyLoaderSubmodReloadingTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_reload_missing_lib (unit.test_loader.LazyLoaderSubmodReloadingTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_depends (unit.test_loader.LazyLoaderTest)
> [CPU:50.0%|MEM:7.0%] Test that the depends decorator works properly ... skipped 'Slow tests are disabled'
> test_utils_found (unit.test_loader.LazyLoaderUtilsTest)
> [CPU:27.5%|MEM:7.0%] Test that the extra module directory is available for imports ... ok
> test_utils_not_found (unit.test_loader.LazyLoaderUtilsTest)
> [CPU:25.0%|MEM:7.0%] Test that the extra module directory is not available for imports ... ok
> test_virtual_alias (unit.test_loader.LazyLoaderVirtualAliasTest)
> [CPU:0.0%|MEM:7.0%] Test the __virtual_alias__ feature ... skipped 'Slow tests are disabled'
> test_virtual (unit.test_loader.LazyLoaderVirtualDisabledTest)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_badkey (unit.test_loader.LazyLoaderVirtualEnabledTest)
> [CPU:27.3%|MEM:7.0%]  ... ok
> test_basic (unit.test_loader.LazyLoaderVirtualEnabledTest)
> [CPU:28.6%|MEM:7.0%] Ensure that it only loads stuff when needed ... skipped 'Slow tests are disabled'
> test_context (unit.test_loader.LazyLoaderVirtualEnabledTest)
> [CPU:0.0%|MEM:7.0%] Make sure context is shared across modules ... ok
> test_disable (unit.test_loader.LazyLoaderVirtualEnabledTest)
> [CPU:16.7%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_globals (unit.test_loader.LazyLoaderVirtualEnabledTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_iter_load (unit.test_loader.LazyLoaderVirtualEnabledTest)
> [CPU:28.6%|MEM:7.0%] Since LazyLoader is a MutableMapping, if someone asks to iterate we have ... skipped 'Slow tests are disabled'
> test_len_load (unit.test_loader.LazyLoaderVirtualEnabledTest)
> [CPU:0.0%|MEM:7.0%] Since LazyLoader is a MutableMapping, if someone asks for len() we have ... skipped 'Slow tests are disabled'
> test_pack (unit.test_loader.LazyLoaderVirtualEnabledTest)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_virtual (unit.test_loader.LazyLoaderVirtualEnabledTest)
> [CPU:16.7%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_whitelist (unit.test_loader.LazyLoaderWhitelistTest)
> [CPU:100.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_auth (unit.test_loader.LoaderGlobalsTest)
> [CPU:0.0%|MEM:7.0%] Test that auth mods have: ... ok
> test_outputters (unit.test_loader.LoaderGlobalsTest)
> [CPU:25.3%|MEM:7.0%] Test that outputters have: ... ok
> test_pillars (unit.test_loader.LoaderGlobalsTest)
> [CPU:25.0%|MEM:7.0%] Test that pillars have: ... ok
> test_renderers (unit.test_loader.LoaderGlobalsTest)
> [CPU:25.0%|MEM:7.0%] Test that renderers have: ... ok
> test_returners (unit.test_loader.LoaderGlobalsTest)
> [CPU:21.4%|MEM:7.0%] Test that returners have: ... 00:42:37,373 [salt.loaded.int.returner.appoptics_return                              :99  ][ERROR   ] The appoptics_return module couldn't load the appoptics_metrics module.
> 00:42:37,373 [salt.loaded.int.returner.appoptics_return                              :102 ][ERROR   ] please make sure it is installed and is in the PYTHON_PATH.
> ok
> test_runners (unit.test_loader.LoaderGlobalsTest)
> [CPU:26.7%|MEM:7.0%] Test that runners have: ... ok
> test_serializers (unit.test_loader.LoaderGlobalsTest)
> [CPU:30.0%|MEM:7.0%] Test that serializers have: [] ... ok
> test_states (unit.test_loader.LoaderGlobalsTest)
> [CPU:50.0%|MEM:7.0%] Test that states have: ... skipped 'Slow tests are disabled'
> test_tops (unit.test_loader.LoaderGlobalsTest)
> [CPU:0.0%|MEM:7.0%] Test that tops have: [] ... ok
> test_osrelease_info_has_correct_type (unit.test_loader.LoaderLoadCachedGrainsTest)
> [CPU:33.3%|MEM:7.0%] Make sure osrelease_info is tuple after caching ... skipped 'Slow tests are disabled'
> test_is_loopback (unit.test_loader.NetworkUtilsTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_is_private (unit.test_loader.NetworkUtilsTestCase)
> [CPU:28.6%|MEM:7.0%]  ... ok
> test_bad_name (unit.test_loader.RawModTest)
> [CPU:16.7%|MEM:7.0%]  ... ok
> test_basic (unit.test_loader.RawModTest)
> [CPU:33.3%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_exc_info_on_loglevel (unit.test_log.TestLog)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_issue_2853_regex_TypeError (unit.test_log.TestLog)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_get_method (unit.test_master.ClearFuncsTestCase)
> [CPU:25.7%|MEM:7.0%]  ... 00:42:38,046 [salt.master                                                            :1273][ERROR   ] Requested method not exposed: _send_pub
> ok
> test_publish_cmd_blacklisted (unit.test_master.ClearFuncsTestCase)
> [CPU:100.0%|MEM:7.0%] Asserts that an AuthorizationError is returned when the command has been blacklisted. ... skipped 'Slow tests are disabled'
> test_publish_eauth_authorization_error (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an AuthorizationError is returned when the user authenticates, but is not ... skipped 'Slow tests are disabled'
> test_publish_eauth_not_authenticated (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an AuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_publish_token_authorization_error (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an AuthorizationError is returned when the token authenticates, but is not ... skipped 'Slow tests are disabled'
> test_publish_token_not_authenticated (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] 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.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] 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.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an AuthorizationError is returned when the user authenticates, but is not ... skipped 'Slow tests are disabled'
> test_publish_user_is_blacklisted (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an AuthorizationError is returned when the user has been blacklisted. ... skipped 'Slow tests are disabled'
> test_publish_user_not_authenticated (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an AuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_runner_eauth_authorization_error (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an EauthAuthenticationError is returned when the user authenticates, but is ... skipped 'Slow tests are disabled'
> test_runner_eauth_not_authenticated (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an EauthAuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_runner_eauth_salt_invocation_error (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an EauthAuthenticationError is returned when the user authenticates, but the ... skipped 'Slow tests are disabled'
> test_runner_token_authorization_error (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that a TokenAuthenticationError is returned when the token authenticates, but is ... skipped 'Slow tests are disabled'
> test_runner_token_not_authenticated (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that a TokenAuthenticationError is returned when the token can't authenticate. ... skipped 'Slow tests are disabled'
> test_runner_token_salt_invocation_error (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that a SaltInvocationError is returned when the token authenticates, but the ... skipped 'Slow tests are disabled'
> test_runner_user_not_authenticated (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an UserAuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_wheel_eauth_authorization_error (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an EauthAuthenticationError is returned when the user authenticates, but is ... skipped 'Slow tests are disabled'
> test_wheel_eauth_not_authenticated (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an EauthAuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_wheel_eauth_salt_invocation_error (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an EauthAuthenticationError is returned when the user authenticates, but the ... skipped 'Slow tests are disabled'
> test_wheel_token_authorization_error (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that a TokenAuthenticationError is returned when the token authenticates, but is ... skipped 'Slow tests are disabled'
> test_wheel_token_not_authenticated (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that a TokenAuthenticationError is returned when the token can't authenticate. ... skipped 'Slow tests are disabled'
> test_wheel_token_salt_invocation_error (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that a SaltInvocationError is returned when the token authenticates, but the ... skipped 'Slow tests are disabled'
> test_wheel_user_not_authenticated (unit.test_master.ClearFuncsTestCase)
> [CPU:0.0%|MEM:7.0%] Asserts that an UserAuthenticationError is returned when the user can't authenticate. ... skipped 'Slow tests are disabled'
> test_aes_funcs_black (unit.test_master.TransportMethodsTest)
> [CPU:0.0%|MEM:7.0%] Validate methods on AESFuncs that should not be called remotely ... ok
> test_aes_funcs_white (unit.test_master.TransportMethodsTest)
> [CPU:26.7%|MEM:7.0%] Validate methods exposed on AESFuncs exist and are callable ... ok
> test_clear_funcs_black (unit.test_master.TransportMethodsTest)
> [CPU:26.0%|MEM:7.0%] Validate methods on ClearFuncs that should not be called remotely ... ok
> test_clear_funcs_white (unit.test_master.TransportMethodsTest)
> [CPU:26.6%|MEM:7.0%] Validate methods exposed on ClearFuncs exist and are callable ... ok
> test_transport_methods (unit.test_master.TransportMethodsTest)
> [CPU:26.9%|MEM:7.0%]  ... 00:42:40,271 [salt.master                                                            :1273][ERROR   ] Requested method not exposed: bang
> ok
> test_sock_path_len (unit.test_minion.MinionAsyncTestCase)
> [CPU:0.0%|MEM:7.0%] This tests whether or not a larger hash causes the sock path to exceed ... skipped 'You must be logged in as root to run this test'
> test_beacons_before_connect (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that the 'beacons_before_connect' option causes the beacons to be initialized before connect. ... skipped 'Slow tests are disabled'
> test_gen_modules_executors (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] Ensure gen_modules is called with the correct arguments #54429 ... skipped 'Slow tests are disabled'
> test_handle_decoded_payload_jid_match_in_jid_queue (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that the _handle_decoded_payload function returns when a jid is given that is already present ... skipped 'Slow tests are disabled'
> test_handle_decoded_payload_jid_queue_addition (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that the _handle_decoded_payload function adds a jid to the minion's jid_queue when the new ... skipped 'Slow tests are disabled'
> test_handle_decoded_payload_jid_queue_reduced_minion_jid_queue_hwm (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that the _handle_decoded_payload function removes a jid from the minion's jid_queue when the ... skipped 'Slow tests are disabled'
> test_invalid_master_address (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%]  ... 00:42:40,276 [salt.minion                                                            :194 ][ERROR   ] Master address: '127.0' could not be resolved. Invalid or unresolveable address. Set 'master' value in minion config.
> ok
> test_minion_manage_beacons (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that the manage_beacons will call the add function, adding ... ok
> test_minion_manage_schedule (unit.test_minion.MinionTestCase)
> [CPU:5.1%|MEM:7.0%] Tests that the manage_schedule will call the add function, adding ... ok
> test_minion_retry_dns_count (unit.test_minion.MinionTestCase)
> [CPU:4.8%|MEM:7.0%] Tests that the resolve_dns will retry dns look ups for a maximum of ... skipped 'Slow tests are disabled'
> test_process_count_max (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that the _handle_decoded_payload function does not spawn more than the configured amount of processes, ... skipped 'Slow tests are disabled'
> test_reinit_crypto_on_fork (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] Ensure salt.utils.crypt.reinit_crypto() is executed when forking for new job ... skipped 'Slow tests are disabled'
> test_scheduler_before_connect (unit.test_minion.MinionTestCase)
> [CPU:50.0%|MEM:7.0%] Tests that the 'scheduler_before_connect' option causes the scheduler to be initialized before connect. ... skipped 'Slow tests are disabled'
> test_source_address (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] test when source_address is set ... skipped 'Slow tests are disabled'
> test_source_int_name_local (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] test when file_client local and ... ok
> test_source_int_name_remote (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%] test when file_client remote and ... skipped 'Slow tests are disabled'
> test_when_not_passed_start_event_grains (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_when_other_events_fired_and_start_event_grains_are_set (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_when_passed_start_event_grains (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_when_ping_interval_is_set_the_callback_should_be_added_to_periodic_callbacks (unit.test_minion.MinionTestCase)
> [CPU:0.0%|MEM:7.0%]  ... skipped 'Slow tests are disabled'
> test_open (unit.test_mock.MockOpenTestCase)
> [CPU:0.0%|MEM:7.0%] Test that opening a file for binary reading with string read_data ... ok
> test_read (unit.test_mock.MockOpenTestCase)
> [CPU:50.0%|MEM:7.0%] Test reading the entire file ... ok
> test_read_data_converted_to_dict (unit.test_mock.MockOpenTestCase)
> [CPU:0.0%|MEM:7.0%] Test that a non-dict value for read_data is converted to a dict mapping ... ok
> test_read_data_list (unit.test_mock.MockOpenTestCase)
> [CPU:0.0%|MEM:7.0%] Test read_data when it is a list ... ok
> test_read_data_list_bytes (unit.test_mock.MockOpenTestCase)
> [CPU:100.0%|MEM:7.0%] Test read_data when it is a list and the value is a bytestring ... ok
> test_read_explicit_size (unit.test_mock.MockOpenTestCase)
> [CPU:0.0%|MEM:7.0%] Test reading with explicit sizes ... ok
> test_read_explicit_size_larger_than_file_size (unit.test_mock.MockOpenTestCase)
> [CPU:33.3%|MEM:7.0%] Test reading with an explicit size larger than the size of read_data. ... ok
> test_read_for_loop (unit.test_mock.MockOpenTestCase)
> [CPU:0.0%|MEM:7.0%] Test reading the contents of the file line by line in a for loop ... ok
> test_read_readline (unit.test_mock.MockOpenTestCase)
> [CPU:33.3%|MEM:7.0%] Test reading part of a line using .read(), then reading the rest of the ... ok
> test_readline_readlines (unit.test_mock.MockOpenTestCase)
> [CPU:25.0%|MEM:7.0%] Test reading the first line using .readline(), then reading the rest of ... ok
> test_readlines (unit.test_mock.MockOpenTestCase)
> [CPU:0.0%|MEM:7.0%] Test reading the entire file using .readlines ... ok
> test_tell (unit.test_mock.MockOpenTestCase)
> [CPU:33.3%|MEM:7.0%] Test the implementation of tell ... ok
> test_write (unit.test_mock.MockOpenTestCase)
> [CPU:50.0%|MEM:7.0%] Test writing to a filehandle using .write() ... ok
> test_writelines (unit.test_mock.MockOpenTestCase)
> [CPU:0.0%|MEM:7.0%] Test writing to a filehandle using .writelines() ... ok
> test_module_name (unit.test_module_names.BadTestModuleNamesTestCase)
> [CPU:0.0%|MEM:7.0%] Make sure all test modules conform to the test_*.py naming scheme ... ok
> test_module_name_source_match (unit.test_module_names.BadTestModuleNamesTestCase)
> [CPU:27.3%|MEM:7.0%] Check all the test mods and check if they correspond to actual files in ... ok
> test_datetime_dump_load (unit.test_payload.PayloadTestCase)
> [CPU:27.3%|MEM:7.0%] Check the custom datetime handler can understand itself ... ok
> test_immutable_dict_dump_load (unit.test_payload.PayloadTestCase)
> [CPU:0.0%|MEM:7.0%] Test immutable dict encoder/decoder ... ok
> test_immutable_list_dump_load (unit.test_payload.PayloadTestCase)
> [CPU:0.0%|MEM:7.0%] Test immutable list encoder/decoder ... ok
> test_immutable_set_dump_load (unit.test_payload.PayloadTestCase)
> [CPU:0.0%|MEM:7.0%] Test immutable set encoder/decoder ... ok
> test_list_nested_odicts (unit.test_payload.PayloadTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_mixed_dump_load (unit.test_payload.PayloadTestCase)
> [CPU:0.0%|MEM:7.0%] Test we can handle all exceptions at once ... ok
> test_odict_dump_load (unit.test_payload.PayloadTestCase)
> [CPU:0.0%|MEM:7.0%] Test odict just works. It wasn't until msgpack 0.2.0 ... ok
> test_recursive_dump_load (unit.test_payload.PayloadTestCase)
> [CPU:0.0%|MEM:7.0%] Test recursive payloads are (mostly) serialized ... ok
> test_recursive_dump_load_with_identical_non_recursive_types (unit.test_payload.PayloadTestCase)
> [CPU:50.0%|MEM:7.0%] If identical objects are nested anywhere, they should not be ... ok
> test_verylong_dump_load (unit.test_payload.PayloadTestCase)
> [CPU:0.0%|MEM:7.0%] Test verylong encoder/decoder ... ok
> test_destroy (unit.test_payload.SREQTestCase)
> [CPU:0.0%|MEM:7.0%] Test the __del__ capabilities ... ok
> test_raw_vs_encoding_none (unit.test_payload.SREQTestCase)
> [CPU:27.5%|MEM:7.0%] Test that we handle the new raw parameter in 5.0.2 correctly based on ... ok
> test_raw_vs_encoding_utf8 (unit.test_payload.SREQTestCase)
> [CPU:0.0%|MEM:7.0%] Test that we handle the new raw parameter in 5.0.2 correctly based on ... ok
> test_send (unit.test_payload.SREQTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_send_auto (unit.test_payload.SREQTestCase)
> [CPU:0.0%|MEM:7.0%] Test creation, send/rect ... skipped 'Slow tests are disabled'
> test_timeout (unit.test_payload.SREQTestCase)
> [CPU:0.0%|MEM:7.0%] Test SREQ Timeouts ... skipped 'Disabled until we can figure out how to make this more reliable.'
> test_get_opts_in_pillar_override_call (unit.test_pillar.AsyncRemotePillarTestCase)
> [CPU:100.0%|MEM:7.0%]  ... ok
> test_pillar_send_extra_minion_data_from_config (unit.test_pillar.AsyncRemotePillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_dynamic_pillarenv (unit.test_pillar.PillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_ext_pillar_first (unit.test_pillar.PillarTestCase)
> [CPU:28.6%|MEM:7.0%] test when using ext_pillar and ext_pillar_first ... ok
> test_ext_pillar_no_extra_minion_data_val_dict (unit.test_pillar.PillarTestCase)
> [CPU:21.4%|MEM:7.0%]  ... ok
> test_ext_pillar_no_extra_minion_data_val_elem (unit.test_pillar.PillarTestCase)
> [CPU:27.3%|MEM:7.0%]  ... ok
> test_ext_pillar_no_extra_minion_data_val_list (unit.test_pillar.PillarTestCase)
> [CPU:20.0%|MEM:7.0%]  ... ok
> test_ext_pillar_with_extra_minion_data_val_dict (unit.test_pillar.PillarTestCase)
> [CPU:18.2%|MEM:7.0%]  ... ok
> test_ext_pillar_with_extra_minion_data_val_elem (unit.test_pillar.PillarTestCase)
> [CPU:27.3%|MEM:7.0%]  ... ok
> test_ext_pillar_with_extra_minion_data_val_list (unit.test_pillar.PillarTestCase)
> [CPU:33.3%|MEM:7.0%]  ... ok
> test_ignored_dynamic_pillarenv (unit.test_pillar.PillarTestCase)
> [CPU:18.2%|MEM:7.0%]  ... ok
> test_include (unit.test_pillar.PillarTestCase)
> [CPU:30.8%|MEM:7.0%]  ... ok
> test_includes_override_sls (unit.test_pillar.PillarTestCase)
> [CPU:16.7%|MEM:7.0%]  ... ok
> test_malformed_pillar_sls (unit.test_pillar.PillarTestCase)
> [CPU:26.9%|MEM:7.0%]  ... 00:42:43,889 [salt.pillar                                                            :902 ][ERROR   ] SLS 'foo.sls' does not render to a dictionary
> 00:42:43,889 [salt.pillar                                                            :1031][ERROR   ] The rendered pillar sls file, 'foo.sls' state did not return the expected data format. This is a sign of a malformed pillar sls file. Returned errors: 'SLS 'foo.sls' does not render to a dictionary'
> 00:42:43,889 [salt.pillar                                                            :902 ][ERROR   ] SLS 'foo.sls' does not render to a dictionary
> 00:42:43,889 [salt.pillar                                                            :1031][ERROR   ] The rendered pillar sls file, 'foo.sls' state did not return the expected data format. This is a sign of a malformed pillar sls file. Returned errors: 'SLS 'foo.sls' does not render to a dictionary'
> 00:42:43,890 [salt.pillar                                                            :911 ][ERROR   ] Include Declaration in SLS 'foo.sls' is not formed as a list
> ok
> test_missing_include (unit.test_pillar.PillarTestCase)
> [CPU:28.6%|MEM:7.0%]  ... 00:42:43,924 [salt.pillar                                                            :849 ][ERROR   ] Specified SLS 'simple_include.missing_include' in environment 'base' is not available on the salt master
> 00:42:43,924 [salt.template                                                          :71  ][ERROR   ] Template was specified incorrectly: False
> 00:42:43,924 [salt.pillar                                                            :1209][CRITICAL] Pillar render error: Specified SLS 'simple_include.missing_include' in environment 'base' is not available on the salt master
> ok
> test_pillarenv_from_saltenv (unit.test_pillar.PillarTestCase)
> [CPU:16.7%|MEM:7.0%]  ... ok
> test_relative_include (unit.test_pillar.PillarTestCase)
> [CPU:28.6%|MEM:7.0%]  ... ok
> test_topfile_order (unit.test_pillar.PillarTestCase)
> [CPU:26.7%|MEM:7.0%]  ... ok
> test_get_opts_in_pillar_override_call (unit.test_pillar.RemotePillarTestCase)
> [CPU:24.0%|MEM:7.0%]  ... ok
> test_malformed_add_to_pillar (unit.test_pillar.RemotePillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... 00:42:44,059 [salt.pillar                                                            :177 ][ERROR   ] 'pass_to_ext_pillars' config is malformed.
> NoneType: None
> ok
> test_multiple_keys_in_opts_added_to_pillar (unit.test_pillar.RemotePillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_non_existent_intermediate_opt_in_add_to_pillar (unit.test_pillar.RemotePillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_non_existent_leaf_opt_in_add_to_pillar (unit.test_pillar.RemotePillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_pillar_file_client_master_remote (unit.test_pillar.RemotePillarTestCase)
> [CPU:0.0%|MEM:7.0%] Test condition where local file_client and use_master_when_local option ... ok
> test_pillar_send_extra_minion_data_from_config (unit.test_pillar.RemotePillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_subkey_in_opts_added_to_pillar (unit.test_pillar.RemotePillarTestCase)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_handle_decoded_payload_metaproxy_called (unit.test_proxy_minion.ProxyMinionTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that when the _handle_decoded_payload function is called, _metaproxy_call is also called. ... skipped 'Slow tests are disabled'
> test_handle_payload_metaproxy_called (unit.test_proxy_minion.ProxyMinionTestCase)
> [CPU:50.0%|MEM:7.0%] Tests that when the _handle_payload function is called, _metaproxy_call is also called. ... skipped 'Slow tests are disabled'
> test_post_master_init_metaproxy_called (unit.test_proxy_minion.ProxyMinionTestCase)
> [CPU:0.0%|MEM:7.0%] Tests that when the _post_master_ini function is called, _metaproxy_call is also called. ... skipped 'Slow tests are disabled'
> test_build_install (unit.test_spm.SPMTest)
> [CPU:0.0%|MEM:7.0%]  ... ok
> test_failure_paths (unit.test_spm.SPMTest)
> [CPU:18.7%|MEM:7.0%]  ... ok
> test_find_sls_ids_with_exclude (unit.test_state.HighStateTestCase)
> [CPU:16.7%|MEM:7.0%] See https://github.com/saltstack/salt/issues/47182 ... ok
> test_matches_whitelist (unit.test_state.HighStateTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_matches_whitelist_with_string (unit.test_state.HighStateTestCase)
> [CPU:26.5%|MEM:7.0%]  ... ok
> test_show_state_usage (unit.test_state.HighStateTestCase)
> [CPU:21.9%|MEM:7.0%]  ... ok
> test_top_matches_with_list (unit.test_state.HighStateTestCase)
> [CPU:26.5%|MEM:7.0%]  ... ok
> test_top_matches_with_string (unit.test_state.HighStateTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_lazy_avail_states_base (unit.test_state.MultiEnvHighStateTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_lazy_avail_states_multi (unit.test_state.MultiEnvHighStateTestCase)
> [CPU:24.2%|MEM:7.0%]  ... ok
> test_lazy_avail_states_other (unit.test_state.MultiEnvHighStateTestCase)
> [CPU:25.7%|MEM:7.0%]  ... ok
> test_format_log_non_ascii_character (unit.test_state.StateCompilerTestCase)
> [CPU:26.5%|MEM:7.0%] Tests running a non-ascii character through the state.format_log ... ok
> test_render_error_on_invalid_requisite (unit.test_state.StateCompilerTestCase)
> [CPU:0.0%|MEM:7.0%] Test that the state compiler correctly deliver a rendering ... skipped 'Slow tests are disabled'
> test_render_requisite_require_disabled (unit.test_state.StateCompilerTestCase)
> [CPU:0.0%|MEM:7.0%] Test that the state compiler correctly deliver a rendering ... ok
> test_render_requisite_require_in_disabled (unit.test_state.StateCompilerTestCase)
> [CPU:21.4%|MEM:7.0%] Test that the state compiler correctly deliver a rendering ... ok
> test_verify_creates (unit.test_state.StateCompilerTestCase)
> [CPU:26.7%|MEM:7.0%]  ... ok
> test_verify_creates_list (unit.test_state.StateCompilerTestCase)
> [CPU:21.4%|MEM:7.0%]  ... ok
> test_verify_onlyif_cmd_error (unit.test_state.StateCompilerTestCase)
> [CPU:28.6%|MEM:7.0%] Simulates a failure in cmd.retcode from onlyif ... 00:42:45,112 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.aix_group. Module will not be loaded: 'kernel'
> 00:42:45,113 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.aix_shadow. Module will not be loaded: 'kernel'
> 00:42:45,114 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.aixpkg. Module will not be loaded: 'os_family'
> 00:42:45,117 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.apache. Module will not be loaded: 'os_family'
> 00:42:45,201 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.bridge. Module will not be loaded: 'kernel'
> 00:42:45,228 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.deb_apache. Module will not be loaded: 'os_family'
> 00:42:45,230 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.debconfmod. Module will not be loaded: 'os_family'
> 00:42:45,231 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.debian_ip. Module will not be loaded: 'os_family'
> 00:42:45,231 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.debian_service. Module will not be loaded: 'os'
> 00:42:45,255 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.dpkg_lowpkg. Module will not be loaded: 'os_family'
> 00:42:45,261 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.eix. Module will not be loaded: 'os'
> 00:42:45,264 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.eselect. Module will not be loaded: 'os'
> 00:42:45,272 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsd_sysctl. Module will not be loaded: 'os'
> 00:42:45,273 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsd_update. Module will not be loaded: 'os'
> 00:42:45,273 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdjail. Module will not be loaded: 'os'
> 00:42:45,274 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdkmod. Module will not be loaded: 'kernel'
> 00:42:45,274 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdpkg. Module will not be loaded: 'os'
> 00:42:45,275 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdports. Module will not be loaded: 'os'
> 00:42:45,276 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdservice. Module will not be loaded: 'os'
> 00:42:45,279 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.gentoo_service. Module will not be loaded: 'os'
> 00:42:45,281 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.gentoolkitmod. Module will not be loaded: 'os'
> 00:42:45,295 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.groupadd. Module will not be loaded: 'kernel'
> 00:42:45,296 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.grub_legacy. Module will not be loaded: 'os_family'
> 00:42:45,332 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.keyboard. Module will not be loaded: 'os_family'
> 00:42:45,338 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.kmod. Module will not be loaded: 'kernel'
> 00:42:45,340 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.layman. Module will not be loaded: 'os'
> 00:42:45,346 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.linux_ip. Module will not be loaded: 'os_family'
> 00:42:45,347 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.linux_service. Module will not be loaded: 'kernel'
> 00:42:45,348 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.linux_sysctl. Module will not be loaded: 'kernel'
> 00:42:45,351 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.logadm. Module will not be loaded: 'os_family'
> 00:42:45,605 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.mac_sysctl. Module will not be loaded: 'os'
> 00:42:45,607 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.mac_xattr. Module will not be loaded: 'os'
> 00:42:45,608 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.makeconf. Module will not be loaded: 'os'
> 00:42:45,610 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.mdadm_raid. Module will not be loaded: 'kernel'
> 00:42:45,636 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.netbsd_sysctl. Module will not be loaded: 'os'
> 00:42:45,637 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.netbsdservice. Module will not be loaded: 'os'
> 00:42:45,650 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.nilrt_ip. Module will not be loaded: 'os_family'
> 00:42:45,653 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.nspawn. Module will not be loaded: 'kernel'
> 00:42:45,656 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsd_sysctl. Module will not be loaded: 'os'
> 00:42:45,657 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsdpkg. Module will not be loaded: 'os'
> 00:42:45,658 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsdrcctl_service. Module will not be loaded: 'os'
> 00:42:45,659 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsdservice. Module will not be loaded: 'os'
> 00:42:45,665 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pacmanpkg. Module will not be loaded: 'os_family'
> 00:42:45,672 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pf. Module will not be loaded: 'os'
> 00:42:45,675 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pkgin. Module will not be loaded: 'os'
> 00:42:45,676 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pkgng. Module will not be loaded: 'kernel'
> 00:42:45,676 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pkgutil. Module will not be loaded: 'os_family'
> 00:42:45,681 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.poudriere. Module will not be loaded: 'os'
> 00:42:45,689 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pw_group. Module will not be loaded: 'kernel'
> 00:42:45,690 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pw_user. Module will not be loaded: 'kernel'
> 00:42:45,695 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.rbac_solaris. Module will not be loaded: 'kernel'
> 00:42:45,702 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.rh_ip. Module will not be loaded: 'os_family'
> 00:42:45,703 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.rh_service. Module will not be loaded: 'os'
> 00:42:45,726 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.smf_service. Module will not be loaded: 'os_family'
> 00:42:45,730 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solaris_group. Module will not be loaded: 'kernel'
> 00:42:45,731 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solaris_user. Module will not be loaded: 'kernel'
> 00:42:45,732 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solarisipspkg. Module will not be loaded: 'os_family'
> 00:42:45,732 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solarispkg. Module will not be loaded: 'os_family'
> 00:42:45,763 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.upstart_service. Module will not be loaded: 'os'
> 00:42:45,765 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.useradd. Module will not be loaded: 'kernel'
> 00:42:45,773 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.vmctl. Module will not be loaded: 'os'
> 00:42:45,827 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.xapi_virt. Module will not be loaded: 'os'
> 00:42:45,827 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.xbpspkg. Module will not be loaded: 'os'
> 00:42:45,838 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.zoneadm. Module will not be loaded: 'kernel'
> 00:42:45,839 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.zonecfg. Module will not be loaded: 'kernel'
> ok
> test_verify_onlyif_list_cmd (unit.test_state.StateCompilerTestCase)
> [CPU:24.9%|MEM:7.0%]  ... ok
> test_verify_onlyif_parse (unit.test_state.StateCompilerTestCase)
> [CPU:30.4%|MEM:7.0%]  ... ok
> test_verify_onlyif_parse_slots (unit.test_state.StateCompilerTestCase)
> [CPU:25.0%|MEM:7.0%]  ... ok
> test_verify_retry_parsing (unit.test_state.StateCompilerTestCase)
> [CPU:25.0%|MEM:7.0%]  ... /<<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:42:46,029 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.aix_group. Module will not be loaded: 'kernel'
> 00:42:46,029 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.aix_shadow. Module will not be loaded: 'kernel'
> 00:42:46,030 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.aixpkg. Module will not be loaded: 'os_family'
> 00:42:46,033 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.apache. Module will not be loaded: 'os_family'
> 00:42:46,113 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.bridge. Module will not be loaded: 'kernel'
> 00:42:46,137 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.deb_apache. Module will not be loaded: 'os_family'
> 00:42:46,138 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.debconfmod. Module will not be loaded: 'os_family'
> 00:42:46,139 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.debian_ip. Module will not be loaded: 'os_family'
> 00:42:46,139 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.debian_service. Module will not be loaded: 'os'
> 00:42:46,162 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.dpkg_lowpkg. Module will not be loaded: 'os_family'
> 00:42:46,167 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.eix. Module will not be loaded: 'os'
> 00:42:46,171 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.eselect. Module will not be loaded: 'os'
> 00:42:46,177 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsd_sysctl. Module will not be loaded: 'os'
> 00:42:46,177 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsd_update. Module will not be loaded: 'os'
> 00:42:46,178 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdjail. Module will not be loaded: 'os'
> 00:42:46,178 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdkmod. Module will not be loaded: 'kernel'
> 00:42:46,179 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdpkg. Module will not be loaded: 'os'
> 00:42:46,179 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdports. Module will not be loaded: 'os'
> 00:42:46,180 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdservice. Module will not be loaded: 'os'
> 00:42:46,183 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.gentoo_service. Module will not be loaded: 'os'
> 00:42:46,185 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.gentoolkitmod. Module will not be loaded: 'os'
> 00:42:46,197 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.groupadd. Module will not be loaded: 'kernel'
> 00:42:46,197 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.grub_legacy. Module will not be loaded: 'os_family'
> 00:42:46,228 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.keyboard. Module will not be loaded: 'os_family'
> 00:42:46,234 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.kmod. Module will not be loaded: 'kernel'
> 00:42:46,236 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.layman. Module will not be loaded: 'os'
> 00:42:46,243 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.linux_ip. Module will not be loaded: 'os_family'
> 00:42:46,244 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.linux_service. Module will not be loaded: 'kernel'
> 00:42:46,245 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.linux_sysctl. Module will not be loaded: 'kernel'
> 00:42:46,247 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.logadm. Module will not be loaded: 'os_family'
> 00:42:46,254 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.mac_sysctl. Module will not be loaded: 'os'
> 00:42:46,256 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.mac_xattr. Module will not be loaded: 'os'
> 00:42:46,257 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.makeconf. Module will not be loaded: 'os'
> 00:42:46,259 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.mdadm_raid. Module will not be loaded: 'kernel'
> 00:42:46,284 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.netbsd_sysctl. Module will not be loaded: 'os'
> 00:42:46,284 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.netbsdservice. Module will not be loaded: 'os'
> 00:42:46,298 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.nilrt_ip. Module will not be loaded: 'os_family'
> 00:42:46,300 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.nspawn. Module will not be loaded: 'kernel'
> 00:42:46,303 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsd_sysctl. Module will not be loaded: 'os'
> 00:42:46,304 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsdpkg. Module will not be loaded: 'os'
> 00:42:46,304 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsdrcctl_service. Module will not be loaded: 'os'
> 00:42:46,305 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsdservice. Module will not be loaded: 'os'
> 00:42:46,311 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pacmanpkg. Module will not be loaded: 'os_family'
> 00:42:46,316 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pf. Module will not be loaded: 'os'
> 00:42:46,318 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pkgin. Module will not be loaded: 'os'
> 00:42:46,319 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pkgng. Module will not be loaded: 'kernel'
> 00:42:46,319 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pkgutil. Module will not be loaded: 'os_family'
> 00:42:46,323 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.poudriere. Module will not be loaded: 'os'
> 00:42:46,331 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pw_group. Module will not be loaded: 'kernel'
> 00:42:46,331 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pw_user. Module will not be loaded: 'kernel'
> 00:42:46,335 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.rbac_solaris. Module will not be loaded: 'kernel'
> 00:42:46,342 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.rh_ip. Module will not be loaded: 'os_family'
> 00:42:46,343 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.rh_service. Module will not be loaded: 'os'
> 00:42:46,364 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.smf_service. Module will not be loaded: 'os_family'
> 00:42:46,367 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solaris_group. Module will not be loaded: 'kernel'
> 00:42:46,368 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solaris_user. Module will not be loaded: 'kernel'
> 00:42:46,369 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solarisipspkg. Module will not be loaded: 'os_family'
> 00:42:46,369 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solarispkg. Module will not be loaded: 'os_family'
> 00:42:46,398 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.upstart_service. Module will not be loaded: 'os'
> 00:42:46,399 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.useradd. Module will not be loaded: 'kernel'
> 00:42:46,406 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.vmctl. Module will not be loaded: 'os'
> 00:42:46,460 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.xapi_virt. Module will not be loaded: 'os'
> 00:42:46,461 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.xbpspkg. Module will not be loaded: 'os'
> 00:42:46,473 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.zoneadm. Module will not be loaded: 'kernel'
> 00:42:46,473 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.zonecfg. Module will not be loaded: 'kernel'
> 00:42:46,527 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.states.debconfmod. Module will not be loaded: 'os_family'
> 00:42:46,635 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.states.mac_xattr. Module will not be loaded: 'os'
> 00:42:46,638 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.states.mdadm_raid. Module will not be loaded: 'kernel'
> 00:42:46,890 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.states.service. Module will not be loaded: 'os'
> 00:42:46,949 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.states.zpool. Module will not be loaded: 'zfs_support'
> ok
> test_verify_unless_cmd_error (unit.test_state.StateCompilerTestCase)
> [CPU:25.3%|MEM:7.0%] Simulates a failure in cmd.retcode from unless ... 00:42:46,994 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.aix_group. Module will not be loaded: 'kernel'
> 00:42:46,994 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.aix_shadow. Module will not be loaded: 'kernel'
> 00:42:46,995 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.aixpkg. Module will not be loaded: 'os_family'
> 00:42:46,998 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.apache. Module will not be loaded: 'os_family'
> 00:42:47,077 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.bridge. Module will not be loaded: 'kernel'
> 00:42:47,100 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.deb_apache. Module will not be loaded: 'os_family'
> 00:42:47,101 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.debconfmod. Module will not be loaded: 'os_family'
> 00:42:47,103 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.debian_ip. Module will not be loaded: 'os_family'
> 00:42:47,103 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.debian_service. Module will not be loaded: 'os'
> 00:42:47,128 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.dpkg_lowpkg. Module will not be loaded: 'os_family'
> 00:42:47,133 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.eix. Module will not be loaded: 'os'
> 00:42:47,138 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.eselect. Module will not be loaded: 'os'
> 00:42:47,144 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsd_sysctl. Module will not be loaded: 'os'
> 00:42:47,144 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsd_update. Module will not be loaded: 'os'
> 00:42:47,145 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdjail. Module will not be loaded: 'os'
> 00:42:47,145 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdkmod. Module will not be loaded: 'kernel'
> 00:42:47,146 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdpkg. Module will not be loaded: 'os'
> 00:42:47,146 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdports. Module will not be loaded: 'os'
> 00:42:47,147 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.freebsdservice. Module will not be loaded: 'os'
> 00:42:47,150 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.gentoo_service. Module will not be loaded: 'os'
> 00:42:47,152 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.gentoolkitmod. Module will not be loaded: 'os'
> 00:42:47,164 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.groupadd. Module will not be loaded: 'kernel'
> 00:42:47,164 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.grub_legacy. Module will not be loaded: 'os_family'
> 00:42:47,194 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.keyboard. Module will not be loaded: 'os_family'
> 00:42:47,199 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.kmod. Module will not be loaded: 'kernel'
> 00:42:47,201 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.layman. Module will not be loaded: 'os'
> 00:42:47,208 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.linux_ip. Module will not be loaded: 'os_family'
> 00:42:47,209 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.linux_service. Module will not be loaded: 'kernel'
> 00:42:47,210 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.linux_sysctl. Module will not be loaded: 'kernel'
> 00:42:47,213 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.logadm. Module will not be loaded: 'os_family'
> 00:42:47,222 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.mac_sysctl. Module will not be loaded: 'os'
> 00:42:47,223 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.mac_xattr. Module will not be loaded: 'os'
> 00:42:47,224 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.makeconf. Module will not be loaded: 'os'
> 00:42:47,227 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.mdadm_raid. Module will not be loaded: 'kernel'
> 00:42:47,252 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.netbsd_sysctl. Module will not be loaded: 'os'
> 00:42:47,253 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.netbsdservice. Module will not be loaded: 'os'
> 00:42:47,265 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.nilrt_ip. Module will not be loaded: 'os_family'
> 00:42:47,268 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.nspawn. Module will not be loaded: 'kernel'
> 00:42:47,271 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsd_sysctl. Module will not be loaded: 'os'
> 00:42:47,272 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsdpkg. Module will not be loaded: 'os'
> 00:42:47,272 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsdrcctl_service. Module will not be loaded: 'os'
> 00:42:47,273 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.openbsdservice. Module will not be loaded: 'os'
> 00:42:47,279 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pacmanpkg. Module will not be loaded: 'os_family'
> 00:42:47,284 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pf. Module will not be loaded: 'os'
> 00:42:47,286 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pkgin. Module will not be loaded: 'os'
> 00:42:47,287 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pkgng. Module will not be loaded: 'kernel'
> 00:42:47,288 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pkgutil. Module will not be loaded: 'os_family'
> 00:42:47,292 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.poudriere. Module will not be loaded: 'os'
> 00:42:47,299 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pw_group. Module will not be loaded: 'kernel'
> 00:42:47,300 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.pw_user. Module will not be loaded: 'kernel'
> 00:42:47,304 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.rbac_solaris. Module will not be loaded: 'kernel'
> 00:42:47,311 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.rh_ip. Module will not be loaded: 'os_family'
> 00:42:47,312 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.rh_service. Module will not be loaded: 'os'
> 00:42:47,337 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.smf_service. Module will not be loaded: 'os_family'
> 00:42:47,340 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solaris_group. Module will not be loaded: 'kernel'
> 00:42:47,341 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solaris_user. Module will not be loaded: 'kernel'
> 00:42:47,342 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solarisipspkg. Module will not be loaded: 'os_family'
> 00:42:47,343 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.solarispkg. Module will not be loaded: 'os_family'
> 00:42:47,371 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.upstart_service. Module will not be loaded: 'os'
> 00:42:47,372 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.useradd. Module will not be loaded: 'kernel'
> 00:42:47,380 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.vmctl. Module will not be loaded: 'os'
> 00:42:47,431 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.xapi_virt. Module will not be loaded: 'os'
> 00:42:47,431 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.xbpspkg. Module will not be loaded: 'os'
> 00:42:47,443 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.zoneadm. Module will not be loaded: 'kernel'
> 00:42:47,444 [salt.loader                                                            :2000][ERROR   ] Exception raised when processing __virtual__ function for salt.loaded.int.module.zonecfg. Module will not be loaded: 'kernel'
> ok
> test_verify_unless_parse (unit.test_state.StateCompilerTestCase)
> [CPU:25.1%|MEM:7.1%]  ... ok
> test_verify_unless_parse_slots (unit.test_state.StateCompilerTestCase)
> [CPU:26.7%|MEM:7.1%]  ... ok
> test_format_slots_arg (unit.test_state.StateFormatSlotsTestCase)
> [CPU:25.0%|MEM:7.1%] Test the format slots is calling a slot specified in args with corresponding arguments. ... skipped 'Slow tests are disabled'
> test_format_slots_dict_arg (unit.test_state.StateFormatSlotsTestCase)
> [CPU:0.0%|MEM:7.1%] Test the format slots is calling a slot specified in dict arg. ... skipped 'Slow tests are disabled'
> test_format_slots_kwarg (unit.test_state.StateFormatSlotsTestCase)
> [CPU:0.0%|MEM:7.1%] Test the format slots is calling a slot specified in kwargs with corresponding arguments. ... skipped 'Slow tests are disabled'
> test_format_slots_listdict_arg (unit.test_state.StateFormatSlotsTestCase)
> [CPU:0.0%|MEM:7.1%] Test the format slots is calling a slot specified in list containing a dict. ... skipped 'Slow tests are disabled'
> test_format_slots_liststr_arg (unit.test_state.StateFormatSlotsTestCase)
> [CPU:0.0%|MEM:7.1%] Test the format slots is calling a slot specified in list containing a dict. ... skipped 'Slow tests are disabled'
> test_format_slots_malformed (unit.test_state.StateFormatSlotsTestCase)
> [CPU:0.0%|MEM:7.1%] Test the format slots keeps malformed slots untouched. ... skipped 'Slow tests are disabled'
> test_format_slots_multi (unit.test_state.StateFormatSlotsTestCase)
> [CPU:0.0%|MEM:7.1%] Test the format slots is calling all slots with corresponding arguments when multiple slots ... skipped 'Slow tests are disabled'
> test_format_slots_no_slots (unit.test_state.StateFormatSlotsTestCase)
> [CPU:100.0%|MEM:7.1%] Test the format slots keeps data without slots untouched. ... ok
> test_format_slots_parallel (unit.test_state.StateFormatSlotsTestCase)
> [CPU:21.4%|MEM:7.1%] Test if slots work with "parallel: true". ... /<<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
> ok
> test_slot_append (unit.test_state.StateFormatSlotsTestCase)
> [CPU:28.6%|MEM:7.1%] Test the slot parsing of dict response. ... skipped 'Slow tests are disabled'
> test_slot_traverse_dict (unit.test_state.StateFormatSlotsTestCase)
> [CPU:0.0%|MEM:7.1%] Test the slot parsing of dict response. ... skipped 'Slow tests are disabled'
> test_state_output_check_changes_is_dict (unit.test_state.StateReturnsTestCase)
> [CPU:0.0%|MEM:7.1%] Test that changes key contains a dictionary. ... ok
> test_state_output_check_return_has_nrc (unit.test_state.StateReturnsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for name/result/comment keys are inside the return. ... ok
> test_state_output_check_return_is_dict (unit.test_state.StateReturnsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for the entire return is a dictionary ... ok
> test_state_output_unifier_comment_is_not_list (unit.test_state.StateReturnsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for output is unified so the comment is converted to a multi-line string ... ok
> test_state_output_unifier_result_converted_to_false (unit.test_state.StateReturnsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for output is unified so the result is converted to False ... ok
> test_state_output_unifier_result_converted_to_true (unit.test_state.StateReturnsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for output is unified so the result is converted to True ... ok
> test_check_render_pipe_str (unit.test_template.TemplateTestCase)
> [CPU:100.0%|MEM:7.1%] Check that all renderers specified in the pipe string are available. ... ok
> test_check_renderer_blacklisting (unit.test_template.TemplateTestCase)
> [CPU:0.0%|MEM:7.1%] Check that all renderers specified in the pipe string are available. ... ok
> test_compile_template_bad_type (unit.test_template.TemplateTestCase)
> [CPU:0.0%|MEM:7.1%] Test to ensure that unsupported types cannot be passed to the template compiler ... /<<PKGBUILDDIR>>/salt/utils/msgpack.py:151: DeprecationWarning: encoding is deprecated, Use raw=False instead.
>   return msgpack.unpackb(packed, **_sanitize_msgpack_unpack_kwargs(kwargs))
> 00:42:47,676 [salt.template                                                          :71  ][ERROR   ] Template was specified incorrectly: ['1', '2', '3']
> ok
> test_compile_template_preserves_windows_newlines (unit.test_template.TemplateTestCase)
> [CPU:0.0%|MEM:7.1%] Test to ensure that a file with Windows newlines, when rendered by a ... ok
> test_init (unit.test_transport.MessageClientPoolTest)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_init_less_than_one (unit.test_transport.MessageClientPoolTest)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_init_without_config (unit.test_transport.MessageClientPoolTest)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_bugfix_string (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] test when bugfix is an empty string ... ok
> test_discover_version (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] Test call to __discover_version ... ok
> test_full_info (unit.test_version.VersionTestCase)
> [CPU:25.0%|MEM:7.1%] Test full_Info property method ... ok
> test_full_info_all_versions (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] Test full_info_all_versions property method ... ok
> test_info_new_version (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] test info property method with new versioning scheme ... ok
> test_info_old_version (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] test info property method with old versioning scheme ... ok
> test_noc_info (unit.test_version.VersionTestCase)
> [CPU:100.0%|MEM:7.1%] Test noc_info property method ... ok
> test_sha (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] test matching sha's ... ok
> test_string_new_version (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] Validate string property method ... ok
> test_string_new_version_minor (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] Validate string property method ... ok
> test_string_new_version_minor_as_string (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] Validate string property method ... ok
> test_string_old_version (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] Validate string property method ... ok
> test_system_version_linux (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] version.system_version on Linux ... ok
> test_system_version_osx (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] version.system_version on OS X ... skipped 'OS X test only'
> test_system_version_windows (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] version.system_version on Windows ... skipped 'Windows test only'
> test_unparsable_version (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_version_comparison (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_version_parsing (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_version_report_lines (unit.test_version.VersionTestCase)
> [CPU:0.0%|MEM:7.1%] Validate padding in versions report is correct ... ok
> test_version_repr (unit.test_version.VersionTestCase)
> [CPU:50.0%|MEM:7.1%] Test SaltStackVersion repr for both date ... ok
> test_check_virtualname (unit.test_virtualname.VirtualNameTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the virtualname is in __name__ of the module ... ok
> test_drift_detector (unit.test_zypp_plugins.ZyppPluginsTestCase)
> [CPU:0.0%|MEM:7.1%] Test drift detector for a correct cookie file. ... ok
> test_get_token_should_raise_SaltDeserializationError_if_token_file_is_empty (unit.tokens.test_localfs.TestLocalFS)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:47,711 [salt.payload                                                           :131 ][CRITICAL] Could not deserialize msgpack message. This often happens when trying to read a file not in binary mode. To see message payload, enable debug logging and retry. Exception: Unpack failed: incomplete input
> ok
> test_get_token_should_raise_SaltDeserializationError_if_token_file_is_malformed (unit.tokens.test_localfs.TestLocalFS)
> [CPU:25.0%|MEM:7.1%]  ... 00:42:47,963 [salt.payload                                                           :131 ][CRITICAL] Could not deserialize msgpack message. This often happens when trying to read a file not in binary mode. To see message payload, enable debug logging and retry. Exception: unpack(b) received extra data.
> ok
> test_get_token_should_return_token_if_exists (unit.tokens.test_localfs.TestLocalFS)
> [CPU:25.3%|MEM:7.1%]  ... ok
> test_write_token (unit.tokens.test_localfs.WriteTokenTest)
> [CPU:0.0%|MEM:7.1%] Validate tokens put in place with an atomic move ... ok
> test_ext_nodes (unit.tops.test_ext_nodes.ExtNodesTestCase)
> [CPU:0.0%|MEM:7.1%] Confirm that subprocess.Popen works as expected and does not raise an ... ok
> test_ext_nodes_with_environment (unit.tops.test_ext_nodes.ExtNodesTestCase)
> [CPU:40.0%|MEM:7.1%] Same as above, but also tests that the matches are assigned to the proper ... ok
> test_basic_send (unit.transport.test_ipc.IPCMessageClient) ... ok
> test_many_send (unit.transport.test_ipc.IPCMessageClient) ... ok
> test_multistream_errors (unit.transport.test_ipc.IPCMessageClient) ... ok
> test_multistream_sends (unit.transport.test_ipc.IPCMessageClient) ... ok
> test_singleton (unit.transport.test_ipc.IPCMessageClient) ... ok
> test_very_big_message (unit.transport.test_ipc.IPCMessageClient) ... ok
> test_multi_client_reading (unit.transport.test_ipc.IPCMessagePubSubCase) ... ok
> test_sync_reading (unit.transport.test_ipc.IPCMessagePubSubCase) ... ok
> test_badload (unit.transport.test_tcp.AESReqTestCases)
> [CPU:25.0%|MEM:7.1%] Test a variety of bad requests, make sure that we get some sort of error ... skipped 'hanging test suite on MacOS'
> test_basic (unit.transport.test_tcp.AESReqTestCases)
> [CPU:0.0%|MEM:7.1%] Test a variety of messages, make sure we get the expected responses ... skipped 'hanging test suite on MacOS'
> test_normalization (unit.transport.test_tcp.AESReqTestCases)
> [CPU:0.0%|MEM:7.1%] Since we use msgpack, we need to test that list types are converted to lists ... skipped 'hanging test suite on MacOS'
> test_basic (unit.transport.test_tcp.AsyncPubChannelTest) ... skipped 'Skip until we can devote time to fix this test'
> test_connect_publish_port (unit.transport.test_tcp.AsyncTCPPubChannelTest)
> test when publish_port is not 4506 ... skipped 'Slow tests are disabled'
> test_badload (unit.transport.test_tcp.ClearReqTestCases)
> [CPU:0.0%|MEM:7.1%] Test a variety of bad requests, make sure that we get some sort of error ... skipped 'hanging test suite on MacOS'
> test_basic (unit.transport.test_tcp.ClearReqTestCases)
> [CPU:0.0%|MEM:7.1%] Test a variety of messages, make sure we get the expected responses ... skipped 'hanging test suite on MacOS'
> test_normalization (unit.transport.test_tcp.ClearReqTestCases)
> [CPU:0.0%|MEM:7.1%] Since we use msgpack, we need to test that list types are converted to lists ... skipped 'hanging test suite on MacOS'
> test_message_client (unit.transport.test_tcp.SaltMessageClientCleanupTest)
> [CPU:0.0%|MEM:7.1%] test message client cleanup on close ... ok
> test_close (unit.transport.test_tcp.SaltMessageClientPoolTest) ... ok
> test_connect_all (unit.transport.test_tcp.SaltMessageClientPoolTest) ... ok
> test_connect_partial (unit.transport.test_tcp.SaltMessageClientPoolTest) ... ok
> test_on_recv (unit.transport.test_tcp.SaltMessageClientPoolTest) ... ok
> test_send (unit.transport.test_tcp.SaltMessageClientPoolTest) ... ok
> test_write_to_stream (unit.transport.test_tcp.SaltMessageClientPoolTest) ... ok
> test_publish_filtering (unit.transport.test_tcp.TCPPubServerChannelTest)
> [CPU:7.3%|MEM:7.1%]  ... ok
> test_publish_filtering_str_list (unit.transport.test_tcp.TCPPubServerChannelTest)
> [CPU:25.0%|MEM:7.1%]  ... ok
> test_badload (unit.transport.test_zeromq.AESReqTestCases)
> [CPU:33.3%|MEM:7.1%] Test a variety of bad requests, make sure that we get some sort of error ... skipped 'Skipping until https://github.com/saltstack/salt/issues/32902 gets fixed'
> test_basic (unit.transport.test_zeromq.AESReqTestCases)
> [CPU:0.0%|MEM:7.1%] Test a variety of messages, make sure we get the expected responses ... skipped 'Skipping until https://github.com/saltstack/salt/issues/32902 gets fixed'
> test_normalization (unit.transport.test_zeromq.AESReqTestCases)
> [CPU:0.0%|MEM:7.1%] Since we use msgpack, we need to test that list types are converted to lists ... skipped 'Skipping until https://github.com/saltstack/salt/issues/32902 gets fixed'
> test_basic (unit.transport.test_zeromq.AsyncPubChannelTest) ... skipped 'Skip until we can devote time to fix this test'
> test_send (unit.transport.test_zeromq.AsyncReqMessageClientPoolTest)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_badload (unit.transport.test_zeromq.ClearReqTestCases)
> [CPU:0.0%|MEM:7.1%] Test a variety of bad requests, make sure that we get some sort of error ... skipped 'Skipping until https://github.com/saltstack/salt/issues/32902 gets fixed'
> test_basic (unit.transport.test_zeromq.ClearReqTestCases)
> [CPU:0.0%|MEM:7.1%] Test a variety of messages, make sure we get the expected responses ... skipped 'Skipping until https://github.com/saltstack/salt/issues/32902 gets fixed'
> test_master_uri_override (unit.transport.test_zeromq.ClearReqTestCases)
> [CPU:0.0%|MEM:7.1%] ensure master_uri kwarg is respected ... skipped 'Skipping until https://github.com/saltstack/salt/issues/32902 gets fixed'
> test_normalization (unit.transport.test_zeromq.ClearReqTestCases)
> [CPU:0.0%|MEM:7.1%] Since we use msgpack, we need to test that list types are converted to lists ... skipped 'Skipping until https://github.com/saltstack/salt/issues/32902 gets fixed'
> test_issue_36469_tcp (unit.transport.test_zeromq.PubServerChannel)
> [CPU:33.3%|MEM:7.1%] Test sending both large and small messags to publisher using TCP ... skipped 'Slow tests are disabled'
> test_publish_to_pubserv_ipc (unit.transport.test_zeromq.PubServerChannel)
> [CPU:0.0%|MEM:7.1%] Test sending 10K messags to ZeroMQPubServerChannel using IPC transport ... skipped 'Slow tests are disabled'
> test_publish_to_pubserv_tcp (unit.transport.test_zeromq.PubServerChannel)
> [CPU:0.0%|MEM:7.1%] Test sending 10K messags to ZeroMQPubServerChannel using TCP transport ... skipped 'Slow tests are disabled'
> test_zeromq_filtering (unit.transport.test_zeromq.PubServerChannel)
> [CPU:0.0%|MEM:7.1%] Test sending messags to publisher using UDP ... skipped 'Slow tests are disabled'
> test_zeromq_publish_port (unit.transport.test_zeromq.PubServerChannel)
> [CPU:0.0%|MEM:7.1%] test when connecting that we ... skipped 'Slow tests are disabled'
> test_zeromq_zeromq_filtering_decode_message (unit.transport.test_zeromq.PubServerChannel)
> [CPU:0.0%|MEM:7.1%] test AsyncZeroMQPubChannel _decode_messages ... ok
> test_zeromq_zeromq_filtering_decode_message_no_match (unit.transport.test_zeromq.PubServerChannel)
> [CPU:25.0%|MEM:7.1%] test AsyncZeroMQPubChannel _decode_messages when ... ok
> test_master_uri (unit.transport.test_zeromq.ZMQConfigTest)
> [CPU:0.0%|MEM:7.1%] test _get_master_uri method ... ok
> test_eval_cron_invalid (unit.utils.scheduler.test_error.SchedulerErrorTest)
> [CPU:33.3%|MEM:7.1%] verify that scheduled job runs ... 00:42:48,580 [salt.utils.schedule                                                    :1142][ERROR   ] Invalid cron string. Ignoring job job1.
> ok
> test_eval_once_invalid_datestring (unit.utils.scheduler.test_error.SchedulerErrorTest)
> [CPU:33.3%|MEM:7.1%] verify that scheduled job does not run ... 00:42:48,586 [salt.utils.schedule                                                    :1004][ERROR   ] Date string could not be parsed: 2017-13-13T13:00:00, %Y-%m-%dT%H:%M:%S. Ignoring job job1.
> ok
> test_eval_skip_during_range_end_before_start (unit.utils.scheduler.test_error.SchedulerErrorTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job does not run ... 00:42:48,592 [salt.utils.schedule                                                    :1292][ERROR   ] schedule.handle_func: Invalid range, end must be larger than start. Ignoring job job1.
> ok
> test_eval_skip_during_range_invalid_date (unit.utils.scheduler.test_error.SchedulerErrorTest)
> [CPU:33.3%|MEM:7.1%] verify that scheduled job does not run ... 00:42:48,598 [salt.utils.schedule                                                    :1258][ERROR   ] Invalid date string for end in skip_during_range. Ignoring job job1.
> ok
> test_eval_skip_during_range_not_dict (unit.utils.scheduler.test_error.SchedulerErrorTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job does not run ... 00:42:48,603 [salt.utils.schedule                                                    :1232][ERROR   ] schedule.handle_func: Invalid, range must be specified as a dictionary. Ignoring job job1.
> ok
> test_eval_when_invalid_date (unit.utils.scheduler.test_error.SchedulerErrorTest)
> [CPU:33.3%|MEM:7.1%] verify that scheduled job does not run ... 00:42:48,609 [salt.utils.schedule                                                    :1066][ERROR   ] Invalid date string 13/29/2017 1:00pm. Ignoring job job1.
> ok
> test_eval_whens_grain_not_dict (unit.utils.scheduler.test_error.SchedulerErrorTest)
> [CPU:50.0%|MEM:7.1%] verify that scheduled job does not run ... 00:42:48,614 [salt.utils.schedule                                                    :1052][ERROR   ] Grain "whens" must be a dict. Ignoring job job1.
> ok
> test_eval (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:25.0%|MEM:7.1%] verify that scheduled job runs ... skipped 'Slow tests are disabled'
> test_eval_after (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job is skipped until after the specified ... skipped 'Slow tests are disabled'
> test_eval_cron (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:100.0%|MEM:7.1%] verify that scheduled job runs ... ok
> test_eval_cron_loop_interval (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:29.4%|MEM:7.1%] verify that scheduled job runs ... ok
> test_eval_days (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:33.3%|MEM:7.1%] verify that scheduled job run mutiple times with days ... skipped 'Slow tests are disabled'
> test_eval_disabled (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job does not run ... ok
> test_eval_enabled (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:33.3%|MEM:7.1%] verify that scheduled job does not run ... skipped 'Slow tests are disabled'
> test_eval_enabled_key (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs ... skipped 'Slow tests are disabled'
> test_eval_global_disabled_job_enabled (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job does not run ... ok
> test_eval_hours (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:33.3%|MEM:7.1%] verify that scheduled job run mutiple times with hours ... skipped 'Slow tests are disabled'
> test_eval_loop_interval (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs ... skipped 'Slow tests are disabled'
> test_eval_minutes (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job run mutiple times with minutes ... skipped 'Slow tests are disabled'
> test_eval_multiple_whens (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs ... skipped 'Slow tests are disabled'
> test_eval_multiple_whens_loop_interval (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs ... skipped 'Slow tests are disabled'
> test_eval_once (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs ... skipped 'Slow tests are disabled'
> test_eval_once_loop_interval (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs ... skipped 'Slow tests are disabled'
> test_eval_run_on_start (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job is run when minion starts ... skipped 'Slow tests are disabled'
> test_eval_seconds (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job run mutiple times with seconds ... skipped 'Slow tests are disabled'
> test_eval_splay (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs with splayed time ... skipped 'Slow tests are disabled'
> test_eval_splay_global (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs with splayed time ... skipped 'Slow tests are disabled'
> test_eval_splay_range (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:100.0%|MEM:7.1%] verify that scheduled job runs with splayed time ... skipped 'Slow tests are disabled'
> test_eval_until (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job is skipped once the current ... skipped 'Slow tests are disabled'
> test_eval_when_splay (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs ... skipped 'Slow tests are disabled'
> test_eval_when_splay_in_past (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs ... ok
> test_eval_whens (unit.utils.scheduler.test_eval.SchedulerEvalTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job runs ... skipped 'Slow tests are disabled'
> test_get_schedule (unit.utils.scheduler.test_helpers.SchedulerHelpersTest)
> [CPU:0.0%|MEM:7.1%] verify that the _get_schedule function works ... ok
> test_maxrunning_master (unit.utils.scheduler.test_maxrunning.SchedulerMaxRunningTest)
> [CPU:33.3%|MEM:7.1%] verify that scheduled job runs ... ok
> test_maxrunning_minion (unit.utils.scheduler.test_maxrunning.SchedulerMaxRunningTest)
> [CPU:33.3%|MEM:7.1%] verify that scheduled job runs ... ok
> test_postpone (unit.utils.scheduler.test_postpone.SchedulerPostponeTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job is postponed until the specified time. ... skipped 'Slow tests are disabled'
> test_run_job (unit.utils.scheduler.test_run_job.SchedulerRunJobTest)
> [CPU:66.7%|MEM:7.1%] verify that scheduled job runs ... ok
> test_add_job (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:26.1%|MEM:7.1%] Tests adding a job to the schedule ... skipped 'Slow tests are disabled'
> test_add_job_data_not_dict (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests if data is a dictionary ... ok
> test_add_job_multiple_jobs (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:33.3%|MEM:7.1%] Tests if more than one job is scheduled at a time ... ok
> test_delete_job_exists (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests ensuring the job exists and deleting it ... skipped 'Slow tests are disabled'
> test_delete_job_in_pillar (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:50.0%|MEM:7.1%] Tests ignoring deletion job from pillar ... skipped 'Slow tests are disabled'
> test_delete_job_intervals (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests removing job from intervals ... skipped 'Slow tests are disabled'
> test_delete_job_prefix (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests ensuring jobs exists and deleting them by prefix ... skipped 'Slow tests are disabled'
> test_delete_job_prefix_in_pillar (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests ignoring deletion jobs by prefix from pillar ... skipped 'Slow tests are disabled'
> test_disable_job (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests disabling a job ... skipped 'Slow tests are disabled'
> test_disable_job_pillar (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests ignoring disable a job in pillar ... skipped 'Slow tests are disabled'
> test_disable_schedule (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests disabling the scheduler ... skipped 'Slow tests are disabled'
> test_enable_job (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests enabling a job ... skipped 'Slow tests are disabled'
> test_enable_job_pillar (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests ignoring enable a job from pillar ... skipped 'Slow tests are disabled'
> test_enable_schedule (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests enabling the scheduler ... skipped 'Slow tests are disabled'
> test_eval_schedule_cron (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests eval if the schedule is defined with cron expression ... ok
> test_eval_schedule_cron_splay (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:33.3%|MEM:7.1%] Tests eval if the schedule is defined with cron expression plus splay ... ok
> test_eval_schedule_is_not_dict (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests eval if the schedule is not a dictionary ... ok
> test_eval_schedule_is_not_dict_in_pillar (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:50.0%|MEM:7.1%] Tests eval if the schedule from pillar is not a dictionary ... ok
> test_eval_schedule_time (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests eval if the schedule setting time is in the future ... ok
> test_eval_schedule_time_eval (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:33.3%|MEM:7.1%] Tests eval if the schedule setting time is in the future plus splay ... ok
> test_handle_func_schedule_minion_blackout (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests eval if the schedule from pillar is not a dictionary ... skipped 'Slow tests are disabled'
> test_modify_job (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests modifying a job in the scheduler ... skipped 'Slow tests are disabled'
> test_modify_job_not_exists (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:50.0%|MEM:7.1%] Tests modifying a job in the scheduler if jobs not exists ... ok
> test_modify_job_pillar (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests ignoring modification of job from pillar ... ok
> test_reload_no_schedule_in_opts (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:33.3%|MEM:7.1%] Tests reloading the schedule from saved schedule that does not ... ok
> test_reload_schedule_in_saved_but_not_opts (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests reloading the schedule from saved schedule that contains ... ok
> test_reload_update_schedule_key (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:50.0%|MEM:7.1%] Tests reloading the schedule from saved schedule where both the ... ok
> test_reload_update_schedule_no_key (unit.utils.scheduler.test_schedule.ScheduleTestCase)
> [CPU:0.0%|MEM:7.1%] Tests reloading the schedule from saved schedule that does not ... ok
> test_run_after_skip_range (unit.utils.scheduler.test_skip.SchedulerSkipTest)
> [CPU:25.0%|MEM:7.1%] verify that scheduled job is skipped during the specified range ... skipped 'Slow tests are disabled'
> test_run_seconds_skip (unit.utils.scheduler.test_skip.SchedulerSkipTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job is skipped during the specified range ... skipped 'Slow tests are disabled'
> test_skip (unit.utils.scheduler.test_skip.SchedulerSkipTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job is skipped at the specified time ... skipped 'Slow tests are disabled'
> test_skip_during_range (unit.utils.scheduler.test_skip.SchedulerSkipTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job is skipped during the specified range ... skipped 'Slow tests are disabled'
> test_skip_during_range_global (unit.utils.scheduler.test_skip.SchedulerSkipTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job is skipped during the specified range ... skipped 'Slow tests are disabled'
> test_skip_during_range_invalid_datestring (unit.utils.scheduler.test_skip.SchedulerSkipTest)
> [CPU:0.0%|MEM:7.1%] verify that scheduled job is not not and returns the right error string ... 00:42:48,920 [salt.utils.schedule                                                    :1246][ERROR   ] Invalid date string for start in skip_during_range. Ignoring job skip_during_range_invalid_datestring1.
> 00:42:48,920 [salt.utils.schedule                                                    :1258][ERROR   ] Invalid date string for end in skip_during_range. Ignoring job skip_during_range_invalid_datestring2.
> ok
> test_instruction (unit.utils.test_aggregation.TestAggregation)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_introspection (unit.utils.test_aggregation.TestAggregation)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_merging (unit.utils.test_aggregation.TestAggregation)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_nested (unit.utils.test_aggregation.TestAggregation)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_arg_lookup (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_argspec_report (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_clean_kwargs (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_condition_input_string (unit.utils.test_args.ArgsTestCase)
> [CPU:100.0%|MEM:7.1%] Test passing a jid on the command line ... ok
> test_format_call (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_format_call_mimic_typeerror_exceptions (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_format_call_simple_args (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_function_argspec (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_function_args_kwargs (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_function_args_only (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_function_brackets_in_quotes (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_function_brackets_unballanced (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_function_kwargs_only (unit.utils.test_args.ArgsTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_parse_function_malformed_no_name (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_function_malformed_not_fun_def (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_function_no_args (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_function_quotes (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_function_wrong_bracket_style (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_kwarg (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_test_mode (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_yamlify_arg (unit.utils.test_args.ArgsTestCase)
> [CPU:0.0%|MEM:7.1%] Test that we properly yamlify CLI input. In several of the tests below ... ok
> test_arguments_regex (unit.utils.test_args.KwargRegexTest)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_basic_wrap (unit.utils.test_asynchronous.TestSyncWrapper)
> Test that we can wrap an asynchronous caller. ... ok
> test_double (unit.utils.test_asynchronous.TestSyncWrapper)
> Test when the asynchronous wrapper object itself creates a wrap of another thing ... ok
> test_double_sameloop (unit.utils.test_asynchronous.TestSyncWrapper)
> Test asynchronous wrappers initiated from the same IOLoop, to ensure that ... ok
> test_helpers (unit.utils.test_asynchronous.TestSyncWrapper)
> Test that the helper classes do what we expect within a regular asynchronous env ... ok
> test_create_object_model_nic_ref (unit.utils.test_azurearm.AzureRmUtilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'The azure.mgmt.network module must be installed.'
> test_create_object_model_vnet (unit.utils.test_azurearm.AzureRmUtilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'The azure.mgmt.network module must be installed.'
> test_context_conflict_between_boto_and_boto3_utils (unit.utils.test_botomod.BotoBoto3CacheContextCollisionTest)
> [CPU:100.0%|MEM:7.1%]  ... skipped ''
> test_partial (unit.utils.test_botomod.BotoUtilsCacheIdTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped ''
> test_set_and_get_after_invalidation_returns_none (unit.utils.test_botomod.BotoUtilsCacheIdTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped ''
> test_set_and_get_with_different_region_returns_none (unit.utils.test_botomod.BotoUtilsCacheIdTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped ''
> test_set_and_get_with_explicit_auth_params (unit.utils.test_botomod.BotoUtilsCacheIdTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped ''
> test_set_and_get_with_no_auth_params (unit.utils.test_botomod.BotoUtilsCacheIdTestCase)
> [CPU:100.0%|MEM:7.1%]  ... skipped ''
> test_conn_is_cache_with_profile (unit.utils.test_botomod.BotoUtilsGetConnTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'The moto module must be installed.'
> test_conn_is_cached (unit.utils.test_botomod.BotoUtilsGetConnTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'The moto module must be installed.'
> test_get_conn_error_raises_command_execution_error (unit.utils.test_botomod.BotoUtilsGetConnTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'The moto module must be installed.'
> test_get_conn_with_no_auth_params_raises_invocation_error (unit.utils.test_botomod.BotoUtilsGetConnTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'The moto module must be installed.'
> test_partial (unit.utils.test_botomod.BotoUtilsGetConnTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'The moto module must be installed.'
> test_error_message (unit.utils.test_botomod.BotoUtilsGetErrorTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped ''
> test_exception_message_with_no_body (unit.utils.test_botomod.BotoUtilsGetErrorTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped ''
> test_exception_message_with_no_error_in_body (unit.utils.test_botomod.BotoUtilsGetErrorTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped ''
> test_context_wrapper (unit.utils.test_cache.CacheContextTestCase)
> [CPU:0.0%|MEM:7.1%] Test to ensure that a module which decorates itself ... ok
> test_smoke_context (unit.utils.test_cache.CacheContextTestCase)
> [CPU:0.0%|MEM:7.1%] Smoke test the context cache ... ok
> test_sanity (unit.utils.test_cache.CacheDictTestCase)
> [CPU:0.0%|MEM:7.1%] Make sure you can instantiate etc. ... ok
> test_ttl (unit.utils.test_cache.CacheDictTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_everything (unit.utils.test_cache.CacheDiskTestCase)
> [CPU:1.2%|MEM:7.1%] Make sure you can instantiate, add, update, remove, expire ... ok
> test_refill_cache (unit.utils.test_cache.ContextCacheTest)
> [CPU:0.0%|MEM:7.1%] Tests to ensure that the context cache can rehydrate a wrapped function ... ok
> test_set_cache (unit.utils.test_cache.ContextCacheTest)
> [CPU:100.0%|MEM:7.1%] Tests to ensure the cache is written correctly ... ok
> test__save_password_in_keyring (unit.utils.test_cloud.CloudUtilsTestCase)
> [CPU:20.0%|MEM:7.1%] Test storing password in the keyring ... ok
> test_check_key_path_and_mode (unit.utils.test_cloud.CloudUtilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:50,198 [salt.utils.cloud                                                       :3421][ERROR   ] The key file '/tmp/tmp04sa5_a8' used in the 'foo' provider configuration needs to be set to mode 0400 or 0600.
> 
> 00:42:50,198 [salt.utils.cloud                                                       :3411][ERROR   ] The key file '/tmp/tmp04sa5_a8' used in the 'foo' provider configuration does not exist.
> 
> ok
> test_retrieve_password_from_keyring (unit.utils.test_cloud.CloudUtilsTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_sftp_file_with_content_under_python3 (unit.utils.test_cloud.CloudUtilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_ssh_password_regex (unit.utils.test_cloud.CloudUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] Test matching ssh password patterns ... ok
> test_get_colors (unit.utils.test_color.ColorUtilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_compare_and_update_config (unit.utils.test_configcomparer.UtilConfigcomparerTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_add_section (unit.utils.test_configparser.TestGitConfigParser)
> [CPU:0.0%|MEM:7.1%] Test adding a section and adding an item to that section ... ok
> test_get (unit.utils.test_configparser.TestGitConfigParser)
> [CPU:0.0%|MEM:7.1%] Test getting an option's value ... ok
> test_read_space_indent (unit.utils.test_configparser.TestGitConfigParser)
> [CPU:0.0%|MEM:7.1%] Test that user.name was successfully loaded despite being indented ... ok
> test_remove_option (unit.utils.test_configparser.TestGitConfigParser)
> [CPU:0.0%|MEM:7.1%] test removing an option, including all items from a multivar ... ok
> test_remove_option_regexp (unit.utils.test_configparser.TestGitConfigParser)
> [CPU:0.0%|MEM:7.1%] test removing an option, including all items from a multivar ... ok
> test_replace_option (unit.utils.test_configparser.TestGitConfigParser)
> [CPU:50.0%|MEM:7.1%] Test replacing an existing option ... ok
> test_set_multivar (unit.utils.test_configparser.TestGitConfigParser)
> [CPU:0.0%|MEM:7.1%] Test setting a multivar and then writing the resulting file ... ok
> test_set_new_option (unit.utils.test_configparser.TestGitConfigParser)
> [CPU:0.0%|MEM:7.1%] Test setting a new option in an existing section ... ok
> test_write (unit.utils.test_configparser.TestGitConfigParser)
> [CPU:0.0%|MEM:7.1%] Test writing using non-binary filehandle ... ok
> test_write_binary (unit.utils.test_configparser.TestGitConfigParser)
> [CPU:0.0%|MEM:7.1%] Test writing using binary filehandle ... ok
> test_basic (unit.utils.test_context.ContextDictTests)
> Test that the contextDict is a dict ... ok
> test_coroutines (unit.utils.test_context.ContextDictTests)
> Verify that ContextDict overrides properly within coroutines ... skipped 'Slow tests are disabled'
> test_multiple_contexts (unit.utils.test_context.ContextDictTests) ... ok
> test_override (unit.utils.test_context.ContextDictTests) ... ok
> test_threads (unit.utils.test_context.ContextDictTests)
> Verify that ContextDict overrides properly within threads ... skipped 'Slow tests are disabled'
> test_json_dumps_multiple_key (unit.utils.test_context.NamespacedDictWrapperTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_json_dumps_single_key (unit.utils.test_context.NamespacedDictWrapperTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_multiple_key (unit.utils.test_context.NamespacedDictWrapperTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_single_key (unit.utils.test_context.NamespacedDictWrapperTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_circular_refs_dicts (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:50,216 [salt.utils.data                                                        :190 ][ERROR   ] Caught a circular reference in data structure below.Cleaning and continuing execution.
> {'key': 'value', 'type': 'test1', 'self': {...}}
> NoneType: None
> ok
> test_circular_refs_lists (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:50,217 [salt.utils.data                                                        :190 ][ERROR   ] Caught a circular reference in data structure below.Cleaning and continuing execution.
> {'foo': [({...},)]}
> NoneType: None
> ok
> test_circular_refs_tuple (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_compare_dicts (unit.utils.test_data.DataTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_compare_lists_changes (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_compare_lists_changes_new (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_compare_lists_changes_old (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_compare_lists_no_change (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_decode (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%] Companion to test_decode_to_str, they should both be kept up-to-date ... ok
> test_decode_fallback (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%] Test fallback to utf-8 ... ok
> test_decode_to_str (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%] Companion to test_decode, they should both be kept up-to-date with one ... ok
> test_encode (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%] NOTE: This uses the lambda "_b" defined above in the global scope, ... ok
> test_encode_fallback (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%] Test fallback to utf-8 ... ok
> test_encode_keep (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%] Whereas we tested the keep argument in test_decode, it is much easier ... ok
> test_json_query (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:50,230 [salt.utils.data                                                        :1259][ERROR   ] json_query requires jmespath module installed
> ok
> test_mysql_to_dict (unit.utils.test_data.DataTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_repack_dict (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:50,232 [salt.utils.data                                                        :1051][ERROR   ] Invalid input for repack_dictlist, data passed is not a list (Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque eget urna a arcu lacinia sagittis. Sed scelerisque, lacus eget malesuada vestibulum, justo diam facilisis tortor, in sodales dolor nibh eu urna. Aliquam iaculis massa risus, sed elementum risus accumsan id. Suspendisse mattis, metus sed lacinia dictum, leo orci dapibus sapien, at porttitor sapien nulla ac velit. Duis ac cursus leo, non varius metus. Sed laoreet felis magna, vel tempor diam malesuada nec. Quisque cursus odio tortor. In consequat augue nisl, eget lacinia odio vestibulum eget. Donec venenatis elementum arcu at rhoncus. Nunc pharetra erat in lacinia convallis. Ut condimentum eu mauris sit amet convallis. Morbi vulputate vel odio non laoreet. Nullam in suscipit tellus. Sed quis posuere urna.)
> ok
> test_sorted_ignorecase (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_stringify (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_subdict_match (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_subdict_match_with_wildcards (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%] Tests subdict matching when wildcards are used in the expression ... ok
> test_traverse_dict (unit.utils.test_data.DataTestCase)
> [CPU:33.3%|MEM:7.1%]  ... ok
> test_traverse_dict_and_list (unit.utils.test_data.DataTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_filter_dict_no_recurse (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:0.0%|MEM:7.1%] Test filtering a dictionary without recursing. ... ok
> test_filter_dict_recurse (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:0.0%|MEM:7.1%] Test filtering a dictionary with recursing. ... ok
> test_filter_dict_recurse_limit (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:0.0%|MEM:7.1%] Test filtering a dict with recursing, but with a limited depth. ... ok
> test_filter_exclude_types (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:0.0%|MEM:7.1%] Test filtering a list recursively, but also ignoring (i.e. not filtering) ... ok
> test_filter_list_no_recurse (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:0.0%|MEM:7.1%] Test filtering a list without recursing. ... ok
> test_filter_list_recurse (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:100.0%|MEM:7.1%] Test filtering a list with recursing. ... ok
> test_filter_list_recurse_limit (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:0.0%|MEM:7.1%] Test filtering a list with recursing, but with a limited depth. ... ok
> test_filter_ordereddict_no_recurse (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:0.0%|MEM:7.1%] Test filtering an OrderedDict without recursing. ... ok
> test_filter_ordereddict_recurse (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:0.0%|MEM:7.1%] Test filtering an OrderedDict with recursing. ... ok
> test_filter_set_no_recurse (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:0.0%|MEM:7.1%] Test filtering a set without recursing. ... ok
> test_nop (unit.utils.test_data.FilterFalseyTestCase)
> [CPU:0.0%|MEM:7.1%] Test cases where nothing will be done. ... ok
> test_dict_equality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where equal dicts are compared. ... ok
> test_dict_ignore (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing two dicts with ignore-list supplied. ... ok
> test_dict_inequality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where two inequal dicts are compared. ... ok
> test_dict_vs_ordereddict (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing a dict with an ordereddict, will be compared unordered. ... ok
> test_dict_vs_ordereddict_ignore (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing a dict with an OrderedDict with ignore-list supplied. ... ok
> test_ignore_missing_keys_dict (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case ignoring missing keys on a comparison of dicts. ... ok
> test_ignore_missing_keys_ordered_dict (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case not ignoring missing keys on a comparison of OrderedDicts. ... ok
> test_ignore_missing_keys_recursive (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case ignoring missing keys on a comparison of nested dicts. ... ok
> test_list_equality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where equal lists are compared. ... ok
> test_list_ignore_ignored (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing two lists with ignore-list supplied (which is not used ... ok
> test_list_inequality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where two inequal lists are compared. ... ok
> test_list_unequal_length (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:100.0%|MEM:7.1%] Test case comparing two lists of unequal length. ... ok
> test_list_unordered (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing two lists unordered. ... ok
> test_list_vs_set (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing a list with a set, will be compared unordered. ... ok
> test_mixed_equality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where mixed nested lists and dicts are compared. ... ok
> test_mixed_inequality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where two mixed dicts/iterables that are different are compared. ... ok
> test_mixed_nested_ignore (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing mixed, nested items with ignore-list supplied. ... ok
> test_mixed_nested_unordered (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing nested dicts/lists unordered. ... ok
> test_ordered_dict_unequal_length (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing two OrderedDicts of unequal length. ... ok
> test_ordered_dict_unordered (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing OrderedDicts unordered. ... ok
> test_ordereddict_equality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where equal OrderedDicts are compared. ... ok
> test_ordereddict_ignore (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:100.0%|MEM:7.1%] Test case comparing two OrderedDicts with ignore-list supplied. ... ok
> test_ordereddict_inequality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where two inequal OrderedDicts are compared. ... ok
> test_set_equality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where equal sets are compared. ... ok
> test_set_inequality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where two inequal sets are compared. ... ok
> test_set_unequal_length (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing two sets of unequal length. ... ok
> test_tuple_equality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where equal tuples are compared. ... ok
> test_tuple_inequality (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test cases where two tuples that are different are compared. ... ok
> test_tuple_unequal_length (unit.utils.test_data.FilterRecursiveDiff)
> [CPU:0.0%|MEM:7.1%] Test case comparing two tuples of unequal length. ... ok
> test_date_cast (unit.utils.test_dateutils.DateutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped "'timelib' is not installed"
> test_strftime (unit.utils.test_dateutils.DateutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped "'timelib' is not installed"
> test_ensure_unicode_args_should_wrap_function (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_ignores_kwargs_should_wrap_function (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_is_deprecated (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Use of is_deprecated will result to the log message, ... ok
> test_is_deprecated_should_wrap_function (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_is_deprecated_version_eol (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Use of is_deprecated will result to the exception, ... ok
> test_is_deprecated_with_successor (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Use of is_deprecated will result to the log message, ... ok
> test_is_deprecated_with_successor_eol (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Use of is_deprecated will result to the exception, ... ok
> test_memoize_should_wrap_function (unit.utils.test_decorators.DecoratorsTest)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_with_deprecated_found (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated should not raise an exception, if a same name ... ok
> test_with_deprecated_found_eol (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated should raise an exception, if a same name ... ok
> test_with_deprecated_found_eol_in_pillar (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated should raise an exception, if a same name ... ok
> test_with_deprecated_found_in_pillar (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated should not raise an exception, if a same name ... ok
> test_with_deprecated_no_conf (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated should not raise an exception, if a same name ... ok
> test_with_deprecated_notfound (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated should raise an exception, if a same name ... ok
> test_with_deprecated_notfound_in_pillar (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated should raise an exception, if a same name ... ok
> test_with_deprecated_opt_in_default (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated using opt-in policy, ... ok
> test_with_deprecated_opt_in_use_superseded (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated using opt-in policy, ... ok
> test_with_deprecated_opt_in_use_superseded_and_deprecated (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated misconfiguration. ... ok
> test_with_deprecated_opt_in_use_superseded_and_deprecated_in_pillar (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated misconfiguration. ... ok
> test_with_deprecated_opt_in_use_superseded_in_pillar (unit.utils.test_decorators.DecoratorsTest)
> [CPU:100.0%|MEM:7.1%] Test with_deprecated using opt-in policy, ... ok
> test_with_deprecated_with_name (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated should not raise an exception, if a different name ... ok
> test_with_deprecated_with_name_eol (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%] Test with_deprecated should raise an exception, if a different name ... ok
> test_with_depreciated_should_wrap_function (unit.utils.test_decorators.DecoratorsTest)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_depends_get_previous_frame (unit.utils.test_decorators.DependsDecoratorTest)
> [CPU:0.0%|MEM:7.1%] Confirms that we're not grabbing the entire stack every time the ... 00:42:50,290 [salt.utils.decorators                                                  :116 ][ERROR   ] Exception encountered when attempting to inspect frame in dependency decorator
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/decorators/__init__.py", line 105, in __call__
>     frame = inspect.currentframe().f_back
> AttributeError: 'function' object has no attribute 'f_back'
> ok
> test_added (unit.utils.test_dictdiffer.RecursiveDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_changed_with_ignore_unset_values (unit.utils.test_dictdiffer.RecursiveDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_changed_without_ignore_unset_values (unit.utils.test_dictdiffer.RecursiveDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_changes_str (unit.utils.test_dictdiffer.RecursiveDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_diffs (unit.utils.test_dictdiffer.RecursiveDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_new_values (unit.utils.test_dictdiffer.RecursiveDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_old_values (unit.utils.test_dictdiffer.RecursiveDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_removed (unit.utils.test_dictdiffer.RecursiveDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_unchanged (unit.utils.test_dictdiffer.RecursiveDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_trim_dict (unit.utils.test_dicttrim.DictTrimTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_trim_dict (unit.utils.test_dicttrim.RecursiveDictTrimTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_deep_append (unit.utils.test_dictupdate.UtilDeepDictUpdateTestCase)
> [CPU:50.0%|MEM:7.1%] Test appending to a list. ... ok
> test_deep_extend (unit.utils.test_dictupdate.UtilDeepDictUpdateTestCase)
> [CPU:0.0%|MEM:7.1%] Test extending a list. ... ok
> test_deep_extend_illegal_addition (unit.utils.test_dictupdate.UtilDeepDictUpdateTestCase)
> [CPU:0.0%|MEM:7.1%] Test errorhandling extending lists with illegal types. ... ok
> test_deep_extend_illegal_source (unit.utils.test_dictupdate.UtilDeepDictUpdateTestCase)
> [CPU:0.0%|MEM:7.1%] Test errorhandling extending things that are not a list. ... ok
> test_deep_set_create (unit.utils.test_dictupdate.UtilDeepDictUpdateTestCase)
> [CPU:0.0%|MEM:7.1%] Test creating new nested keys. ... ok
> test_deep_set_ordered_dicts (unit.utils.test_dictupdate.UtilDeepDictUpdateTestCase)
> [CPU:0.0%|MEM:7.1%] Test creating new nested ordereddicts. ... ok
> test_deep_set_overwrite (unit.utils.test_dictupdate.UtilDeepDictUpdateTestCase)
> [CPU:0.0%|MEM:7.1%] Test overwriting an existing value. ... ok
> test_deep_update (unit.utils.test_dictupdate.UtilDeepDictUpdateTestCase)
> [CPU:0.0%|MEM:7.1%] Test updating a (sub)dict. ... ok
> test_deep_update_illegal_update (unit.utils.test_dictupdate.UtilDeepDictUpdateTestCase)
> [CPU:0.0%|MEM:7.1%] Test errorhandling updating a (sub)dict with illegal types. ... ok
> test_merge_aggregate_traditional (unit.utils.test_dictupdate.UtilDictMergeTestCase)
> [CPU:50.0%|MEM:7.1%] Test traditional aggregation, where a val from dict2 overwrites one ... ok
> test_merge_list_append (unit.utils.test_dictupdate.UtilDictMergeTestCase)
> [CPU:0.0%|MEM:7.1%] This codifies the intended behaviour that items merged into a dict val that is already ... ok
> test_merge_list_traditional (unit.utils.test_dictupdate.UtilDictMergeTestCase)
> [CPU:0.0%|MEM:7.1%] Test traditional list merge, where a key present in dict2 will be converted ... ok
> test_merge_overwrite_missing_source_key (unit.utils.test_dictupdate.UtilDictMergeTestCase)
> [CPU:0.0%|MEM:7.1%] Test case wherein the overwrite strategy is used but a key in the second dict is ... ok
> test_merge_overwrite_traditional (unit.utils.test_dictupdate.UtilDictMergeTestCase)
> [CPU:0.0%|MEM:7.1%] Test traditional overwrite, wherein a key in the second dict overwrites a key in the first ... ok
> test_update (unit.utils.test_dictupdate.UtilDictupdateTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_data2group (unit.utils.test_dns.DNShelpersCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_data2rec (unit.utils.test_dns.DNShelpersCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_port (unit.utils.test_dns.DNShelpersCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_tree (unit.utils.test_dns.DNShelpersCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_weight (unit.utils.test_dns.DNShelpersCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_dig (unit.utils.test_dns.DNSlookupsCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_dig_options (unit.utils.test_dns.DNSlookupsCase)
> [CPU:33.3%|MEM:7.1%]  ... skipped 'dig is not available'
> test_drill (unit.utils.test_dns.DNSlookupsCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_gai (unit.utils.test_dns.DNSlookupsCase)
> [CPU:33.3%|MEM:7.1%]  ... ok
> test_host (unit.utils.test_dns.DNSlookupsCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_lookup_with_servers (unit.utils.test_dns.DNSlookupsCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'nslookup is not available'
> test_nslookup (unit.utils.test_dns.DNSlookupsCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_docstring (unit.utils.test_doc.DocUtilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_port_def (unit.utils.test_dockermod.DockerTranslateHelperTestCase)
> [CPU:0.0%|MEM:7.1%] Test translation of port definition (1234, '1234/tcp', '1234/udp', ... ok
> test_get_port_range (unit.utils.test_dockermod.DockerTranslateHelperTestCase)
> [CPU:0.0%|MEM:7.1%] Test extracting the start and end of a port range from a port range ... ok
> test_auto_remove (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_binds (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:100.0%|MEM:7.1%] Test the "binds" kwarg. Any volumes not defined in the "volumes" kwarg ... skipped ''
> test_blkio_weight (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be an int or converted to one ... skipped ''
> test_blkio_weight_device (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should translate a list of PATH:WEIGHT pairs to a list of dictionaries ... skipped ''
> test_cap_add (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a list of strings or converted to one ... skipped ''
> test_cap_drop (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a list of strings or converted to one ... skipped ''
> test_command (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:50.0%|MEM:7.1%] Can either be a string or a comma-separated or Python list of strings. ... skipped ''
> test_cpu_group (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be an int or converted to one ... skipped ''
> test_cpu_period (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be an int or converted to one ... skipped ''
> test_cpu_shares (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be an int or converted to one ... skipped ''
> test_cpuset_cpus (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_cpuset_mems (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:50.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_detach (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_device_read_bps (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] CLI input is a list of PATH:RATE pairs, but the API expects a list of ... skipped ''
> test_device_read_iops (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] CLI input is a list of PATH:RATE pairs, but the API expects a list of ... skipped ''
> test_device_write_bps (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] CLI input is a list of PATH:RATE pairs, but the API expects a list of ... skipped ''
> test_device_write_iops (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] CLI input is a list of PATH:RATE pairs, but the API expects a list of ... skipped ''
> test_devices (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a list of strings or converted to one ... skipped ''
> test_dns (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] While this is a stringlist, it also supports IP address validation, so ... skipped ''
> test_dns_opt (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a list of strings or converted to one ... skipped ''
> test_dns_search (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a list of strings or converted to one ... skipped ''
> test_domainname (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a list of strings or converted to one ... skipped ''
> test_entrypoint (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can either be a string or a comma-separated or Python list of strings. ... skipped ''
> test_environment (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can be passed in several formats but must end up as a dictionary ... skipped ''
> test_extra_hosts (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can be passed as a list of key:value pairs but can't be simply tested ... skipped ''
> test_group_add (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a list of strings or converted to one ... skipped ''
> test_hostname (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_ipc_mode (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_isolation (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_labels (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can be passed as a list of key=value pairs or a dictionary, and must ... skipped ''
> test_links (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can be passed as a list of key:value pairs or a dictionary, and must ... skipped ''
> test_log_config (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] This is a mixture of log_driver and log_opt, which get combined into a ... skipped ''
> test_lxc_conf (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:100.0%|MEM:7.1%] Can be passed as a list of key=value pairs or a dictionary, and must ... skipped ''
> test_mac_address (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_mem_limit (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_mem_swappiness (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be an int or converted to one ... skipped ''
> test_memswap_limit (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_name (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_network_disabled (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_network_mode (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_oom_kill_disable (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_oom_score_adj (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be an int or converted to one ... skipped ''
> test_pid_mode (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:50.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_pids_limit (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be an int or converted to one ... skipped ''
> test_port_bindings (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] This has several potential formats and can include port ranges. It ... skipped ''
> test_ports (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Ports can be passed as a comma-separated or Python list of port ... skipped ''
> test_privileged (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_publish_all_ports (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_read_only (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_restart_policy (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Input is in the format "name[:retry_count]", but the API wants it ... skipped ''
> test_security_opt (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a list of strings or converted to one ... skipped ''
> test_shm_size (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_stdin_open (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_stop_signal (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_stop_timeout (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be an int or converted to one ... skipped ''
> test_storage_opt (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can be passed in several formats but must end up as a dictionary ... skipped ''
> test_sysctls (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can be passed in several formats but must end up as a dictionary ... skipped ''
> test_tmpfs (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can be passed in several formats but must end up as a dictionary ... skipped ''
> test_tty (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:100.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_ulimits (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Input is in the format "name=soft_limit[:hard_limit]", but the API ... skipped ''
> test_user (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Must be either username (string) or uid (int). An int passed as a ... skipped ''
> test_userns_mode (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_volume_driver (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_volumes (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a list of absolute paths ... skipped ''
> test_volumes_from (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a list of strings or converted to one ... skipped ''
> test_working_dir (unit.utils.test_dockermod.TranslateContainerInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a single absolute path ... skipped ''
> test_attachable (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_aux_addresses (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Must be a mapping of hostnames to IP addresses ... skipped ''
> test_check_duplicate (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:100.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_driver (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a string or converted to one ... skipped ''
> test_enable_ipv6 (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_gateway (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Must be an IPv4 or IPv6 address ... skipped ''
> test_ingress (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_internal (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_ipam (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Must be a dict ... skipped ''
> test_ipam_driver (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Should be a bool or converted to one ... skipped ''
> test_ipam_opts (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can be passed in several formats but must end up as a dictionary ... skipped ''
> test_iprange (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Must be an IPv4 or IPv6 subnet ... skipped ''
> test_labels (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can be passed as a list of key=value pairs or a dictionary, and must ... skipped ''
> test_options (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Can be passed in several formats but must end up as a dictionary ... skipped ''
> test_subnet (unit.utils.test_dockermod.TranslateNetworkInputTestCase)
> [CPU:0.0%|MEM:7.1%] Must be an IPv4 or IPv6 subnet ... skipped ''
> test_get_module_environment_empty (unit.utils.test_environment.UtilsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for salt.utils.get_module_environment ... ok
> test_get_module_environment_mname_found (unit.utils.test_environment.UtilsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for salt.utils.get_module_environment ... ok
> test_get_module_environment_opts (unit.utils.test_environment.UtilsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for salt.utils.get_module_environment ... ok
> test_get_module_environment_pillar_override (unit.utils.test_environment.UtilsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for salt.utils.get_module_environment ... ok
> test_get_module_environment_pillars (unit.utils.test_environment.UtilsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for salt.utils.get_module_environment ... ok
> test_get_module_environment_sname_found (unit.utils.test_environment.UtilsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for salt.utils.get_module_environment ... ok
> test_get_module_environment_vname_found (unit.utils.test_environment.UtilsTestCase)
> [CPU:0.0%|MEM:7.1%] Test for salt.utils.get_module_environment ... ok
> test_get_module_environment_vname_overridden (unit.utils.test_environment.UtilsTestCase)
> [CPU:100.0%|MEM:7.1%] Test for salt.utils.get_module_environment ... ok
> test_flatten (unit.utils.test_etcd_util.EtcdUtilTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get (unit.utils.test_etcd_util.EtcdUtilTestCase)
> [CPU:20.0%|MEM:7.1%] Test if it get a value from etcd, by direct path ... 00:42:50,431 [salt.utils.etcd_util                                                   :194 ][ERROR   ] etcd: failed to perform 'get' operation on key watching due to connection error
> ok
> test_ls (unit.utils.test_etcd_util.EtcdUtilTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_read (unit.utils.test_etcd_util.EtcdUtilTestCase)
> [CPU:50.0%|MEM:7.1%] Test to make sure we interact with etcd correctly ... 00:42:50,458 [salt.utils.etcd_util                                                   :219 ][ERROR   ] etcd: None
> 00:42:50,459 [salt.utils.etcd_util                                                   :219 ][ERROR   ] etcd: None
> 00:42:50,459 [salt.utils.etcd_util                                                   :241 ][ERROR   ] etcd: None
> 00:42:50,459 [salt.utils.etcd_util                                                   :246 ][ERROR   ] etcd: error. python-etcd does not fully support python 2.6, no error information available
> 00:42:50,459 [salt.utils.etcd_util                                                   :231 ][ERROR   ] etcd: Timed out
> 00:42:50,459 [salt.utils.etcd_util                                                   :236 ][ERROR   ] etcd: Could not connect
> ok
> test_rm (unit.utils.test_etcd_util.EtcdUtilTestCase)
> [CPU:22.2%|MEM:7.1%]  ... 00:42:50,483 [salt.utils.etcd_util                                                   :375 ][ERROR   ] etcd: None
> 00:42:50,484 [salt.utils.etcd_util                                                   :375 ][ERROR   ] etcd: None
> 00:42:50,484 [salt.utils.etcd_util                                                   :375 ][ERROR   ] etcd: None
> 00:42:50,484 [salt.utils.etcd_util                                                   :375 ][ERROR   ] etcd: 
> 00:42:50,484 [salt.utils.etcd_util                                                   :381 ][ERROR   ] etcd: uncaught exception 
> ok
> test_tree (unit.utils.test_etcd_util.EtcdUtilTestCase)
> [CPU:20.0%|MEM:7.1%] Test recursive gets ... ok
> test_update (unit.utils.test_etcd_util.EtcdUtilTestCase)
> [CPU:50.0%|MEM:7.1%]  ... 00:42:50,511 [salt.utils.etcd_util                                                   :275 ][ERROR   ] etcd.update: fields is not type dict
> ok
> test_watch (unit.utils.test_etcd_util.EtcdUtilTestCase)
> [CPU:22.2%|MEM:7.1%]  ... 00:42:50,538 [salt.utils.etcd_util                                                   :167 ][ERROR   ] etcd: failed to perform 'watch' operation on key /some-key due to connection error
> 00:42:50,538 [salt.utils.etcd_util                                                   :167 ][ERROR   ] etcd: failed to perform 'watch' operation on key /some-key due to connection error
> ok
> test_write (unit.utils.test_etcd_util.EtcdUtilTestCase)
> [CPU:27.3%|MEM:7.1%]  ... 00:42:50,561 [salt.utils.etcd_util                                                   :300 ][ERROR   ] etcd: None
> 00:42:50,561 [salt.utils.etcd_util                                                   :325 ][ERROR   ] etcd: None
> 00:42:50,561 [salt.utils.etcd_util                                                   :303 ][ERROR   ] etcd: Could not connect to etcd server: None: Max retries exceeded with url: None (Caused by None)
> 00:42:50,561 [salt.utils.etcd_util                                                   :328 ][ERROR   ] etcd: Could not connect to etcd server: None: Max retries exceeded with url: None (Caused by None)
> 00:42:50,561 [salt.utils.etcd_util                                                   :300 ][ERROR   ] etcd: None
> 00:42:50,562 [salt.utils.etcd_util                                                   :325 ][ERROR   ] etcd: None
> 00:42:50,562 [salt.utils.etcd_util                                                   :300 ][ERROR   ] etcd: 
> 00:42:50,562 [salt.utils.etcd_util                                                   :306 ][ERROR   ] etcd: uncaught exception 
> ok
> test_event_subscription (unit.utils.test_event.TestAsyncEventPublisher)
> Test a single event is received ... skipped 'Failing when using openssl 1.1.1 with TLS 1.3 support. See https://github.com/tornadoweb/tornado/issues/2536'
> test_event_unsubscribe_remove_error (unit.utils.test_event.TestAsyncEventPublisher) ... ok
> test_event_return (unit.utils.test_event.TestEventReturn)
> [CPU:27.3%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_event_many (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test a large number of events, one at a time ... skipped 'Slow tests are disabled'
> test_event_many_backlog (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test a large number of events, send all then recv all ... skipped 'Slow tests are disabled'
> test_event_matching (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test a startswith match ... skipped 'Slow tests are disabled'
> test_event_matching_all (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test an all match ... skipped 'Slow tests are disabled'
> test_event_matching_all_when_tag_is_None (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test event matching all when not passing a tag ... skipped 'Slow tests are disabled'
> test_event_matching_regex (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test a regex match ... skipped 'Slow tests are disabled'
> test_event_multiple_clients (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test event is received by multiple clients ... skipped 'Slow tests are disabled'
> test_event_nested_sub_all (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test nested event subscriptions do not drop events, get event for all tags ... expected failure
> test_event_no_timeout (unit.utils.test_event.TestSaltEvent)
> [CPU:0.7%|MEM:7.1%] Test no wait timeout, we should block forever, until we get one ... skipped 'Slow tests are disabled'
> test_event_not_subscribed (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test get_event drops non-subscribed events ... skipped 'Slow tests are disabled'
> test_event_single (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test a single event is received ... skipped 'Slow tests are disabled'
> test_event_single_no_block (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test a single event is received, no block ... skipped 'Slow tests are disabled'
> test_event_single_wait_0_no_block_False (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test a single event is received with wait=0 and no_block=False and doesn't spin the while loop ... skipped 'Slow tests are disabled'
> test_event_subscription_cache (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test subscriptions cache a message until requested ... skipped 'Slow tests are disabled'
> test_event_subscriptions_cache_regex (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test regex subscriptions cache a message until requested ... skipped 'Slow tests are disabled'
> test_event_timeout (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Test no event is received if the timeout is reached ... skipped 'Slow tests are disabled'
> test_master_event (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_minion_event (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_minion_event_no_id (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_minion_event_tcp_ipc_mode (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_send_master_event (unit.utils.test_event.TestSaltEvent)
> [CPU:0.0%|MEM:7.1%] Tests that sending an event through fire_master generates expected event ... skipped 'Slow tests are disabled'
> test_run (unit.utils.test_extend.ExtendTestCase)
> [CPU:100.0%|MEM:7.1%]  ... click is not installed, please install using pip
> ok
> test_issue_51309 (unit.utils.test_filebuffer.TestFileBuffer)
> [CPU:0.0%|MEM:7.1%] https://github.com/saltstack/salt/issues/51309 ... ok
> test_read_only_mode (unit.utils.test_filebuffer.TestFileBuffer)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_fopen_with_disallowed_fds (unit.utils.test_files.FilesTestCase)
> [CPU:0.0%|MEM:7.1%] This is safe to have as a unit test since we aren't going to actually ... ok
> test_recursive_copy (unit.utils.test_files.FilesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_safe_rm (unit.utils.test_files.FilesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_safe_rm_exceptions (unit.utils.test_files.FilesTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_safe_walk_symlink_recursion (unit.utils.test_files.FilesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_group_option_match (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_group_option_requires (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_iname_option_match (unit.utils.test_find.TestFind)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_iregex_option_match (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_mtime_option_match (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_mtime_option_requires (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_name_option_match (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_option_requires (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_owner_option_match (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_owner_option_requires (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_interval (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_size (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_regex_option_match (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_size_option_match (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_size_option_requires (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_type_option_match (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_type_option_requires (unit.utils.test_find.TestFind)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_find (unit.utils.test_find.TestFinder)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_init (unit.utils.test_find.TestFinder)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_grep_option_match_dev_null (unit.utils.test_find.TestGrepOption)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_grep_option_match_regular_file (unit.utils.test_find.TestGrepOption)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_grep_option_requires (unit.utils.test_find.TestGrepOption)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_print_group (unit.utils.test_find.TestPrintOption)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_print_md5 (unit.utils.test_find.TestPrintOption)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_print_option_defaults (unit.utils.test_find.TestPrintOption)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_print_option_execute (unit.utils.test_find.TestPrintOption)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_print_option_requires (unit.utils.test_find.TestPrintOption)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_print_user (unit.utils.test_find.TestPrintOption)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_provider_case_insensitive (unit.utils.test_gitfs.TestGitFSProvider)
> [CPU:0.0%|MEM:7.1%] Ensure that both lowercase and non-lowercase values are supported ... ok
> test_valid_provider (unit.utils.test_gitfs.TestGitFSProvider)
> [CPU:50.0%|MEM:7.1%] Ensure that an invalid provider is not accepted, raising a ... 00:42:52,747 [salt.utils.gitfs                                                       :2651][CRITICAL] Invalid gitfs_provider 'foo'. Valid choices are: pygit2, gitpython
> 00:42:52,748 [salt.utils.gitfs                                                       :2651][CRITICAL] Invalid gitfs_provider 'foo'. Valid choices are: pygit2, gitpython
> 00:42:52,749 [salt.utils.gitfs                                                       :2651][CRITICAL] Invalid git_pillar_provider 'foo'. Valid choices are: pygit2, gitpython
> 00:42:52,749 [salt.utils.gitfs                                                       :2651][CRITICAL] Invalid git_pillar_provider 'foo'. Valid choices are: pygit2, gitpython
> 00:42:52,752 [salt.utils.gitfs                                                       :2651][CRITICAL] Invalid winrepo_provider 'foo'. Valid choices are: pygit2, gitpython
> 00:42:52,752 [salt.utils.gitfs                                                       :2651][CRITICAL] Invalid winrepo_provider 'foo'. Valid choices are: pygit2, gitpython
> ok
> test_checkout (unit.utils.test_gitfs.TestPygit2)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:52,766 [salt.utils.gitfs                                                       :1706][ERROR   ] Failed to checkout does_not_exist from gitfs remote '/tmp/salt-tests-tmpdir/pygit2-repo': 'Pygit2' object has no attribute 'fallback'
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/gitfs.py", line 1586, in checkout
>     if remote_ref not in refs and tag_ref not in refs and self.fallback:
> AttributeError: 'Pygit2' object has no attribute 'fallback'
> ok
> test_base64_b64decode (unit.utils.test_hashutils.HashutilsTestCase)
> [CPU:20.0%|MEM:7.1%] Ensure that this function converts the value passed to a unicode type ... ok
> test_base64_b64encode (unit.utils.test_hashutils.HashutilsTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure that this function converts the value passed to bytes before ... ok
> test_base64_decodestring (unit.utils.test_hashutils.HashutilsTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure that this function converts the value passed to a unicode type ... ok
> test_base64_encodestring (unit.utils.test_hashutils.HashutilsTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure that this function converts the value passed to bytes before ... ok
> test_get_hash_exception (unit.utils.test_hashutils.HashutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_hmac_compute (unit.utils.test_hashutils.HashutilsTestCase)
> [CPU:100.0%|MEM:7.1%] Ensure that this function converts the value passed to bytes before ... ok
> test_hmac_signature (unit.utils.test_hashutils.HashutilsTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure that this function converts the value passed to bytes before ... ok
> test_md5_digest (unit.utils.test_hashutils.HashutilsTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure that this function converts the value passed to bytes before ... ok
> test_sha256_digest (unit.utils.test_hashutils.HashutilsTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure that this function converts the value passed to bytes before ... ok
> test_sha512_digest (unit.utils.test_hashutils.HashutilsTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure that this function converts the value passed to bytes before ... ok
> test_backends_decode_body_false (unit.utils.test_http.HTTPGetTestCase)
> [CPU:0.2%|MEM:7.1%] test all backends when using ... ok
> test_backends_decode_body_true (unit.utils.test_http.HTTPGetTestCase)
> [CPU:25.0%|MEM:7.1%] test all backends when using ... ok
> test_requests_multipart_formdata_post (unit.utils.test_http.HTTPPostTestCase)
> [CPU:0.2%|MEM:7.1%] Test handling of a multipart/form-data POST using the requests backend ... ok
> test_query_error_handling (unit.utils.test_http.HTTPTestCase)
> [CPU:0.5%|MEM:7.1%]  ... ok
> test_query_null_response (unit.utils.test_http.HTTPTestCase)
> [CPU:0.0%|MEM:7.1%] This tests that we get a null response when raise_error=False and the ... skipped 'Slow tests are disabled'
> test_sanitize_components_multiple_elements (unit.utils.test_http.HTTPTestCase)
> [CPU:0.0%|MEM:7.1%] Tests two componenets to be sanitized. ... ok
> test_sanitize_components_no_elements (unit.utils.test_http.HTTPTestCase)
> [CPU:0.0%|MEM:7.1%] Tests when zero elements need to be sanitized. ... ok
> test_sanitize_components_one_element (unit.utils.test_http.HTTPTestCase)
> [CPU:0.0%|MEM:7.1%] Tests a single component to be sanitized. ... ok
> test_sanitize_url_hide_fields_none (unit.utils.test_http.HTTPTestCase)
> [CPU:0.0%|MEM:7.1%] Tests sanitizing a url when the hide_fields kwarg is None. ... ok
> test_sanitize_url_multiple_elements (unit.utils.test_http.HTTPTestCase)
> [CPU:0.0%|MEM:7.1%] Tests sanitizing a url with multiple elements to be sanitized. ... ok
> test_sanitize_url_no_elements (unit.utils.test_http.HTTPTestCase)
> [CPU:0.0%|MEM:7.1%] Tests sanitizing a url when no elements should be sanitized. ... ok
> test_sanitize_url_single_element (unit.utils.test_http.HTTPTestCase)
> [CPU:50.0%|MEM:7.1%] Tests sanitizing a url with only a single element to be sanitized. ... ok
> test__convert_key_to_str (unit.utils.test_iam.IamTestCase)
> [CPU:0.0%|MEM:7.1%] Makes sure that unicode string is converted to a str type on PY2 ... skipped 'Only needs to run on Python 2'
> test_freeze_list_sum (unit.utils.test_immutabletypes.ImmutableTypesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_immutabledict_imutability (unit.utils.test_immutabletypes.ImmutableTypesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_immutablelist_imutability (unit.utils.test_immutabletypes.ImmutableTypesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_immutablelist_sum (unit.utils.test_immutabletypes.ImmutableTypesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_gen_jid (unit.utils.test_jid.JidTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_gen_jid_utc (unit.utils.test_jid.JidTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_gen_jid_utc_unique (unit.utils.test_jid.JidTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_is_jid (unit.utils.test_jid.JidTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_jid_to_time (unit.utils.test_jid.JidTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_indent (unit.utils.test_jinja.JinjaTestCase)
> [CPU:0.0%|MEM:7.1%] Test the indent filter with Markup object as input. Double-quotes ... ok
> test_tojson (unit.utils.test_jinja.JinjaTestCase)
> [CPU:0.0%|MEM:7.1%] Test the ported tojson filter. Non-ascii unicode content should be ... ok
> test_append_dict_key_value (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `append_dict_key_value` Jinja filter. ... ok
> test_avg (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:50.0%|MEM:7.1%] Test the `avg` Jinja filter. ... ok
> test_base64_decode (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `base64_decode` Jinja filter. ... ok
> test_base64_encode (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `base64_encode` Jinja filter. ... ok
> test_camel_to_snake_case (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `to_snake_case` Jinja filter. ... ok
> test_catalog (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_difference (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:33.3%|MEM:7.1%] Test the `difference` Jinja filter. ... ok
> test_extend_dict_key_value (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `extend_dict_key_value` Jinja filter. ... ok
> test_hmac (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:33.3%|MEM:7.1%] Test the `hmac` Jinja filter. ... ok
> test_http_query (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `http_query` Jinja filter. ... skipped 'Environment variable NO_INTERNET is set.'
> test_intersect (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `intersect` Jinja filter. ... ok
> test_ipaddr (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `ipaddr` Jinja filter. ... ok
> test_ipv4 (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `ipv4` Jinja filter. ... ok
> test_ipv6 (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `ipv6` Jinja filter. ... ok
> test_is_ip (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:66.7%|MEM:7.1%] Test the `is_ip` Jinja filter. ... ok
> test_is_ipv4 (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:50.0%|MEM:7.1%] Test the `is_ipv4` Jinja filter. ... ok
> test_is_ipv6 (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `is_ipv6` Jinja filter. ... ok
> test_json_query (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `json_query` Jinja filter. ... ok
> test_load_json (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_load_json_template (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_load_tag (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_load_text_template (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_load_yaml (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_load_yaml_template (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_max (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `max` Jinja filter. ... ok
> test_md5 (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `md5` Jinja filter. ... ok
> test_method_call (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `method_call` Jinja filter. ... ok
> test_min (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `min` Jinja filter. ... ok
> test_nested_structures (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_network_hosts (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:100.0%|MEM:7.1%] Test the `network_hosts` Jinja filter. ... ok
> test_network_size (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `network_size` Jinja filter. ... ok
> test_quote (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `quote` Jinja filter. ... ok
> test_regex_escape (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_regex_match (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:100.0%|MEM:7.1%] Test the `regex_match` Jinja filter. ... ok
> test_regex_replace (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `regex_replace` Jinja filter. ... ok
> test_regex_search (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `regex_search` Jinja filter. ... ok
> test_sequence (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_serialize_json (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_serialize_python (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_serialize_yaml (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_serialize_yaml_str (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_serialize_yaml_unicode (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_set_dict_key_value (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `set_dict_key_value` Jinja filter. ... ok
> test_sha256 (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `sha256` Jinja filter. ... ok
> test_sha512 (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `sha512` Jinja filter. ... ok
> test_snake_to_camel_case (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:50.0%|MEM:7.1%] Test the `to_camelcase` Jinja filter. ... ok
> test_symmetric_difference (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `symmetric_difference` Jinja filter. ... ok
> test_to_bool (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `to_bool` Jinja filter. ... ok
> test_union (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `union` Jinja filter. ... ok
> test_unique_list (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_unique_string (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_unique_tuple (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_update_dict_key_value (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `update_dict_key_value` Jinja filter. ... ok
> test_uuid (unit.utils.test_jinja.TestCustomExtensions)
> [CPU:0.0%|MEM:7.1%] Test the `uuid` Jinja filter. ... ok
> test_dotlookup (unit.utils.test_jinja.TestDotNotationLookup)
> [CPU:100.0%|MEM:7.1%] Check calling a stub function using awesome dot-notation ... ok
> test_normlookup (unit.utils.test_jinja.TestDotNotationLookup)
> [CPU:0.0%|MEM:7.1%] Sanity-check the normal dictionary-lookup syntax for our stub function ... ok
> test_shadowed_dict_method (unit.utils.test_jinja.TestDotNotationLookup)
> [CPU:33.3%|MEM:7.1%] Check calling a stub function with a name that shadows a ``dict`` ... ok
> test_fallback (unit.utils.test_jinja.TestGetTemplate)
> [CPU:33.3%|MEM:7.1%] A Template with a filesystem loader is returned as fallback ... ok
> test_fallback_noloader (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%] A Template with a filesystem loader is returned as fallback ... ok
> test_get_context_2_context_lines (unit.utils.test_jinja.TestGetTemplate)
> [CPU:33.3%|MEM:7.1%]  ... ok
> test_get_context_at_bottom_of_file (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_context_at_top_of_file (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_context_has_enough_context (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_context_with_marker (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_macro_additional_log_for_generalexc (unit.utils.test_jinja.TestGetTemplate)
> [CPU:50.0%|MEM:7.1%] If we failed in a macro because of e.g. a TypeError, get ... ok
> test_macro_additional_log_for_undefined (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%] If we failed in a macro because of undefined variables, get ... ok
> test_macro_additional_log_syntaxerror (unit.utils.test_jinja.TestGetTemplate)
> [CPU:33.3%|MEM:7.1%] If  we failed in a macro, get more output from trace. ... ok
> test_non_ascii (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_non_ascii_encoding (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_with_syntax_error (unit.utils.test_jinja.TestGetTemplate)
> [CPU:33.3%|MEM:7.1%]  ... ok
> test_render_with_undefined_variable (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_with_undefined_variable_unicode (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_with_undefined_variable_utf8 (unit.utils.test_jinja.TestGetTemplate)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_render_with_utf8_syntax_error (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_saltenv (unit.utils.test_jinja.TestGetTemplate)
> [CPU:0.0%|MEM:7.1%] If the template is within the searchpath it can ... ok
> test_strftime (unit.utils.test_jinja.TestGetTemplate)
> [CPU:33.3%|MEM:7.1%]  ... skipped 'The `timelib` library is not installed.'
> test_comment_prefix (unit.utils.test_jinja.TestJinjaDefaultOptions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_statement_prefix (unit.utils.test_jinja.TestJinjaDefaultOptions)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_cache_loader_shutdown (unit.utils.test_jinja.TestSaltCacheLoader)
> [CPU:50.0%|MEM:7.1%] The shudown method can be called without raising an exception when the ... ok
> test_cached_file_client (unit.utils.test_jinja.TestSaltCacheLoader)
> [CPU:0.0%|MEM:7.1%] Multiple instantiations of SaltCacheLoader use the cached file client ... ok
> test_file_client_kwarg (unit.utils.test_jinja.TestSaltCacheLoader)
> [CPU:25.0%|MEM:7.1%] A file client can be passed to SaltCacheLoader overriding the any ... ok
> test_import (unit.utils.test_jinja.TestSaltCacheLoader)
> [CPU:0.0%|MEM:7.1%] You can import and use macros from other files ... ok
> test_include (unit.utils.test_jinja.TestSaltCacheLoader)
> [CPU:0.0%|MEM:7.1%] You can also include a template that imports and uses macros ... ok
> test_include_context (unit.utils.test_jinja.TestSaltCacheLoader)
> [CPU:50.0%|MEM:7.1%] Context variables are passes to the included template by default. ... ok
> test_mockclient (unit.utils.test_jinja.TestSaltCacheLoader)
> [CPU:0.0%|MEM:7.1%] A MockFileClient is used that records all file requests normally sent ... ok
> test_relative_import (unit.utils.test_jinja.TestSaltCacheLoader)
> [CPU:100.0%|MEM:7.1%] You can import using relative paths ... ok
> test_searchpath (unit.utils.test_jinja.TestSaltCacheLoader)
> [CPU:0.0%|MEM:7.1%] The searchpath is based on the cachedir option and the saltenv parameter ... ok
> test_store_job_exception_handled (unit.utils.test_job.JobTest)
> [CPU:0.0%|MEM:7.1%] test store_job exception handling ... ok
> test_dump_load (unit.utils.test_json.JSONTestCase)
> [CPU:25.0%|MEM:7.1%] Test dumping to and loading from a file handle ... ok
> test_dumps_loads (unit.utils.test_json.JSONTestCase)
> [CPU:0.0%|MEM:7.1%] Test dumping to and loading from a string ... ok
> test_find_json (unit.utils.test_json.JSONTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_find_json_unicode_splitlines (unit.utils.test_json.JSONTestCase)
> [CPU:0.0%|MEM:7.1%] Tests a case in salt-ssh where a unicode string is split into a list of ... skipped 'Test only needed on Python 2'
> test_added (unit.utils.test_listdiffer.ListDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_changed_all (unit.utils.test_listdiffer.ListDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_changed_intersect (unit.utils.test_listdiffer.ListDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_changes_str (unit.utils.test_listdiffer.ListDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_diffs (unit.utils.test_listdiffer.ListDictDifferTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_new_values (unit.utils.test_listdiffer.ListDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_old_values (unit.utils.test_listdiffer.ListDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_removed (unit.utils.test_listdiffer.ListDictDifferTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_encodings (unit.utils.test_locales.TestLocales)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_join_locale (unit.utils.test_locales.TestLocales)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_normalize_locale (unit.utils.test_locales.TestLocales)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_split_locale (unit.utils.test_locales.TestLocales)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_available_services_binary_plist (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test available_services handles binary plist files. ... skipped 'These tests run only on mac'
> test_available_services_broken_symlink (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test available_services when it encounters a broken symlink. ... skipped 'These tests run only on mac'
> test_available_services_dirs (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test available_services checks all of the expected dirs. ... skipped 'These tests run only on mac'
> test_available_services_expat_error (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test available_services excludes files with expat errors. ... skipped 'These tests run only on mac'
> test_available_services_invalid_file (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:100.0%|MEM:7.1%] test available_services excludes invalid files. ... skipped 'These tests run only on mac'
> test_available_services_result (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test available_services results are properly formed dicts. ... skipped 'These tests run only on mac'
> test_execute_return_result_command_failed (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test execute_return_result function ... skipped 'These tests run only on mac'
> test_execute_return_result_command_succeeded (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test execute_return_result function ... skipped 'These tests run only on mac'
> test_execute_return_success_command_failed (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test execute_return_success function ... skipped 'These tests run only on mac'
> test_execute_return_success_command_succeeded (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test execute_return_success function ... skipped 'These tests run only on mac'
> test_execute_return_success_not_supported (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test execute_return_success function ... skipped 'These tests run only on mac'
> test_launchctl (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test launchctl function ... skipped 'These tests run only on mac'
> test_launchctl_error (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test launchctl function returning an error ... skipped 'These tests run only on mac'
> test_launchctl_return_stdout (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test launchctl function and return stdout ... skipped 'These tests run only on mac'
> test_parse_return_new_line (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test parse_return function ... skipped 'These tests run only on mac'
> test_parse_return_no_delimiter (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test parse_return function ... skipped 'These tests run only on mac'
> test_parse_return_space (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test parse_return function ... skipped 'These tests run only on mac'
> test_validate_enabled_0 (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test validate_enabled function ... skipped 'These tests run only on mac'
> test_validate_enabled_bad_string (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test validate_enabled function ... skipped 'These tests run only on mac'
> test_validate_enabled_false (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:100.0%|MEM:7.1%] test validate_enabled function ... skipped 'These tests run only on mac'
> test_validate_enabled_non_zero (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test validate_enabled function ... skipped 'These tests run only on mac'
> test_validate_enabled_off (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test validate_enabled function ... skipped 'These tests run only on mac'
> test_validate_enabled_on (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test validate_enabled function ... skipped 'These tests run only on mac'
> test_validate_enabled_true (unit.utils.test_mac_utils.MacUtilsTestCase)
> [CPU:0.0%|MEM:7.1%] test validate_enabled function ... skipped 'These tests run only on mac'
> test_get_minion_pillar (unit.utils.test_master.MasterPillarUtilTestCase)
> [CPU:0.0%|MEM:7.1%] test get_minion_pillar when ... ok
> test_get_minion_pillar_doesnotexist (unit.utils.test_master.MasterPillarUtilTestCase)
> [CPU:0.0%|MEM:7.1%] test get_minion_pillar when ... ok
> test_get_minion_pillar_notgt (unit.utils.test_master.MasterPillarUtilTestCase)
> [CPU:0.0%|MEM:7.1%] test get_minion_pillar when ... ok
> test_auth_check (unit.utils.test_minions.CkMinionsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_spec_check (unit.utils.test_minions.CkMinionsTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_nodegroup_comp (unit.utils.test_minions.MinionsTestCase)
> [CPU:0.0%|MEM:7.1%] Test a simple string nodegroup ... ok
> test_circular_nodegroup_reference (unit.utils.test_minions.NodegroupCompTest)
> [CPU:0.0%|MEM:7.1%] Test to see what happens if A refers to B ... /<<PKGBUILDDIR>>/salt/utils/http.py:1027: DeprecationWarning: urllib.parse.splitquery() is deprecated as of 3.8, use urllib.parse.urlparse() instead
>   url_comps = splitquery(url)
> 00:42:56,178 [salt.utils.minions                                                     :142 ][ERROR   ] Failed nodegroup expansion: illegal nested nodegroup "group1"
> ok
> test_simple_expression_nodegroup (unit.utils.test_minions.NodegroupCompTest)
> [CPU:50.0%|MEM:7.1%] Smoke test a nodegroup with a simple expression. No recursion. ... ok
> test_simple_nodegroup (unit.utils.test_minions.NodegroupCompTest)
> [CPU:0.0%|MEM:7.1%] Smoke test a very simple nodegroup. No recursion. ... ok
> test_simple_recurse (unit.utils.test_minions.NodegroupCompTest)
> [CPU:0.0%|MEM:7.1%] Test a case where one nodegroup contains a second nodegroup ... ok
> test_parse_grains_pcre_target (unit.utils.test_minions.TargetParseTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure proper parsing for grains PCRE matching ... ok
> test_parse_grains_target (unit.utils.test_minions.TargetParseTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure proper parsing for grains ... ok
> test_parse_list_target (unit.utils.test_minions.TargetParseTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure proper parsing for list matching ... ok
> test_parse_minion_pcre_target (unit.utils.test_minions.TargetParseTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure proper parsing for minion PCRE matching ... ok
> test_parse_multiword_target (unit.utils.test_minions.TargetParseTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure proper parsing for multi-word targets ... ok
> test_parse_nodegroup_target (unit.utils.test_minions.TargetParseTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure proper parsing for pillar matching ... ok
> test_parse_pillar_pcre_target (unit.utils.test_minions.TargetParseTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure proper parsing for pillar PCRE matching ... ok
> test_parse_range_target (unit.utils.test_minions.TargetParseTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure proper parsing for range matching ... ok
> test_parse_subnet_target (unit.utils.test_minions.TargetParseTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure proper parsing for subnet matching ... ok
> test_Packer (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_Unpacker (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_array_size (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_binary_function_compatibility (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_buffered_base_pack (unit.utils.test_msgpack.TestMsgpack)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_buffered_base_unpack (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_exceptions (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_function_aliases (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%] Fail if core functionality from msgpack is missing in the utility ... ok
> test_manual_reset (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_map_size (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_sanitize_msgpack_kwargs (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%] Test helper function _sanitize_msgpack_kwargs ... ok
> test_sanitize_msgpack_unpack_kwargs (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%] Test helper function _sanitize_msgpack_unpack_kwargs ... ok
> test_version (unit.utils.test_msgpack.TestMsgpack)
> [CPU:0.0%|MEM:7.1%] Verify that the version exists and returns a value in the expected format ... ok
> test_dec_keyfile (unit.utils.test_nacl.NaclUtilsTests)
> [CPU:0.0%|MEM:7.1%] test nacl.dec function ... skipped 'skipping test_nacl, libnacl is unavailable'
> test_dec_sk_file (unit.utils.test_nacl.NaclUtilsTests)
> [CPU:0.0%|MEM:7.1%] test nacl.dec function ... skipped 'skipping test_nacl, libnacl is unavailable'
> test_enc_keyfile (unit.utils.test_nacl.NaclUtilsTests)
> [CPU:100.0%|MEM:7.1%] test nacl.enc function ... skipped 'skipping test_nacl, libnacl is unavailable'
> test_enc_sk_file (unit.utils.test_nacl.NaclUtilsTests)
> [CPU:0.0%|MEM:7.1%] test nacl.enc function ... skipped 'skipping test_nacl, libnacl is unavailable'
> test_keygen (unit.utils.test_nacl.NaclUtilsTests)
> [CPU:0.0%|MEM:7.1%] test nacl.keygen function ... skipped 'skipping test_nacl, libnacl is unavailable'
> test_keygen_keyfile (unit.utils.test_nacl.NaclUtilsTests)
> [CPU:0.0%|MEM:7.1%] test nacl.keygen function ... skipped 'skipping test_nacl, libnacl is unavailable'
> test_keygen_sk_file (unit.utils.test_nacl.NaclUtilsTests)
> [CPU:0.0%|MEM:7.1%] test nacl.keygen function ... skipped 'skipping test_nacl, libnacl is unavailable'
> test__generate_minion_id_with_unicode_in_etc_hosts (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] Test that unicode in /etc/hosts doesn't raise an error when ... ok
> test_cidr_to_ipv4_netmask (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_dns_check (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_dns_check_errors (unit.utils.test_network.NetworkTestCase)
> [CPU:27.3%|MEM:7.1%]  ... ok
> test_dns_check_ipv6_filter (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_filter_by_networks_catch_all (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_filter_by_networks_empty_filter (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_filter_by_networks_interfaces_dict (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_filter_by_networks_ips_list (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_filter_by_networks_with_no_filter (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_freebsd_remotes_on (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_freebsd_remotes_on_with_fat_pid (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_gen_mac (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_generate_minion_id (unit.utils.test_network.NetworkTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_generate_minion_id_127_name (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] Test if minion IDs can be named 127.foo ... ok
> test_generate_minion_id_127_name_startswith (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] Test if minion IDs can be named starting from "127" ... ok
> test_generate_minion_id_distinct (unit.utils.test_network.NetworkTestCase)
> [CPU:33.3%|MEM:7.1%] Test if minion IDs are distinct in the pool. ... ok
> test_generate_minion_id_duplicate (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] Test if IP addresses in the minion IDs are distinct in the pool ... ok
> test_generate_minion_id_platform_fqdn (unit.utils.test_network.NetworkTestCase)
> [CPU:50.0%|MEM:7.1%] Test if fqdn is picked up. ... ok
> test_generate_minion_id_platform_ip_addr_only (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] Test if IP address is the only what is used as a Minion ID in case no DNS name. ... ok
> test_generate_minion_id_platform_localhost_addrinfo (unit.utils.test_network.NetworkTestCase)
> [CPU:50.0%|MEM:7.1%] Test if addinfo is picked up. ... ok
> test_generate_minion_id_platform_localhost_filtered (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] Test if localhost is filtered from the first occurrence. ... ok
> test_generate_minion_id_platform_localhost_filtered_all (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] Test if any of the localhost is filtered from everywhere. ... ok
> test_generate_minion_id_platform_localhost_only (unit.utils.test_network.NetworkTestCase)
> [CPU:50.0%|MEM:7.1%] Test if there is no other choice but localhost. ... ok
> test_generate_minion_id_platform_used (unit.utils.test_network.NetworkTestCase)
> [CPU:33.3%|MEM:7.1%] Test if platform.node is used for the first occurrence. ... ok
> test_generate_minion_id_with_long_hostname (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] Validate the fix for: ... skipped 'Slow tests are disabled'
> test_get_fqhostname_return (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] Test if proper hostname is used when RevDNS differ from hostname ... ok
> test_get_fqhostname_return_empty_hostname (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] Test if proper hostname is used when hostname returns empty string ... ok
> test_hex2ip (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_host_to_ips (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%] NOTE: When this test fails it's usually because the IP address has ... ok
> test_interfaces_ifconfig_freebsd (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_interfaces_ifconfig_linux (unit.utils.test_network.NetworkTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_interfaces_ifconfig_netbsd (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_interfaces_ifconfig_solaris (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_ip_networks (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_ip_networks6 (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_ipv6 (unit.utils.test_network.NetworkTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_is_ip (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_is_ipv4 (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_is_ipv4_subnet (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_is_ipv6 (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_is_ipv6_subnet (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_is_subnet (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_mac_str_to_bytes (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_netlink_tool_remote_on_a (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_netlink_tool_remote_on_b (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_number_of_set_bits_to_ipv4_netmask (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_parse_host_port (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,372 [salt.utils.network                                                     :2170][ERROR   ] bad hostname: "10.10.0.3/24"
> 00:42:56,372 [salt.utils.network                                                     :2170][ERROR   ] bad hostname: "10.10.0.3::1234"
> 00:42:56,372 [salt.utils.network                                                     :2170][ERROR   ] bad hostname: "2001:0db8:0370:7334"
> 00:42:56,373 [salt.utils.network                                                     :2170][ERROR   ] bad hostname: "2001:0db8:0370::7334]:1234"
> 00:42:56,373 [salt.utils.network                                                     :2170][ERROR   ] bad hostname: "2001:0db8:0370:0:a:b:c:d:1234"
> ok
> test_sanitize_host (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_test_addrs (unit.utils.test_network.NetworkTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_pid_deleted_oserror_as_non_root (unit.utils.test_parsers.DaemonMixInTestCase)
> [CPU:25.0%|MEM:7.1%] PIDfile deletion with exception, running as non-root. ... ok
> test_pid_deleted_oserror_as_root (unit.utils.test_parsers.DaemonMixInTestCase)
> [CPU:0.0%|MEM:7.1%] PIDfile deletion with exception, running as root. ... ok
> test_pid_file_deletion (unit.utils.test_parsers.DaemonMixInTestCase)
> [CPU:50.0%|MEM:7.1%] PIDfile deletion without exception. ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:100.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.MasterOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.MinionOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:100.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.ProxyMinionOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:100.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.SPMParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:50.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:100.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.SaltAPIParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.SaltCMDOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.SaltCPOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.SaltCallOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.SaltCloudParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that console log level option is not recognized ... ok
> test_get_log_level_config (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level set in config is ignored ... ok
> test_get_log_level_default (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log level default value is ignored ... ok
> test_log_created (unit.utils.test_parsers.SaltKeyOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file is created ... skipped 'salt-key creates log file outside of parse_args.'
> test_callbacks_uniqueness (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.SaltRunOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:100.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.SaltSSHOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file is created ... ok
> test_callbacks_uniqueness (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Test that the callbacks are only added once, no matter ... ok
> test_get_console_log_level_with_file_log_level (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that both console log level and log file level setting are working together ... ok
> test_get_log_file_cli (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match command-line specified value ... ok
> test_get_log_file_config (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the configured value ... ok
> test_get_log_file_default (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file match the default value ... ok
> test_get_log_file_level_cli (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:100.0%|MEM:7.1%] Tests that file log level match command-line specified value ... ok
> test_get_log_file_level_config (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log file level match the configured value ... ok
> test_get_log_file_level_default (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:100.0%|MEM:7.1%] Tests that log file level match the default value ... ok
> test_get_log_level_cli (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match command-line specified value ... ok
> test_get_log_level_config (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the configured value ... ok
> test_get_log_level_default (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:0.0%|MEM:7.1%] Tests that log level match the default value ... ok
> test_log_created (unit.utils.test_parsers.SyndicOptionParserTestCase)
> [CPU:50.0%|MEM:7.1%] Tests that log file is created ... ok
> test_mixed_unicode_and_binary (unit.utils.test_path.PathJoinTestCase)
> [CPU:0.0%|MEM:7.1%] This tests joining paths that contain a mix of components with unicode ... ok
> test_nix_paths (unit.utils.test_path.PathJoinTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Skipped until properly mocked'
> test_windows_paths (unit.utils.test_path.PathJoinTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Skipped until properly mocked'
> test_windows_paths_patched_path_module (unit.utils.test_path.PathJoinTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Skipped until properly mocked'
> test_check_or_die (unit.utils.test_path.PathTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_join (unit.utils.test_path.PathTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_sanitize_win_path (unit.utils.test_path.PathTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_which_bin (unit.utils.test_path.PathTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_existing_binary_in_linux (unit.utils.test_path.TestWhich)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_existing_binary_in_windows (unit.utils.test_path.TestWhich)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_existing_binary_in_windows_pathext (unit.utils.test_path.TestWhich)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_missing_binary_in_linux (unit.utils.test_path.TestWhich)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_missing_binary_in_windows (unit.utils.test_path.TestWhich)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_assign_default_requirement_profile (unit.utils.test_pbm.AssignDefaultStoragePolicyToDatastoreTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_assign_default_requirement_profile_raises_no_permissions (unit.utils.test_pbm.AssignDefaultStoragePolicyToDatastoreTestCase)
> [CPU:50.0%|MEM:7.1%]  ... WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> WARNING: CONFIG '/etc/salt' directory does not exist.
> 00:42:56,883 [salt.utils.pbm                                                         :342 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 338, in assign_default_storage_policy_to_datastore
>     profile_manager.AssignDefaultRequirementProfile(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_assign_default_requirement_profile_raises_runtime_fault (unit.utils.test_pbm.AssignDefaultStoragePolicyToDatastoreTestCase)
> [CPU:50.0%|MEM:7.1%]  ... 00:42:56,886 [salt.utils.pbm                                                         :350 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 338, in assign_default_storage_policy_to_datastore
>     profile_manager.AssignDefaultRequirementProfile(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_assign_default_requirement_profile_raises_vim_fault (unit.utils.test_pbm.AssignDefaultStoragePolicyToDatastoreTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,890 [salt.utils.pbm                                                         :347 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 338, in assign_default_storage_policy_to_datastore
>     profile_manager.AssignDefaultRequirementProfile(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_get_placement_hub (unit.utils.test_pbm.AssignDefaultStoragePolicyToDatastoreTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_create_policy (unit.utils.test_pbm.CreateStoragePolicyTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_create_policy_raises_no_permissions (unit.utils.test_pbm.CreateStoragePolicyTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,897 [salt.utils.pbm                                                         :246 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 244, in create_storage_policy
>     profile_manager.Create(policy_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_create_policy_raises_runtime_fault (unit.utils.test_pbm.CreateStoragePolicyTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,898 [salt.utils.pbm                                                         :254 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 244, in create_storage_policy
>     profile_manager.Create(policy_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_create_policy_raises_vim_fault (unit.utils.test_pbm.CreateStoragePolicyTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,900 [salt.utils.pbm                                                         :251 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 244, in create_storage_policy
>     profile_manager.Create(policy_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_fetch_capabilities (unit.utils.test_pbm.GetCapabilityDefinitionsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_fetch_capabilities_raises_no_permissions (unit.utils.test_pbm.GetCapabilityDefinitionsTestCase)
> [CPU:100.0%|MEM:7.1%]  ... 00:42:56,905 [salt.utils.pbm                                                         :147 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 145, in get_capability_definitions
>     cap_categories = profile_manager.FetchCapabilityMetadata(res_type)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_fetch_capabilities_raises_runtime_fault (unit.utils.test_pbm.GetCapabilityDefinitionsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,908 [salt.utils.pbm                                                         :155 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 145, in get_capability_definitions
>     cap_categories = profile_manager.FetchCapabilityMetadata(res_type)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_fetch_capabilities_raises_vim_fault (unit.utils.test_pbm.GetCapabilityDefinitionsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,912 [salt.utils.pbm                                                         :152 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 145, in get_capability_definitions
>     cap_categories = profile_manager.FetchCapabilityMetadata(res_type)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_get_res_type (unit.utils.test_pbm.GetCapabilityDefinitionsTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_return_cap_definitions (unit.utils.test_pbm.GetCapabilityDefinitionsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_placement_hub (unit.utils.test_pbm.GetDefaultStoragePolicyOfDatastoreTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_policies_by_id (unit.utils.test_pbm.GetDefaultStoragePolicyOfDatastoreTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_no_policy_refs (unit.utils.test_pbm.GetDefaultStoragePolicyOfDatastoreTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_query_default_requirement_profile (unit.utils.test_pbm.GetDefaultStoragePolicyOfDatastoreTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_query_default_requirement_profile_raises_no_permissions (unit.utils.test_pbm.GetDefaultStoragePolicyOfDatastoreTestCase)
> [CPU:50.0%|MEM:7.1%]  ... 00:42:56,932 [salt.utils.pbm                                                         :302 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 300, in get_default_storage_policy_of_datastore
>     policy_id = profile_manager.QueryDefaultRequirementProfile(hub)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_query_default_requirement_profile_raises_runtime_fault (unit.utils.test_pbm.GetDefaultStoragePolicyOfDatastoreTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,935 [salt.utils.pbm                                                         :310 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 300, in get_default_storage_policy_of_datastore
>     policy_id = profile_manager.QueryDefaultRequirementProfile(hub)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_query_default_requirement_profile_raises_vim_fault (unit.utils.test_pbm.GetDefaultStoragePolicyOfDatastoreTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,938 [salt.utils.pbm                                                         :307 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 300, in get_default_storage_policy_of_datastore
>     policy_id = profile_manager.QueryDefaultRequirementProfile(hub)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_return_policy_ref (unit.utils.test_pbm.GetDefaultStoragePolicyOfDatastoreTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_new_service_stub (unit.utils.test_pbm.GetPlacementSolverTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_pbm_si (unit.utils.test_pbm.GetPlacementSolverTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_placement_solver_raises_no_permissions (unit.utils.test_pbm.GetPlacementSolverTestCase)
> [CPU:50.0%|MEM:7.1%]  ... 00:42:56,952 [salt.utils.pbm                                                         :121 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 119, in get_placement_solver
>     profile_manager = pbm_si.RetrieveContent().placementSolver
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_placement_solver_raises_runtime_fault (unit.utils.test_pbm.GetPlacementSolverTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,955 [salt.utils.pbm                                                         :129 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 119, in get_placement_solver
>     profile_manager = pbm_si.RetrieveContent().placementSolver
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_placement_solver_raises_vim_fault (unit.utils.test_pbm.GetPlacementSolverTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,958 [salt.utils.pbm                                                         :126 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 119, in get_placement_solver
>     profile_manager = pbm_si.RetrieveContent().placementSolver
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_return_profile_manager (unit.utils.test_pbm.GetPlacementSolverTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_retrieve_policies (unit.utils.test_pbm.GetPoliciesByIdTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_retrieve_policies_raises_no_permissions (unit.utils.test_pbm.GetPoliciesByIdTestCase)
> [CPU:50.0%|MEM:7.1%]  ... 00:42:56,966 [salt.utils.pbm                                                         :176 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 174, in get_policies_by_id
>     return profile_manager.RetrieveContent(policy_ids)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_retrieve_policies_raises_runtime_fault (unit.utils.test_pbm.GetPoliciesByIdTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,968 [salt.utils.pbm                                                         :184 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 174, in get_policies_by_id
>     return profile_manager.RetrieveContent(policy_ids)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_retrieve_policies_raises_vim_fault (unit.utils.test_pbm.GetPoliciesByIdTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,970 [salt.utils.pbm                                                         :181 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 174, in get_policies_by_id
>     return profile_manager.RetrieveContent(policy_ids)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_return_policies (unit.utils.test_pbm.GetPoliciesByIdTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_get_new_service_stub (unit.utils.test_pbm.GetProfileManagerTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_pbm_si (unit.utils.test_pbm.GetProfileManagerTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_profile_manager_raises_no_permissions (unit.utils.test_pbm.GetProfileManagerTestCase)
> [CPU:33.3%|MEM:7.1%]  ... 00:42:56,982 [salt.utils.pbm                                                         :94  ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 92, in get_profile_manager
>     profile_manager = pbm_si.RetrieveContent().profileManager
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_profile_manager_raises_runtime_fault (unit.utils.test_pbm.GetProfileManagerTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,985 [salt.utils.pbm                                                         :102 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 92, in get_profile_manager
>     profile_manager = pbm_si.RetrieveContent().profileManager
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_profile_manager_raises_vim_fault (unit.utils.test_pbm.GetProfileManagerTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:56,988 [salt.utils.pbm                                                         :99  ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 92, in get_profile_manager
>     profile_manager = pbm_si.RetrieveContent().profileManager
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_return_profile_manager (unit.utils.test_pbm.GetProfileManagerTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_policies_by_id (unit.utils.test_pbm.GetStoragePoliciesTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_get_res_type (unit.utils.test_pbm.GetStoragePoliciesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_retrieve_policy_ids (unit.utils.test_pbm.GetStoragePoliciesTestCase)
> [CPU:33.3%|MEM:7.1%]  ... ok
> test_retrieve_policy_ids_raises_no_permissions (unit.utils.test_pbm.GetStoragePoliciesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:57,009 [salt.utils.pbm                                                         :209 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 207, in get_storage_policies
>     policy_ids = profile_manager.QueryProfile(res_type)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_retrieve_policy_ids_raises_runtime_fault (unit.utils.test_pbm.GetStoragePoliciesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:57,014 [salt.utils.pbm                                                         :217 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 207, in get_storage_policies
>     policy_ids = profile_manager.QueryProfile(res_type)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_retrieve_policy_ids_raises_vim_fault (unit.utils.test_pbm.GetStoragePoliciesTestCase)
> [CPU:50.0%|MEM:7.1%]  ... 00:42:57,018 [salt.utils.pbm                                                         :214 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 207, in get_storage_policies
>     policy_ids = profile_manager.QueryProfile(res_type)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_return_all_policies (unit.utils.test_pbm.GetStoragePoliciesTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_return_filtered_policies (unit.utils.test_pbm.GetStoragePoliciesTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_create_policy (unit.utils.test_pbm.UpdateStoragePolicyTestCase)
> [CPU:33.3%|MEM:7.1%]  ... ok
> test_create_policy_raises_no_permissions (unit.utils.test_pbm.UpdateStoragePolicyTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:57,031 [salt.utils.pbm                                                         :274 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 272, in update_storage_policy
>     profile_manager.Update(policy.profileId, policy_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_create_policy_raises_runtime_fault (unit.utils.test_pbm.UpdateStoragePolicyTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:57,033 [salt.utils.pbm                                                         :282 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 272, in update_storage_policy
>     profile_manager.Update(policy.profileId, policy_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_create_policy_raises_vim_fault (unit.utils.test_pbm.UpdateStoragePolicyTestCase)
> [CPU:0.0%|MEM:7.1%]  ... 00:42:57,035 [salt.utils.pbm                                                         :279 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/pbm.py", line 272, in update_storage_policy
>     profile_manager.Update(policy.profileId, policy_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_get_osarch_by_platform (unit.utils.test_pkg.PkgRPMTestCase)
> [CPU:0.0%|MEM:7.1%] Get os_arch if RPM package is not installed (inird image, for example). ... ok
> test_get_osarch_by_platform_no_cpu_arch (unit.utils.test_pkg.PkgRPMTestCase)
> [CPU:0.0%|MEM:7.1%] Get os_arch if RPM package is not installed (inird image, for example) but cpu arch cannot be determined. ... ok
> test_get_osarch_by_platform_no_cpu_arch_no_machine (unit.utils.test_pkg.PkgRPMTestCase)
> [CPU:0.0%|MEM:7.1%] Get os_arch if RPM package is not installed (inird image, for example) ... ok
> test_get_osarch_by_rpm (unit.utils.test_pkg.PkgRPMTestCase)
> [CPU:0.0%|MEM:7.1%] Get os_arch if RPM package is installed. ... ok
> test_split_comparison (unit.utils.test_pkg.PkgUtilsTestCase)
> [CPU:100.0%|MEM:7.1%] Tests salt.utils.pkg.split_comparison ... ok
> test_multiprocessing_process_runtime_error (unit.utils.test_process.TestDeprecatedClassNames)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_multiprocessing_process_warning (unit.utils.test_process.TestDeprecatedClassNames)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_signal_handling_multiprocessing_process_runtime_error (unit.utils.test_process.TestDeprecatedClassNames)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_signal_handling_multiprocessing_process_warning (unit.utils.test_process.TestDeprecatedClassNames)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_dup2_no_fileno (unit.utils.test_process.TestDup2)
> [CPU:100.0%|MEM:7.1%] The dup2 method does not fail on streams without fileno support ... ok
> test_daemonize_if (unit.utils.test_process.TestProcess)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_callbacks (unit.utils.test_process.TestProcessCallbacks)
> [CPU:0.0%|MEM:7.1%] Validate Process call after fork and finalize methods ... ok
> test_callbacks_called_when_run_overridden (unit.utils.test_process.TestProcessCallbacks)
> [CPU:0.0%|MEM:7.1%] Validate Process sub classes call after fork and finalize methods when run is overridden ... ok
> test_process_list_cleanup (unit.utils.test_process.TestProcessList)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_process_list_process (unit.utils.test_process.TestProcessList)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_process_list_thread (unit.utils.test_process.TestProcessList)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_basic (unit.utils.test_process.TestProcessManager)
> [CPU:0.0%|MEM:7.1%] Make sure that the process is alive 2s later ... skipped 'Slow tests are disabled'
> test_counter (unit.utils.test_process.TestProcessManager)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_kill (unit.utils.test_process.TestProcessManager)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_restarting (unit.utils.test_process.TestProcessManager)
> [CPU:0.0%|MEM:7.1%] Make sure that the process is alive 2s later ... ok
> test_process_children_do_not_exist (unit.utils.test_process.TestSignalHandlingProcess)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_process_does_not_exist (unit.utils.test_process.TestSignalHandlingProcess)
> [CPU:42.9%|MEM:7.9%]  ... ok
> test_signal_processing_handle_signals_called (unit.utils.test_process.TestSignalHandlingProcess)
> [CPU:50.0%|MEM:7.9%] Validate SignalHandlingProcess handles signals ... skipped 'Slow tests are disabled'
> test_signal_processing_regression_test (unit.utils.test_process.TestSignalHandlingProcess)
> [CPU:0.0%|MEM:7.5%]  ... skipped 'Slow tests are disabled'
> test_callbacks (unit.utils.test_process.TestSignalHandlingProcessCallbacks)
> [CPU:0.0%|MEM:7.5%] Validate SignalHandlingProcess call after fork and finalize methods ... ok
> test_callbacks_called_when_run_overridden (unit.utils.test_process.TestSignalHandlingProcessCallbacks)
> [CPU:0.0%|MEM:7.1%] Validate SignalHandlingProcess sub classes call after fork and finalize methods when run is overridden ... ok
> test_basic (unit.utils.test_process.TestThreadPool)
> [CPU:50.0%|MEM:7.1%] Make sure the threadpool can do things ... skipped 'Slow tests are disabled'
> test_full_queue (unit.utils.test_process.TestThreadPool)
> [CPU:0.0%|MEM:7.1%] Make sure that a full threadpool acts as we expect ... skipped 'Slow tests are disabled'
> test_gen_hash_crypt (unit.utils.test_pycrypto.PycryptoTestCase)
> [CPU:0.0%|MEM:7.1%] Test gen_hash with crypt library ... ok
> test_gen_hash_crypt_warning (unit.utils.test_pycrypto.PycryptoTestCase)
> [CPU:25.3%|MEM:7.1%] Verify that a bad crypt salt triggers a warning ... ok
> test_gen_hash_no_lib (unit.utils.test_pycrypto.PycryptoTestCase)
> [CPU:20.0%|MEM:7.1%] test gen_hash with no crypt library available ... ok
> test_gen_hash_passlib (unit.utils.test_pycrypto.PycryptoTestCase)
> [CPU:50.0%|MEM:7.1%] Test gen_hash with passlib ... skipped 'passlib not available'
> test_gen_hash_selection (unit.utils.test_pycrypto.PycryptoTestCase)
> [CPU:0.0%|MEM:7.1%] verify the hash backend selection works correctly ... ok
> test_secure_password (unit.utils.test_pycrypto.PycryptoTestCase)
> [CPU:14.3%|MEM:7.1%] test secure_password ... ok
> test_cmd_call (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:50.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_compile_time_state_execution (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_include_extend (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_load_highstate (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_multiple_state_func_in_state_mod (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_nested_high_state_execution (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_no_state_func_in_state_mod (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_ordered_states (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_pipe_through_stateconf (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_repeat_includes (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_requisite_declarations (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_state_declarations (unit.utils.test_pydsl.PyDSLRendererTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_map (unit.utils.test_pyobjects.MapTests)
> [CPU:0.0%|MEM:7.1%] Test declarative ordering ... skipped 'Slow tests are disabled'
> test_map_with_priority (unit.utils.test_pyobjects.MapTests)
> [CPU:0.0%|MEM:7.1%] With declarative ordering, the debian service name would override the ... skipped 'Slow tests are disabled'
> test_basic (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_context_manager (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_duplicates (unit.utils.test_pyobjects.RendererTests)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_extend (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_factory_serialization (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_import_random_password (unit.utils.test_pyobjects.RendererTests)
> [CPU:50.0%|MEM:7.1%] Import test for https://github.com/saltstack/salt/issues/21796 ... skipped 'Slow tests are disabled'
> test_import_scope (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_include (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_invalid_function (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_random_password (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%] Test for https://github.com/saltstack/salt/issues/21796 ... skipped 'Slow tests are disabled'
> test_requisite_implicit_list (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%] Ensure that the implicit list characteristic works as expected ... skipped 'Slow tests are disabled'
> test_salt_data (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_serialization (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_sls_imports (unit.utils.test_pyobjects.RendererTests)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'Slow tests are disabled'
> test_salt_object (unit.utils.test_pyobjects.SaltObjectTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_context_manager (unit.utils.test_pyobjects.StateTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_duplicates (unit.utils.test_pyobjects.StateTests)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_factory_serialization (unit.utils.test_pyobjects.StateTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_salt_data (unit.utils.test_pyobjects.StateTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_serialization (unit.utils.test_pyobjects.StateTests)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_caller (unit.utils.test_reactor.TestReactWrap)
> [CPU:40.0%|MEM:7.1%] Test caller reactions using both the old and new config schema ... ok
> test_cmd (unit.utils.test_reactor.TestReactWrap)
> [CPU:0.0%|MEM:7.1%] Test cmd reactions (alias for 'local') using both the old and new ... ok
> test_local (unit.utils.test_reactor.TestReactWrap)
> [CPU:0.0%|MEM:7.1%] Test local reactions using both the old and new config schema ... ok
> test_runner (unit.utils.test_reactor.TestReactWrap)
> [CPU:0.0%|MEM:7.1%] Test runner reactions using both the old and new config schema ... ok
> test_wheel (unit.utils.test_reactor.TestReactWrap)
> [CPU:20.0%|MEM:7.1%] Test wheel reactions using both the old and new config schema ... ok
> test_list_reactors (unit.utils.test_reactor.TestReactor)
> [CPU:24.8%|MEM:7.1%] Ensure that list_reactors() returns the correct list of reactor SLS ... ok
> test_reactions (unit.utils.test_reactor.TestReactor)
> [CPU:0.0%|MEM:7.1%] Ensure that the correct reactions are built from the configured SLS ... ok
> test_get_data (unit.utils.test_roster_matcher.RosterMatcherTestCase)
> [CPU:27.3%|MEM:7.1%] Test that the get_data method returns the expected dictionaries. ... ok
> test_ret_comma_delimited_string_minions (unit.utils.test_roster_matcher.RosterMatcherTestCase)
> [CPU:0.0%|MEM:7.1%] Test that we return minions that are in a comma-delimited ... ok
> test_ret_comma_delimited_string_nodegroup_minions (unit.utils.test_roster_matcher.RosterMatcherTestCase)
> [CPU:50.0%|MEM:7.1%] Test that we return minions that are in a nodegroup ... ok
> test_ret_glob_minions (unit.utils.test_roster_matcher.RosterMatcherTestCase)
> [CPU:25.0%|MEM:7.1%] Test that we return minions matching a glob. ... ok
> test_ret_literal_list_minions (unit.utils.test_roster_matcher.RosterMatcherTestCase)
> [CPU:25.0%|MEM:7.1%] Test that we return minions that are in a literal list. ... ok
> test_ret_literal_list_nodegroup_minions (unit.utils.test_roster_matcher.RosterMatcherTestCase)
> [CPU:33.3%|MEM:7.1%] Test that we return minions that are in a nodegroup ... ok
> test_ret_no_range_installed_minions (unit.utils.test_roster_matcher.RosterMatcherTestCase)
> [CPU:0.0%|MEM:7.1%] Test that range matcher raises a Runtime Error if seco.range is not installed. ... ok
> test_ret_oops_minions (unit.utils.test_roster_matcher.RosterMatcherTestCase)
> [CPU:40.0%|MEM:7.1%] Test that we return no minions when we try to use a matching ... ok
> test_ret_pcre_minions (unit.utils.test_roster_matcher.RosterMatcherTestCase)
> [CPU:0.0%|MEM:7.1%] Test that we return minions matching a regular expression. ... ok
> test_ret_range_minions (unit.utils.test_roster_matcher.RosterMatcherTestCase)
> [CPU:25.0%|MEM:7.1%] Test that range matcher raises a Runtime Error if seco.range is not installed. ... skipped 'seco.range is not installed'
> test_find_libcrypto_aix (unit.utils.test_rsax931.RSAX931Test)
> [CPU:0.0%|MEM:7.1%] Test _find_libcrypto on an IBM AIX host. ... skipped 'Host OS is not IBM AIX.'
> test_find_libcrypto_darwin (unit.utils.test_rsax931.RSAX931Test)
> [CPU:0.0%|MEM:7.1%] Test _find_libcrypto on a Darwin-like or macOS host. ... skipped 'Host OS is not Darwin-like or macOS.'
> test_find_libcrypto_smartos (unit.utils.test_rsax931.RSAX931Test)
> [CPU:0.0%|MEM:7.1%] Test _find_libcrypto on a SmartOS host. ... skipped 'Host OS is not SmartOS.'
> test_find_libcrypto_sunos (unit.utils.test_rsax931.RSAX931Test)
> [CPU:0.0%|MEM:7.1%] Test _find_libcrypto on a Solaris-like host. ... skipped 'Host OS is not Solaris-like.'
> test_find_libcrypto_unsupported (unit.utils.test_rsax931.RSAX931Test)
> [CPU:0.0%|MEM:7.1%] Ensure that _find_libcrypto works correctly on an unsupported host OS. ... ok
> test_find_libcrypto_win32 (unit.utils.test_rsax931.RSAX931Test)
> [CPU:0.0%|MEM:7.1%] Test _find_libcrypto on Windows hosts. ... skipped 'Host OS is not Windows.'
> test_load_libcrypto (unit.utils.test_rsax931.RSAX931Test)
> [CPU:0.0%|MEM:7.1%] Test _load_libcrypto generically. ... ok
> test_signer (unit.utils.test_rsax931.RSAX931Test)
> [CPU:40.0%|MEM:7.1%]  ... ok
> test_verifier (unit.utils.test_rsax931.RSAX931Test)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_sanitized_filename (unit.utils.test_sanitizers.SanitizersTestCase)
> [CPU:0.0%|MEM:7.1%] Test sanitized input for filename ... ok
> test_sanitized_hostname (unit.utils.test_sanitizers.SanitizersTestCase)
> [CPU:0.0%|MEM:7.1%] Test sanitized input for hostname (id) ... ok
> test_sanitized_id (unit.utils.test_sanitizers.SanitizersTestCase)
> [CPU:0.0%|MEM:7.1%] Test sanitized input for hostname (id) ... ok
> test_sanitized_trim (unit.utils.test_sanitizers.SanitizersTestCase)
> [CPU:0.0%|MEM:7.1%] Test sanitized input for trimming ... ok
> test_value_masked (unit.utils.test_sanitizers.SanitizersTestCase)
> [CPU:0.0%|MEM:7.1%] Test if the values are masked. ... ok
> test_value_not_masked (unit.utils.test_sanitizers.SanitizersTestCase)
> [CPU:0.0%|MEM:7.1%] Test if the values are not masked. ... ok
> test_array_complex_definition_schema (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_both_complex_complex_schema_all_items_valid (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_complex_complex_definition_schema (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_complex_complex_schema_item_definition (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_complex_complex_schema_item_hungry_invalid (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_complex_complex_schema_item_hungry_valid (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_complex_complex_schema_item_inner_thirsty_invalid (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_complex_complex_schema_item_missing_required_hungry (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_complex_definition_schema (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_complex_schema_item_definition (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_complex_schema_item_serialize (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_complex_schema_item_thirsty_invalid (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_complex_schema_item_thirsty_valid (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_dict_complex_definition_schema (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_one_of_complex_definition_schema (unit.utils.test_schema.ComplexSchemaTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_allof_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_allof_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_anyof_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_anyof_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_array_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_array_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_boolean_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:33.3%|MEM:7.1%]  ... ok
> test_boolean_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_config_name_override_class_attrname (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_configuration_items_order (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_configuration_subclass_inherits_items (unit.utils.test_schema.ConfigTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_datetime_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_datetime_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped "The 'strict_rfc3339' library is missing"
> test_dict_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_dict_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_email_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:33.3%|MEM:7.1%]  ... ok
> test_email_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_hostname_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_hostname_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_integer_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_integer_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_ipv4_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_ipv4_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_ipv6_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_ipv6_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_item_name_override_class_attrname (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_not_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_not_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_number_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_number_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_oneof_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:33.3%|MEM:7.1%]  ... ok
> test_oneof_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_optional_requirements_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_optional_requirements_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_secret_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_string_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_string_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_uri_config (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_uri_config_validation (unit.utils.test_schema.ConfigTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped "The 'rfc3987' library is missing"
> test_sqlite_get_found (unit.utils.test_sdb.SdbTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_sqlite_get_not_found (unit.utils.test_sdb.SdbTestCase)
> [CPU:20.8%|MEM:7.1%]  ... ok
> test_base_avail (unit.utils.test_ssdp.SSDPBaseTestCase)
> [CPU:33.3%|MEM:7.1%] Test SSDP base class availability method. ... ok
> test_base_protocol_settings (unit.utils.test_ssdp.SSDPBaseTestCase)
> [CPU:0.0%|MEM:7.1%] Tests default constants data. ... ok
> test_base_self_ip (unit.utils.test_ssdp.SSDPBaseTestCase)
> [CPU:0.0%|MEM:7.1%] Test getting self IP method. ... ok
> test_config_detached (unit.utils.test_ssdp.SSDPClientTestCase)
> [CPU:0.0%|MEM:7.1%] Test if the passed configuration is not a reference. ... ok
> test_config_passed (unit.utils.test_ssdp.SSDPClientTestCase)
> [CPU:0.0%|MEM:7.1%] Test if the configuration is passed. ... ok
> test_discover_general_error (unit.utils.test_ssdp.SSDPClientTestCase)
> [CPU:50.0%|MEM:7.1%] Test discover available master on the network (erroneous found) ... ok
> test_discover_no_masters (unit.utils.test_ssdp.SSDPClientTestCase)
> [CPU:0.0%|MEM:7.1%] Test discover available master on the network (none found). ... ok
> test_discover_timestamp_error (unit.utils.test_ssdp.SSDPClientTestCase)
> [CPU:50.0%|MEM:7.1%] Test discover available master on the network (outdated timestamp) ... ok
> test_get_masters_map (unit.utils.test_ssdp.SSDPClientTestCase)
> [CPU:0.0%|MEM:7.1%] Test getting map of the available masters on the network ... ok
> test_get_masters_map_error_handling (unit.utils.test_ssdp.SSDPClientTestCase)
> [CPU:50.0%|MEM:7.1%] Test getting map handles timeout network exception ... ok
> test_query (unit.utils.test_ssdp.SSDPClientTestCase)
> [CPU:0.0%|MEM:7.1%] Test if client queries the broadcast ... ok
> test_attr_check (unit.utils.test_ssdp.SSDPFactoryTestCase)
> [CPU:50.0%|MEM:7.1%] Tests attributes are set to the base class ... ok
> test_datagram_signature_bad (unit.utils.test_ssdp.SSDPFactoryTestCase)
> [CPU:0.0%|MEM:7.1%] Test datagram_received on bad signature ... ok
> test_datagram_signature_correct_timestamp_reply (unit.utils.test_ssdp.SSDPFactoryTestCase)
> [CPU:0.0%|MEM:7.1%] Test if datagram processing sends out correct reply within 20 seconds. ... ok
> test_datagram_signature_outdated_timestamp_quiet (unit.utils.test_ssdp.SSDPFactoryTestCase)
> [CPU:0.0%|MEM:7.1%] Test if datagram processing reacts on outdated message (more than 20 seconds). Quiet mode. ... ok
> test_datagram_signature_outdated_timestamp_reply (unit.utils.test_ssdp.SSDPFactoryTestCase)
> [CPU:33.3%|MEM:7.1%] Test if datagram processing reacts on outdated message (more than 20 seconds). Reply mode. ... ok
> test_datagram_signature_wrong_timestamp_quiet (unit.utils.test_ssdp.SSDPFactoryTestCase)
> [CPU:0.0%|MEM:7.1%] Test datagram receives a wrong timestamp (no reply). ... ok
> test_datagram_signature_wrong_timestamp_reply (unit.utils.test_ssdp.SSDPFactoryTestCase)
> [CPU:0.0%|MEM:7.1%] Test datagram receives a wrong timestamp. ... ok
> test_transport_sendto_retry (unit.utils.test_ssdp.SSDPFactoryTestCase)
> [CPU:50.0%|MEM:7.1%] Test transport send_to. ... ok
> test_transport_sendto_success (unit.utils.test_ssdp.SSDPFactoryTestCase)
> [CPU:0.0%|MEM:7.1%] Test transport send_to. ... ok
> test_config_detached (unit.utils.test_ssdp.SSDPServerTestCase)
> [CPU:0.0%|MEM:7.1%] Test if configuration is not a reference. ... ok
> test_run (unit.utils.test_ssdp.SSDPServerTestCase)
> [CPU:0.0%|MEM:7.1%] Test server runner. ... ok
> test_check_result (unit.utils.test_state.StateUtilTestCase)
> [CPU:25.0%|MEM:7.1%]  ... ok
> test_merge_changes (unit.utils.test_state.UtilStateMergeSubreturnTestcase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_merge_comments (unit.utils.test_state.UtilStateMergeSubreturnTestcase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_merge_empty_comments (unit.utils.test_state.UtilStateMergeSubreturnTestcase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_merge_result (unit.utils.test_state.UtilStateMergeSubreturnTestcase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_build_whitespace_split_regex (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_check_include_exclude_empty (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_check_include_exclude_exclude (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_check_include_exclude_exclude_include (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_check_include_exclude_exclude_list (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_check_include_exclude_regex (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_check_whitelist_blacklist (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%] Ensure that whitelist matching works on both PY2 and PY3 ... ok
> test_contains_whitespace (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_expr_match (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_context (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_context_2_context_lines (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_context_at_bottom_of_file (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_context_at_top_of_file (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_get_context_has_enough_context (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_get_context_with_marker (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_is_binary (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_to_bytes (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_to_none (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_to_num (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_to_str (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_to_unicode (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_to_unicode_multi_encoding (unit.utils.test_stringutils.StringutilsTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_double_quotes (unit.utils.test_stringutils.TestBuildWhitespaceRegex)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_issue_2227 (unit.utils.test_stringutils.TestBuildWhitespaceRegex)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_single_and_double_quotes (unit.utils.test_stringutils.TestBuildWhitespaceRegex)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_single_quotes (unit.utils.test_stringutils.TestBuildWhitespaceRegex)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_booted (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test that salt.utils.systemd.booted() returns True when minion is ... ok
> test_booted_invalid_context (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test with invalid context data. The context value must be a dict, so ... ok
> test_booted_return_from_context (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the context data is returned when present. To ensure we're ... ok
> test_has_scope_invalid_context (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test with invalid context data. The context value must be a dict, so ... ok
> test_has_scope_no_systemd (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test the case where the system is not systemd-booted. We should not be ... ok
> test_has_scope_systemd204 (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Scopes are available in systemd>=205. Make sure that this function ... ok
> test_has_scope_systemd205 (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Scopes are available in systemd>=205. Make sure that this function ... ok
> test_has_scope_systemd206 (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Scopes are available in systemd>=205. Make sure that this function ... ok
> test_has_scope_version_parse_problem (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test the case where the system is systemd-booted, but we failed to ... 00:42:58,401 [salt.utils.systemd                                                     :75  ][ERROR   ] Unable to determine systemd version from systemctl --version, output follows:
> invalid
> 00:42:58,401 [salt.utils.systemd                                                     :75  ][ERROR   ] Unable to determine systemd version from systemctl --version, output follows:
> invalid
> ok
> test_not_booted (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test that salt.utils.systemd.booted() returns False when minion is not ... ok
> test_version (unit.utils.test_systemd.SystemdTestCase)
> [CPU:100.0%|MEM:7.1%] Test that salt.utils.systemd.booted() returns True when minion is ... ok
> test_version_generated_from_git_describe (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test with version string matching versions generated by git describe ... ok
> test_version_invalid_context (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test with invalid context data. The context value must be a dict, so ... ok
> test_version_parse_problem (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test with invalid context data. The context value must be a dict, so ... 00:42:58,406 [salt.utils.systemd                                                     :75  ][ERROR   ] Unable to determine systemd version from systemctl --version, output follows:
> invalid
> 00:42:58,406 [salt.utils.systemd                                                     :75  ][ERROR   ] Unable to determine systemd version from systemctl --version, output follows:
> invalid
> ok
> test_version_return_from_context (unit.utils.test_systemd.SystemdTestCase)
> [CPU:0.0%|MEM:7.1%] Test that the context data is returned when present. To ensure we're ... ok
> test_render_cheetah_evaluate (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_cheetah_evaluate_text (unit.utils.test_templates.RenderTestCase)
> [CPU:33.3%|MEM:7.1%]  ... ok
> test_render_cheetah_evaluate_xml (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_cheetah_sanity (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_cheetah_variable (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_genshi_evaluate (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_genshi_evaluate_condition (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_genshi_sanity (unit.utils.test_templates.RenderTestCase)
> [CPU:50.0%|MEM:7.1%]  ... ok
> test_render_genshi_variable (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_genshi_variable_replace (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_jinja_evaluate (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_jinja_evaluate_multi (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_jinja_sanity (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_jinja_variable (unit.utils.test_templates.RenderTestCase)
> [CPU:100.0%|MEM:7.1%]  ... ok
> test_render_mako_evaluate (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_mako_evaluate_multi (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_mako_sanity (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_mako_variable (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_render_wempy_evaluate (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'The wempy module is currently unsupported under Python3'
> test_render_wempy_evaluate_multi (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'The wempy module is currently unsupported under Python3'
> test_render_wempy_sanity (unit.utils.test_templates.RenderTestCase)
> [CPU:50.0%|MEM:7.1%]  ... skipped 'The wempy module is currently unsupported under Python3'
> test_render_wempy_variable (unit.utils.test_templates.RenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... skipped 'The wempy module is currently unsupported under Python3'
> test_wrap_issue_56119_a (unit.utils.test_templates.WrapRenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_wrap_issue_56119_b (unit.utils.test_templates.WrapRenderTestCase)
> [CPU:0.0%|MEM:7.1%]  ... ok
> test_add_dep_path (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin._add_dependency function to setup dependency paths ... ok
> test_gen_thin_compression_fallback_py3 (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin.gen_thin function if fallbacks to the gzip compression, once setup wrong. ... ok
> test_gen_thin_control_files_written_py3 (unit.utils.test_thin.SSHThinTestCase)
> [CPU:25.0%|MEM:7.1%] Test thin.gen_thin function if control files are written (version, salt-call etc). ... ok
> test_gen_thin_ext_alternative_content_files_written_py3 (unit.utils.test_thin.SSHThinTestCase)
> [CPU:33.3%|MEM:7.1%] Test thin.gen_thin function if external alternative content files are written. ... ok
> test_gen_thin_fails_ancient_python_version (unit.utils.test_thin.SSHThinTestCase)
> [CPU:24.6%|MEM:7.1%] Test thin.gen_thin function raises an exception ... ok
> test_gen_thin_main_content_files_written_py3 (unit.utils.test_thin.SSHThinTestCase)
> [CPU:50.0%|MEM:7.1%] Test thin.gen_thin function if main content files are written. ... ok
> test_gen_thin_python_exist_or_not (unit.utils.test_thin.SSHThinTestCase)
> [CPU:25.0%|MEM:7.1%] Test thin.gen_thin function if the opposite python ... ok
> test_get_ext_namespaces (unit.utils.test_thin.SSHThinTestCase)
> [CPU:25.0%|MEM:7.1%] Test thin._get_ext_namespaces function returns namespaces properly out of the config. ... ok
> test_get_ext_namespaces_empty (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin._get_ext_namespaces function returns an empty dictionary on nothing ... ok
> test_get_ext_namespaces_failure (unit.utils.test_thin.SSHThinTestCase)
> [CPU:100.0%|MEM:7.1%] Test thin._get_ext_namespaces function raises an exception ... ok
> test_get_ext_tops_cfg_interpreter (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin.get_ext_tops interpreter configuration. ... ok
> test_get_ext_tops_cfg_missing_dependencies (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin.get_ext_tops contains all required dependencies. ... ok
> test_get_ext_tops_cfg_missing_interpreter (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin.get_ext_tops contains interpreter configuration. ... ok
> test_get_ext_tops_cfg_wrong_interpreter (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin.get_ext_tops contains correct interpreter configuration. ... ok
> test_get_ext_tops_config_pass (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin.get_ext_tops configuration ... ok
> test_get_ext_tops_dependency_config_check (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin.get_ext_tops dependencies are importable ... ok
> test_get_salt_call_script (unit.utils.test_thin.SSHThinTestCase)
> [CPU:50.0%|MEM:7.1%] Test get salt-call script rendered. ... ok
> test_get_supported_py_config_base_tops (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test collecting proper py-versions. Should return proper base tops. ... ok
> test_get_supported_py_config_ext_tops (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test collecting proper py-versions. Should return proper ext conf tops. ... ok
> test_get_supported_py_config_typecheck (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test collecting proper py-versions. Should return bytes type. ... ok
> test_get_tops (unit.utils.test_thin.SSHThinTestCase)
> [CPU:100.0%|MEM:7.1%] Test thin.get_tops to get top directories, based on the interpreter. ... ok
> test_get_tops_extra_mods (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin.get_tops to get extra-modules alongside the top directories, based on the interpreter. ... ok
> test_get_tops_python (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] test get_tops_python ... 00:42:58,823 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module concurrent for python version python2.7
> 00:42:58,823 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module singledispatch_helpers for python version python2.7
> 00:42:58,823 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module ssl_match_hostname for python version python2.7
> 00:42:58,823 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module markupsafe for python version python2.7
> 00:42:58,823 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module backports_abc for python version python2.7
> ok
> test_get_tops_python_exclude (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] test get_tops_python when excluding modules ... 00:42:58,826 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module concurrent for python version python2.7
> 00:42:58,826 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module singledispatch_helpers for python version python2.7
> 00:42:58,826 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module ssl_match_hostname for python version python2.7
> 00:42:58,826 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module markupsafe for python version python2.7
> 00:42:58,827 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module backports_abc for python version python2.7
> ok
> test_get_tops_so_mods (unit.utils.test_thin.SSHThinTestCase)
> [CPU:50.0%|MEM:7.1%] Test thin.get_tops to get extra-modules alongside the top directories, based on the interpreter. ... ok
> test_gte (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin.gte external call for processing the info about tops per interpreter. ... ok
> test_min_sum (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] Test thin.thin_sum function. ... ok
> test_pack_alternatives (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.1%] test thin._pack_alternatives ... ok
> test_pack_alternatives_auto_detect (unit.utils.test_thin.SSHThinTestCase)
> [CPU:25.4%|MEM:7.2%] test thin._pack_alternatives when auto_detect ... ok
> test_pack_alternatives_empty_dependencies (unit.utils.test_thin.SSHThinTestCase)
> [CPU:23.8%|MEM:7.2%] test _pack_alternatives when dependencies is not ... ok
> test_pack_alternatives_exclude (unit.utils.test_thin.SSHThinTestCase)
> [CPU:26.2%|MEM:7.2%] test pack_alternatives when mixing ... 00:42:59,322 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module certifi for python version python2
> 00:42:59,322 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module singledispatch for python version python2
> 00:42:59,322 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module concurrent for python version python2
> 00:42:59,322 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module singledispatch_helpers for python version python2
> 00:42:59,322 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module ssl_match_hostname for python version python2
> 00:42:59,322 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module markupsafe for python version python2
> 00:42:59,323 [salt.utils.thin                                                        :221 ][ERROR   ] Could not auto detect file location for module backports_abc for python version python2
> ok
> test_pack_alternatives_not_normalized (unit.utils.test_thin.SSHThinTestCase)
> [CPU:24.2%|MEM:7.2%] test thin._pack_alternatives when the path ... ok
> test_pack_alternatives_path_doesnot_exist (unit.utils.test_thin.SSHThinTestCase)
> [CPU:24.6%|MEM:7.2%] test thin._pack_alternatives when the path ... 00:42:59,801 [salt.utils.thin                                                        :462 ][ERROR   ] File path /tmp/doesnotexisthere does not exist. Unable to add to salt-ssh thin
> ok
> test_thin_dir (unit.utils.test_thin.SSHThinTestCase)
> [CPU:25.8%|MEM:7.2%] Test the thin dir to make sure salt-call can run ... ok
> test_thin_path (unit.utils.test_thin.SSHThinTestCase)
> [CPU:25.3%|MEM:7.3%] Test thin.thin_path returns the expected path. ... ok
> test_thin_sum (unit.utils.test_thin.SSHThinTestCase)
> [CPU:0.0%|MEM:7.3%] Test thin.thin_sum function. ... ok
> test_timedproc_with_shell_true_and_list_args (unit.utils.test_timed_subprocess.TestTimedSubprocess)
> [CPU:0.0%|MEM:7.3%] This test confirms the fix for the regression introduced in 1f7d50d. ... 
> ok
> test_return_false (unit.utils.test_timeout.WaitForTests)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_wait_for_custom_args (unit.utils.test_timeout.WaitForTests)
> [CPU:100.0%|MEM:7.3%]  ... skipped 'Slow tests are disabled'
> test_wait_for_custom_kwargs (unit.utils.test_timeout.WaitForTests)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'Slow tests are disabled'
> test_wait_for_self (unit.utils.test_timeout.WaitForTests)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'Slow tests are disabled'
> test_wait_for_too_long (unit.utils.test_timeout.WaitForTests)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_wait_for_true (unit.utils.test_timeout.WaitForTests)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'Slow tests are disabled'
> test_wait_for_with_big_step (unit.utils.test_timeout.WaitForTests)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'Slow tests are disabled'
> test_add_env (unit.utils.test_url.UrlTestCase)
> [CPU:100.0%|MEM:7.3%] Test adding a saltenv to a 'salt://' URL ... ok
> test_add_env_not_salt (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test not adding a saltenv to a non 'salt://' URL ... ok
> test_create_url (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test creating a 'salt://' URL ... ok
> test_create_url_saltenv (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test creating a 'salt://' URL with a saltenv ... ok
> test_escape_escaped_path (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test escaping an escaped path ... ok
> test_escape_escaped_url (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test testing an escaped 'salt://' URL ... ok
> test_escape_generic_url (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test testing an unescaped 'salt://' URL ... ok
> test_escape_unescaped_path (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test escaping an unescaped path ... ok
> test_escape_unescaped_url (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test testing an unescaped 'salt://' URL ... ok
> test_escape_windows (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test not escaping a 'salt://' URL on windows ... ok
> test_http_basic_auth (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Tests that adding basic auth to a URL works as expected ... ok
> test_http_basic_auth_https_only (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Tests that passing a non-https URL with https_only=True will raise a ... ok
> test_is_escaped_escaped_path (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test testing an escaped path ... ok
> test_is_escaped_escaped_url (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test testing an escaped 'salt://' URL ... ok
> test_is_escaped_generic_url (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test testing an unescaped 'salt://' URL ... ok
> test_is_escaped_unescaped_path (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test testing an unescaped path ... ok
> test_is_escaped_unescaped_url (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test testing an unescaped 'salt://' URL ... ok
> test_is_escaped_windows (unit.utils.test_url.UrlTestCase)
> [CPU:100.0%|MEM:7.3%] Test not testing a 'salt://' URL on windows ... ok
> test_parse_path (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test parsing an ordinary path ... ok
> test_parse_salt_saltenv (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test parsing a 'salt://' URL with a '?saltenv=' query ... ok
> test_parse_salt_url (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test parsing a 'salt://' URL ... ok
> test_redact_http_basic_auth (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_redact_non_auth_output (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_split_env (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test splitting a 'salt://' URL ... ok
> test_split_env_non_salt (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test not splitting a saltenv from a non 'salt://' URL ... ok
> test_strip_url_with_scheme (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test stripping of URL scheme ... ok
> test_strip_url_without_scheme (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test stripping of a URL without a scheme ... ok
> test_unescape_escaped_path (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test escaping an escaped path ... ok
> test_unescape_escaped_url (unit.utils.test_url.UrlTestCase)
> [CPU:100.0%|MEM:7.3%] Test testing an escaped 'salt://' URL ... ok
> test_unescape_generic_url (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test testing an unescaped 'salt://' URL ... ok
> test_unescape_unescaped_path (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test escaping an unescaped path ... ok
> test_unescape_unescaped_url (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test testing an unescaped 'salt://' URL ... ok
> test_unescape_windows (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test not escaping a 'salt://' URL on windows ... ok
> test_validate_invalid (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test URL invalid validation ... ok
> test_validate_valid (unit.utils.test_url.UrlTestCase)
> [CPU:0.0%|MEM:7.3%] Test URL valid validation ... ok
> test_chugid_and_umask (unit.utils.test_user.TestUser)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_cache_existing_cache_old (unit.utils.test_vault.TestVaultUtils)
> [CPU:0.0%|MEM:7.3%] test old cache file ... ok
> test_get_cache_existing_cache_valid (unit.utils.test_vault.TestVaultUtils)
> [CPU:0.0%|MEM:7.3%] test standard valid cache file ... ok
> test_get_cache_standard (unit.utils.test_vault.TestVaultUtils)
> [CPU:0.0%|MEM:7.3%] test standard first run of no cache file. Should generate new connection and write cache ... ok
> test_get_secret_path_metadata_no_cache (unit.utils.test_vault.TestVaultUtils)
> [CPU:50.0%|MEM:7.3%] test with no cache file ... ok
> test_make_request_single_use_token_run_auth_error (unit.utils.test_vault.TestVaultUtils)
> [CPU:0.0%|MEM:7.3%] Given single use token in __context__ and login error, function should request token and re-run ... ok
> test_make_request_single_use_token_run_ok (unit.utils.test_vault.TestVaultUtils)
> [CPU:33.3%|MEM:7.3%] Given single use token in __context__, function should run successful secret lookup with no other modifications ... ok
> test_multi_use_token_last_use (unit.utils.test_vault.TestVaultUtils)
> [CPU:0.0%|MEM:7.3%] Given last use of multi-use token, function should succeed and flush token cache ... ok
> test_multi_use_token_successful_run (unit.utils.test_vault.TestVaultUtils)
> [CPU:0.0%|MEM:7.3%] Given multi-use token, function should get secret and decrement token ... ok
> test_path_is_v2 (unit.utils.test_vault.TestVaultUtils)
> [CPU:0.0%|MEM:7.3%] Validated v2 path is detected as vault kv v2 ... ok
> test_unlimited_use_token_no_decrement (unit.utils.test_vault.TestVaultUtils)
> [CPU:0.0%|MEM:7.3%] Given unlimited-use token, function should succeed not del cache or decrement ... ok
> test_write_cache_multi_use_token (unit.utils.test_vault.TestVaultUtils)
> [CPU:100.0%|MEM:7.3%] Test write cache with multi-use token ... ok
> test_write_cache_standard (unit.utils.test_vault.TestVaultUtils)
> [CPU:0.0%|MEM:7.3%] Test write cache with standard single use token ... ok
> test_write_cache_unlimited_token (unit.utils.test_vault.TestVaultUtils)
> [CPU:0.0%|MEM:7.3%] Test write cache with unlimited use token ... ok
> test_clean_path_invalid (unit.utils.test_verify.TestCleanPath)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_clean_path_valid (unit.utils.test_verify.TestCleanPath)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_clean_path_symlinked_src (unit.utils.test_verify.TestCleanPathLink)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_clean_path_symlinked_tgt (unit.utils.test_verify.TestCleanPathLink)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_max_open_files (unit.utils.test_verify.TestVerify)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:06,242 [salt.utils.verify                                                      :498 ][CRITICAL] The number of accepted minion keys(196) should be lower than 1/4 of the max open files soft setting(256). According to the system's hard limit, there's still a margin of 1048380 to raise the salt's max_open_files setting. Please consider raising this value.
> 00:43:06,244 [salt.utils.verify                                                      :498 ][CRITICAL] The number of accepted minion keys(256) should be lower than 1/4 of the max open files soft setting(256). salt-master will crash pretty soon! According to the system's hard limit, there's still a margin of 1048320 to raise the salt's max_open_files setting. Please consider raising this value.
> ok
> test_no_user (unit.utils.test_verify.TestVerify)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_user (unit.utils.test_verify.TestVerify)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_valid_id_exception_handler (unit.utils.test_verify.TestVerify)
> [CPU:0.0%|MEM:7.3%] Ensure we just return False if we pass in invalid or undefined paths. ... ok
> test_valid_id_pathsep (unit.utils.test_verify.TestVerify)
> [CPU:0.0%|MEM:7.3%] Path separators in id should make it invalid ... ok
> test_verify_env (unit.utils.test_verify.TestVerify)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_verify_log (unit.utils.test_verify.TestVerify)
> [CPU:0.0%|MEM:7.3%] Test that verify_log works as expected ... ok
> test_verify_socket (unit.utils.test_verify.TestVerify)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_zmq_verify (unit.utils.test_verify.TestVerify)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_zmq_verify_insufficient (unit.utils.test_verify.TestVerify)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,255 [salt.utils.verify                                                      :88  ][CRITICAL] ZeroMQ python bindings >= 2.1.9 are required
> ok
> test_verify_log_files (unit.utils.test_verify.TestVerifyLog)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_verify_log_files_file_scheme (unit.utils.test_verify.TestVerifyLog)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_verify_log_files_tcp_scheme (unit.utils.test_verify.TestVerifyLog)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_verify_log_files_udp_scheme (unit.utils.test_verify.TestVerifyLog)
> [CPU:100.0%|MEM:7.3%]  ... ok
> test_verify_logs_filter (unit.utils.test_verify.TestVerifyLog)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_compare (unit.utils.test_versions.VersionFuncsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_kwargs_warn_until (unit.utils.test_versions.VersionFuncsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_kwargs_warn_until_warning_raised (unit.utils.test_versions.VersionFuncsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_warn_until_date_bad_strptime_format (unit.utils.test_versions.VersionFuncsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_warn_until_date_warning_raised (unit.utils.test_versions.VersionFuncsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_warn_until_warning_raised (unit.utils.test_versions.VersionFuncsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_cmp (unit.utils.test_versions.VersionTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_cmp_strict (unit.utils.test_versions.VersionTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_prerelease (unit.utils.test_versions.VersionTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_spelling_version_name (unit.utils.test_versions.VersionTestCase)
> [CPU:0.0%|MEM:7.3%] check the spelling of the version name for the release ... skipped 'Slow tests are disabled'
> test_add_license_arguments (unit.utils.test_vmware.AddLicenseTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_add_license_raises_no_permission (unit.utils.test_vmware.AddLicenseTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,279 [salt.utils.vmware                                                      :1717][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1715, in add_license
>     vmware_license = license_manager.AddLicense(key, [label])
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_add_license_raises_runtime_fault (unit.utils.test_vmware.AddLicenseTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,284 [salt.utils.vmware                                                      :1725][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1715, in add_license
>     vmware_license = license_manager.AddLicense(key, [label])
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_add_license_raises_vim_fault (unit.utils.test_vmware.AddLicenseTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:06,288 [salt.utils.vmware                                                      :1722][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1715, in add_license
>     vmware_license = license_manager.AddLicense(key, [label])
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_label_settings (unit.utils.test_vmware.AddLicenseTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_license_manager_passed_in (unit.utils.test_vmware.AddLicenseTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_no_license_manager_passed_in (unit.utils.test_vmware.AddLicenseTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_valid_license_added (unit.utils.test_vmware.AddLicenseTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_entity_name (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_instance_uuid (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_instance_uuid_raises_no_permission (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,327 [salt.utils.vmware                                                      :1864][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1862, in assign_license
>     entity_id = service_instance.content.about.instanceUuid
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_instance_uuid_raises_runtime_fault (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_instance_uuid_raises_vim_fault (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_license_assignment_manager_passed_in (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_no_license_assignment_manager_passed_in (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_update_assigned_licenses_call_with_entity (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_update_assigned_licenses_raises_no_permission (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,375 [salt.utils.vmware                                                      :1885][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1881, in assign_license
>     vmware_license = license_assignment_manager.UpdateAssignedLicense(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_update_assigned_licenses_raises_runtime_fault (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:25.0%|MEM:7.3%]  ... 00:43:06,384 [salt.utils.vmware                                                      :1893][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1881, in assign_license
>     vmware_license = license_assignment_manager.UpdateAssignedLicense(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_update_assigned_licenses_raises_vim_fault (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,392 [salt.utils.vmware                                                      :1890][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1881, in assign_license
>     vmware_license = license_assignment_manager.UpdateAssignedLicense(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_update_assigned_licenses_vcenter (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_valid_assignments (unit.utils.test_vmware.AssignLicenseTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_conversion_bad_input_argument_fault (unit.utils.test_vmware.ConvertToKbTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_gb_conversion_call (unit.utils.test_vmware.ConvertToKbTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_kb_conversion_call (unit.utils.test_vmware.ConvertToKbTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_mb_conversion_call (unit.utils.test_vmware.ConvertToKbTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_create_cluster_call (unit.utils.test_vmware.CreateClusterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_create_cluster_raise_no_permission (unit.utils.test_vmware.CreateClusterTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:06,427 [salt.utils.vmware                                                      :2041][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 2039, in create_cluster
>     dc_ref.hostFolder.CreateClusterEx(cluster_name, cluster_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_create_cluster_raise_runtime_fault (unit.utils.test_vmware.CreateClusterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,432 [salt.utils.vmware                                                      :2049][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 2039, in create_cluster
>     dc_ref.hostFolder.CreateClusterEx(cluster_name, cluster_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_create_cluster_raise_vim_fault (unit.utils.test_vmware.CreateClusterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,436 [salt.utils.vmware                                                      :2046][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 2039, in create_cluster
>     dc_ref.hostFolder.CreateClusterEx(cluster_name, cluster_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_get_managed_object_name (unit.utils.test_vmware.CreateClusterTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_create_datacenter_call (unit.utils.test_vmware.CreateDatacenterTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_create_datacenter_raise_no_permission (unit.utils.test_vmware.CreateDatacenterTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:06,449 [salt.utils.vmware                                                      :1967][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1965, in create_datacenter
>     dc_obj = root_folder.CreateDatacenter(datacenter_name)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_create_datacenter_raise_vim_fault (unit.utils.test_vmware.CreateDatacenterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,455 [salt.utils.vmware                                                      :1972][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1965, in create_datacenter
>     dc_obj = root_folder.CreateDatacenter(datacenter_name)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_create_datacenter_runtime_fault (unit.utils.test_vmware.CreateDatacenterTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,461 [salt.utils.vmware                                                      :1975][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1965, in create_datacenter
>     dc_obj = root_folder.CreateDatacenter(datacenter_name)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_datastore_successfully_created (unit.utils.test_vmware.CreateDatacenterTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_get_root_folder (unit.utils.test_vmware.CreateDatacenterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_create_dvporgroup_task (unit.utils.test_vmware.CreateDvportgroupTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_create_dvporgroup_task_raises_no_permission (unit.utils.test_vmware.CreateDvportgroupTestCase)
> [CPU:20.0%|MEM:7.3%]  ... 00:43:06,489 [salt.utils.vmware                                                      :1463][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1461, in create_dvportgroup
>     task = dvs_ref.CreateDVPortgroup_Task(spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_create_dvporgroup_task_raises_runtime_fault (unit.utils.test_vmware.CreateDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,494 [salt.utils.vmware                                                      :1471][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1461, in create_dvportgroup
>     task = dvs_ref.CreateDVPortgroup_Task(spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_create_dvporgroup_task_raises_vim_fault (unit.utils.test_vmware.CreateDvportgroupTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,499 [salt.utils.vmware                                                      :1468][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1461, in create_dvportgroup
>     task = dvs_ref.CreateDVPortgroup_Task(spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_get_managed_object_name_call (unit.utils.test_vmware.CreateDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_wait_for_tasks (unit.utils.test_vmware.CreateDvportgroupTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_create_dvs_task_passed_in_spec (unit.utils.test_vmware.CreateDvsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_create_dvs_task_raises_no_permission (unit.utils.test_vmware.CreateDvsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,521 [salt.utils.vmware                                                      :1282][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1280, in create_dvs
>     task = netw_folder_ref.CreateDVS_Task(dvs_create_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_create_dvs_task_raises_runtime_fault (unit.utils.test_vmware.CreateDvsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,529 [salt.utils.vmware                                                      :1290][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1280, in create_dvs
>     task = netw_folder_ref.CreateDVS_Task(dvs_create_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_create_dvs_task_raises_vim_fault (unit.utils.test_vmware.CreateDvsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,535 [salt.utils.vmware                                                      :1287][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1280, in create_dvs
>     task = netw_folder_ref.CreateDVS_Task(dvs_create_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_get_managed_object_name_call (unit.utils.test_vmware.CreateDvsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_network_folder (unit.utils.test_vmware.CreateDvsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_no_dvs_create_spec (unit.utils.test_vmware.CreateDvsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_wait_for_tasks (unit.utils.test_vmware.CreateDvsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_create_vm_host_task_call (unit.utils.test_vmware.CreateVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_create_vm_pool_task_call (unit.utils.test_vmware.CreateVirtualMachineTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_create_vm_raise_no_permission (unit.utils.test_vmware.CreateVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,574 [salt.utils.vmware                                                      :3814][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim.fault.NoPermission msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = ''
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3812, in create_vm
>     task = folder_object.CreateVM_Task(vm_config_spec, pool=resourcepool_object)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim.fault.NoPermission msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = ''
> }
> ok
> test_create_vm_raise_runtime_fault (unit.utils.test_vmware.CreateVirtualMachineTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,580 [salt.utils.vmware                                                      :3822][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vmodl.RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3812, in create_vm
>     task = folder_object.CreateVM_Task(vm_config_spec, pool=resourcepool_object)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vmodl.RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_create_vm_raise_vim_fault (unit.utils.test_vmware.CreateVirtualMachineTestCase)
> [CPU:26.2%|MEM:7.3%]  ... 00:43:06,893 [salt.utils.vmware                                                      :3819][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim.fault.VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3812, in create_vm
>     task = folder_object.CreateVM_Task(vm_config_spec, pool=resourcepool_object)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim.fault.VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_create_vm_wait_for_task (unit.utils.test_vmware.CreateVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_destroy_vm_raise_runtime_fault (unit.utils.test_vmware.DeleteVirtualMachineTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,904 [salt.utils.vmware                                                      :3931][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vmodl.RuntimeFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3921, in delete_vm
>     task = vm_ref.Destroy_Task()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vmodl.RuntimeFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_destroy_vm_raise_vim_fault (unit.utils.test_vmware.DeleteVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,909 [salt.utils.vmware                                                      :3928][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim.fault.VimFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3921, in delete_vm
>     task = vm_ref.Destroy_Task()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim.fault.VimFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_destroy_vm_task_call (unit.utils.test_vmware.DeleteVirtualMachineTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_destroy_vm_wait_for_task (unit.utils.test_vmware.DeleteVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_disconnect (unit.utils.test_vmware.DisconnectTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_disconnect_raise_no_permission (unit.utils.test_vmware.DisconnectTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:06,925 [salt.utils.vmware                                                      :556 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 554, in disconnect
>     Disconnect(service_instance)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_disconnect_raise_runtime_fault (unit.utils.test_vmware.DisconnectTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,928 [salt.utils.vmware                                                      :564 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 554, in disconnect
>     Disconnect(service_instance)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_disconnect_raise_vim_fault (unit.utils.test_vmware.DisconnectTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:06,931 [salt.utils.vmware                                                      :561 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 554, in disconnect
>     Disconnect(service_instance)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_entity_name (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_instance_uuid (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_instance_uuid_raises_no_permission (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,949 [salt.utils.vmware                                                      :1770][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1768, in get_assigned_licenses
>     entity_id = service_instance.content.about.instanceUuid
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_instance_uuid_raises_runtime_fault (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,954 [salt.utils.vmware                                                      :1779][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1768, in get_assigned_licenses
>     entity_id = service_instance.content.about.instanceUuid
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_instance_uuid_raises_vim_fault (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,960 [salt.utils.vmware                                                      :1776][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1768, in get_assigned_licenses
>     entity_id = service_instance.content.about.instanceUuid
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_license_assignment_manager_passed_in (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_no_license_assignment_manager_passed_in (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_query_assigned_licenses_raises_no_permission (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,978 [salt.utils.vmware                                                      :1788][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1786, in get_assigned_licenses
>     assignments = license_assignment_manager.QueryAssignedLicenses(entity_id)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_query_assigned_licenses_raises_runtime_fault (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:06,985 [salt.utils.vmware                                                      :1796][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1786, in get_assigned_licenses
>     assignments = license_assignment_manager.QueryAssignedLicenses(entity_id)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_query_assigned_licenses_raises_vim_fault (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:06,991 [salt.utils.vmware                                                      :1793][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1786, in get_assigned_licenses
>     assignments = license_assignment_manager.QueryAssignedLicenses(entity_id)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_query_assigned_licenses_vcenter (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_query_assigned_licenses_with_entity (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_valid_assignments (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_vcenter_entity_too_many_assignements (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_wrong_vcenter_name (unit.utils.test_vmware.GetAssignedLicensesTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_cluster_found (unit.utils.test_vmware.GetClusterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_cluster_not_found (unit.utils.test_vmware.GetClusterTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_managed_object_name_call (unit.utils.test_vmware.GetClusterTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_get_mors_with_properties_call (unit.utils.test_vmware.GetClusterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_mors_with_properties_returns_empty_array (unit.utils.test_vmware.GetClusterTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_service_instance_from_managed_object (unit.utils.test_vmware.GetClusterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_traversal_spec_init (unit.utils.test_vmware.GetClusterTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_create_container_view_raise_no_permission (unit.utils.test_vmware.GetContentTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,064 [salt.utils.vmware                                                      :907 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 903, in get_content
>     obj_ref = service_instance.content.viewManager.CreateContainerView(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_create_container_view_raise_runtime_fault (unit.utils.test_vmware.GetContentTestCase)
> [CPU:25.0%|MEM:7.3%]  ... 00:43:07,073 [salt.utils.vmware                                                      :916 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 903, in get_content
>     obj_ref = service_instance.content.viewManager.CreateContainerView(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_create_container_view_raise_vim_fault (unit.utils.test_vmware.GetContentTestCase)
> [CPU:25.0%|MEM:7.3%]  ... 00:43:07,082 [salt.utils.vmware                                                      :913 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 903, in get_content
>     obj_ref = service_instance.content.viewManager.CreateContainerView(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_defined_container_ref (unit.utils.test_vmware.GetContentTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_destroy_raise_no_permission (unit.utils.test_vmware.GetContentTestCase)
> [CPU:25.0%|MEM:7.3%]  ... 00:43:07,102 [salt.utils.vmware                                                      :969 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 967, in get_content
>     obj_ref.Destroy()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_destroy_raise_runtime_fault (unit.utils.test_vmware.GetContentTestCase)
> [CPU:40.0%|MEM:7.3%]  ... 00:43:07,111 [salt.utils.vmware                                                      :978 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 967, in get_content
>     obj_ref.Destroy()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_destroy_raise_vim_fault (unit.utils.test_vmware.GetContentTestCase)
> [CPU:25.0%|MEM:7.3%]  ... 00:43:07,121 [salt.utils.vmware                                                      :975 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 967, in get_content
>     obj_ref.Destroy()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_empty_container_ref (unit.utils.test_vmware.GetContentTestCase)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_external_traversal_spec (unit.utils.test_vmware.GetContentTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_local_properties_set (unit.utils.test_vmware.GetContentTestCase)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_local_traversal_spec (unit.utils.test_vmware.GetContentTestCase)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_property_obj_filter_specs_and_contents (unit.utils.test_vmware.GetContentTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_retrieve_contents_raise_no_permission (unit.utils.test_vmware.GetContentTestCase)
> [CPU:25.0%|MEM:7.3%]  ... 00:43:07,176 [salt.utils.vmware                                                      :953 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 949, in get_content
>     content = service_instance.content.propertyCollector.RetrieveContents(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_retrieve_contents_raise_runtime_fault (unit.utils.test_vmware.GetContentTestCase)
> [CPU:25.0%|MEM:7.3%]  ... 00:43:07,185 [salt.utils.vmware                                                      :961 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 949, in get_content
>     content = service_instance.content.propertyCollector.RetrieveContents(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_retrieve_contents_raise_vim_fault (unit.utils.test_vmware.GetContentTestCase)
> [CPU:25.0%|MEM:7.3%]  ... 00:43:07,195 [salt.utils.vmware                                                      :958 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 949, in get_content
>     content = service_instance.content.propertyCollector.RetrieveContents(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_get_datacenter_return (unit.utils.test_vmware.GetDatacenterTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_datacenters_call (unit.utils.test_vmware.GetDatacenterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_no_datacenters_returned (unit.utils.test_vmware.GetDatacenterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_datastore_found (unit.utils.test_vmware.GetDatacentersTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_datastore_not_found (unit.utils.test_vmware.GetDatacentersTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_get_all_datastores (unit.utils.test_vmware.GetDatacentersTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_mors_with_properties_call (unit.utils.test_vmware.GetDatacentersTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_mors_with_properties_returns_empty_array (unit.utils.test_vmware.GetDatacentersTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_no_parameters (unit.utils.test_vmware.GetDatacentersTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_backing_disks_no_mount_info (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_cluster_traversal_spec (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_datacenter_traversal_spec (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_get_all_datastores (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_datastores_filtered_by_backing_disk (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_datastores_filtered_by_both_name_and_backing_disk (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_datastores_filtered_by_name (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_mors_with_properties (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_mount_info_call (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_no_datastores (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_reference_name_call (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_storage_system_call (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_host_traversal_spec (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_root_folder_traversal_spec (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_unsupported_reference_type (unit.utils.test_vmware.GetDatastoresTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_filtered_pgs (unit.utils.test_vmware.GetDvportgroupsTestCase)
> [CPU:25.0%|MEM:7.3%]  ... ok
> test_get_all_pgs (unit.utils.test_vmware.GetDvportgroupsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_managed_object_name_call (unit.utils.test_vmware.GetDvportgroupsTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_get_mors_with_properties (unit.utils.test_vmware.GetDvportgroupsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_no_pgs (unit.utils.test_vmware.GetDvportgroupsTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_traversal_spec_datacenter_parent (unit.utils.test_vmware.GetDvportgroupsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_traversal_spec_dvs_parent (unit.utils.test_vmware.GetDvportgroupsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_unsupported_parrent (unit.utils.test_vmware.GetDvportgroupsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_filtered_all_dvss (unit.utils.test_vmware.GetDvssTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_all_dvss (unit.utils.test_vmware.GetDvssTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_get_managed_object_name_call (unit.utils.test_vmware.GetDvssTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_mors_with_properties (unit.utils.test_vmware.GetDvssTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_no_dvss (unit.utils.test_vmware.GetDvssTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_traversal_spec (unit.utils.test_vmware.GetDvssTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_cluster_no_datacenter (unit.utils.test_vmware.GetHostsTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_filter_cluster (unit.utils.test_vmware.GetHostsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_filter_hostname (unit.utils.test_vmware.GetHostsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_all_host_flag_not_set_and_no_host_names (unit.utils.test_vmware.GetHostsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_si_datacenter_name_and_cluster_name (unit.utils.test_vmware.GetHostsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_si_datacenter_name_no_cluster_name (unit.utils.test_vmware.GetHostsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_si_no_datacenter_no_cluster (unit.utils.test_vmware.GetHostsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_host_get_all_hosts (unit.utils.test_vmware.GetHostsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_no_hosts (unit.utils.test_vmware.GetHostsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_one_host_returned (unit.utils.test_vmware.GetHostsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_empty_license_assignment_manager (unit.utils.test_vmware.GetLicenseAssignmentManagerTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_raise_no_permission (unit.utils.test_vmware.GetLicenseAssignmentManagerTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:07,488 [salt.utils.vmware                                                      :1644][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1641, in get_license_assignment_manager
>     service_instance.content.licenseManager.licenseAssignmentManager
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_raise_runtime_fault (unit.utils.test_vmware.GetLicenseAssignmentManagerTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,492 [salt.utils.vmware                                                      :1652][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1641, in get_license_assignment_manager
>     service_instance.content.licenseManager.licenseAssignmentManager
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_raise_vim_fault (unit.utils.test_vmware.GetLicenseAssignmentManagerTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:07,496 [salt.utils.vmware                                                      :1649][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1641, in get_license_assignment_manager
>     service_instance.content.licenseManager.licenseAssignmentManager
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_valid_assignment_manager (unit.utils.test_vmware.GetLicenseAssignmentManagerTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_raise_no_permission (unit.utils.test_vmware.GetLicenseManagerTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,503 [salt.utils.vmware                                                      :1617][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1615, in get_license_manager
>     lic_manager = service_instance.content.licenseManager
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_raise_runtime_fault (unit.utils.test_vmware.GetLicenseManagerTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:07,507 [salt.utils.vmware                                                      :1625][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1615, in get_license_manager
>     lic_manager = service_instance.content.licenseManager
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_raise_vim_fault (unit.utils.test_vmware.GetLicenseManagerTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,510 [salt.utils.vmware                                                      :1622][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1615, in get_license_manager
>     lic_manager = service_instance.content.licenseManager
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_valid_assignment_manager (unit.utils.test_vmware.GetLicenseManagerTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_license_manager_passed_in (unit.utils.test_vmware.GetLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_no_license_manager_passed_in (unit.utils.test_vmware.GetLicensesTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_raise_no_permission (unit.utils.test_vmware.GetLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,526 [salt.utils.vmware                                                      :1679][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1677, in get_licenses
>     return license_manager.licenses
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_raise_runtime_fault (unit.utils.test_vmware.GetLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,531 [salt.utils.vmware                                                      :1687][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1677, in get_licenses
>     return license_manager.licenses
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_raise_vim_fault (unit.utils.test_vmware.GetLicensesTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:07,534 [salt.utils.vmware                                                      :1684][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1677, in get_licenses
>     return license_manager.licenses
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_valid_licenses (unit.utils.test_vmware.GetLicensesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_properties_of_managed_object_call (unit.utils.test_vmware.GetManagedObjectName)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_no_name_in_property_dict (unit.utils.test_vmware.GetManagedObjectName)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_return_managed_object_name (unit.utils.test_vmware.GetManagedObjectName)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_empty_content (unit.utils.test_vmware.GetMorsWithPropertiesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_local_properties_set (unit.utils.test_vmware.GetMorsWithPropertiesTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_multiple_element_content (unit.utils.test_vmware.GetMorsWithPropertiesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_one_elem_multiple_properties (unit.utils.test_vmware.GetMorsWithPropertiesTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_one_elem_one_property (unit.utils.test_vmware.GetMorsWithPropertiesTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_one_element_content (unit.utils.test_vmware.GetMorsWithPropertiesTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_get_managed_object_name_call (unit.utils.test_vmware.GetNetworkFolderTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_mors_with_properties (unit.utils.test_vmware.GetNetworkFolderTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_network_folder (unit.utils.test_vmware.GetNetworkFolderTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_no_network_folder (unit.utils.test_vmware.GetNetworkFolderTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_traversal_spec (unit.utils.test_vmware.GetNetworkFolderTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_get_new_stub (unit.utils.test_vmware.GetNewServiceInstanceStub)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_new_stub_2_7_8_python (unit.utils.test_vmware.GetNewServiceInstanceStub)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_new_stub_returned (unit.utils.test_vmware.GetNewServiceInstanceStub)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_session_cookie_in_context (unit.utils.test_vmware.GetNewServiceInstanceStub)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_ssl_default_context_loaded (unit.utils.test_vmware.GetNewServiceInstanceStub)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_ssl_default_context_not_loaded (unit.utils.test_vmware.GetNewServiceInstanceStub)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_get_mors_with_properties_calls (unit.utils.test_vmware.GetPropertiesOfManagedObjectTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_service_instance_from_managed_object_call (unit.utils.test_vmware.GetPropertiesOfManagedObjectTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_managed_object_no_name_property (unit.utils.test_vmware.GetPropertiesOfManagedObjectTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_no_items_named_object (unit.utils.test_vmware.GetPropertiesOfManagedObjectTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_raise_no_permission (unit.utils.test_vmware.GetRootFolderTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,651 [salt.utils.vmware                                                      :842 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 840, in get_root_folder
>     return service_instance.RetrieveContent().rootFolder
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_raise_runtime_fault (unit.utils.test_vmware.GetRootFolderTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:43:07,656 [salt.utils.vmware                                                      :850 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 840, in get_root_folder
>     return service_instance.RetrieveContent().rootFolder
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_raise_vim_fault (unit.utils.test_vmware.GetRootFolderTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:07,660 [salt.utils.vmware                                                      :847 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 840, in get_root_folder
>     return service_instance.RetrieveContent().rootFolder
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_return (unit.utils.test_vmware.GetRootFolderTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_about_raises_no_permission (unit.utils.test_vmware.GetServiceInfoTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,669 [salt.utils.vmware                                                      :611 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 609, in get_service_info
>     return service_instance.content.about
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_about_raises_runtime_fault (unit.utils.test_vmware.GetServiceInfoTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:07,672 [salt.utils.vmware                                                      :619 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 609, in get_service_info
>     return service_instance.content.about
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_about_raises_vim_fault (unit.utils.test_vmware.GetServiceInfoTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,676 [salt.utils.vmware                                                      :616 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 609, in get_service_info
>     return service_instance.content.about
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_about_ret (unit.utils.test_vmware.GetServiceInfoTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_default_name_parameter (unit.utils.test_vmware.GetServiceInstanceFromManagedObjectTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_name_parameter_passed_in (unit.utils.test_vmware.GetServiceInstanceFromManagedObjectTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_service_instance_instantiation (unit.utils.test_vmware.GetServiceInstanceFromManagedObjectTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_si_return_and_stub_assignment (unit.utils.test_vmware.GetServiceInstanceFromManagedObjectTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_cached_service_instance_different_host (unit.utils.test_vmware.GetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_current_time_raise_no_permission (unit.utils.test_vmware.GetServiceInstanceTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:07,703 [salt.utils.vmware                                                      :474 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 466, in get_service_instance
>     service_instance.CurrentTime()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_current_time_raise_runtime_fault (unit.utils.test_vmware.GetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,707 [salt.utils.vmware                                                      :482 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 466, in get_service_instance
>     service_instance.CurrentTime()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_current_time_raise_vim_fault (unit.utils.test_vmware.GetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,712 [salt.utils.vmware                                                      :479 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 466, in get_service_instance
>     service_instance.CurrentTime()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_default_params (unit.utils.test_vmware.GetServiceInstanceTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_no_cached_service_instance_same_host_on_proxy (unit.utils.test_vmware.GetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_unauthenticated_service_instance (unit.utils.test_vmware.GetServiceInstanceTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_uncached_service_instance (unit.utils.test_vmware.GetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_empty_mors_result (unit.utils.test_vmware.GetStorageSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_mors_with_properties (unit.utils.test_vmware.GetStorageSystemTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_hostname_argument (unit.utils.test_vmware.GetStorageSystemTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_no_hostname_argument (unit.utils.test_vmware.GetStorageSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_traversal_spec (unit.utils.test_vmware.GetStorageSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_valid_mors_result (unit.utils.test_vmware.GetStorageSystemTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_get_managed_object_name_call (unit.utils.test_vmware.GetUplinkDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_mors_with_properties (unit.utils.test_vmware.GetUplinkDvportgroupTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_no_uplink_pg (unit.utils.test_vmware.GetUplinkDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_uplink_pg (unit.utils.test_vmware.GetUplinkDvportgroupTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_traversal_spec (unit.utils.test_vmware.GetUplinkDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_context_extablished (unit.utils.test_vmware.GssapiTokenTest)
> [CPU:33.3%|MEM:7.3%]  ... skipped "The 'gssapi' library is missing"
> test_no_gssapi (unit.utils.test_vmware.GssapiTokenTest)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'gssapi' library is missing"
> test_out_token_defined (unit.utils.test_vmware.GssapiTokenTest)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'gssapi' library is missing"
> test_out_token_undefined (unit.utils.test_vmware.GssapiTokenTest)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'gssapi' library is missing"
> test_service_name (unit.utils.test_vmware.GssapiTokenTest)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'gssapi' library is missing"
> test_api_type_raise_no_permission (unit.utils.test_vmware.IsConnectionToAVCenterTestCase)
> [CPU:100.0%|MEM:7.3%]  ... 00:43:07,793 [salt.utils.vmware                                                      :579 ][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 577, in is_connection_to_a_vcenter
>     api_type = service_instance.content.about.apiType
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_api_type_raise_runtime_fault (unit.utils.test_vmware.IsConnectionToAVCenterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,796 [salt.utils.vmware                                                      :587 ][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 577, in is_connection_to_a_vcenter
>     api_type = service_instance.content.about.apiType
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_api_type_raise_vim_fault (unit.utils.test_vmware.IsConnectionToAVCenterTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:07,799 [salt.utils.vmware                                                      :584 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 577, in is_connection_to_a_vcenter
>     api_type = service_instance.content.about.apiType
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_connected_to_a_host (unit.utils.test_vmware.IsConnectionToAVCenterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_connected_to_a_vcenter (unit.utils.test_vmware.IsConnectionToAVCenterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_connected_to_invalid_entity (unit.utils.test_vmware.IsConnectionToAVCenterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_first_attempt_successful_connection (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_first_attempt_unsuccessful_connection_default_error (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:07,815 [salt.utils.vmware                                                      :321 ][ERROR   ] Exception
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 275, in _get_service_instance
>     service_instance = SmartConnect(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> Exception: Exception
> ok
> test_first_attempt_unsuccessful_connection_vim_fault (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,818 [salt.utils.vmware                                                      :321 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 275, in _get_service_instance
>     service_instance = SmartConnect(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_invalid_mechianism (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_second_attempt_successful_connection (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_second_attempt_unsuccsessful_connection_default_error (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_second_attempt_unsuccsessful_connection_vim_fault (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_sspi_empty_domain (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_sspi_empty_principal (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_sspi_get_token_error (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_sspi_get_token_success_ (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_third_attempt_successful_connection (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_third_attempt_unsuccessful_connection_detault_error (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:07,854 [salt.utils.vmware                                                      :341 ][ERROR   ] Exception
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 275, in _get_service_instance
>     service_instance = SmartConnect(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1144, in _execute_mock_call
>     raise result
> pyVmomi.VmomiSupport.vim.fault.HostConnectFault: (vim.fault.HostConnectFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = '[SSL: CERTIFICATE_VERIFY_FAILED]',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 306, in _get_service_instance
>     service_instance = SmartConnect(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1144, in _execute_mock_call
>     raise result
> Exception: certificate verify failed
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 330, in _get_service_instance
>     service_instance = SmartConnect(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1144, in _execute_mock_call
>     raise result
> Exception: Exception
> ok
> test_third_attempt_unsuccessful_connection_vim_fault (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:07,859 [salt.utils.vmware                                                      :341 ][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 275, in _get_service_instance
>     service_instance = SmartConnect(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1144, in _execute_mock_call
>     raise result
> pyVmomi.VmomiSupport.vim.fault.HostConnectFault: (vim.fault.HostConnectFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = '[SSL: CERTIFICATE_VERIFY_FAILED]',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 306, in _get_service_instance
>     service_instance = SmartConnect(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1144, in _execute_mock_call
>     raise result
> Exception: certificate verify failed
> 
> During handling of the above exception, another exception occurred:
> 
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 330, in _get_service_instance
>     service_instance = SmartConnect(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1144, in _execute_mock_call
>     raise result
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_userpass_mech_domain_unused (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_userpass_mechanism_empty_password (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_userpass_mechanism_empty_username (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_userpass_mechanism_no_domain (unit.utils.test_vmware.PrivateGetServiceInstanceTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_register_vm_host_task_call (unit.utils.test_vmware.RegisterVirtualMachineTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_register_vm_pool_task_call (unit.utils.test_vmware.RegisterVirtualMachineTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_register_vm_raise_no_permission (unit.utils.test_vmware.RegisterVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,164 [salt.utils.vmware                                                      :3862][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = ''
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3858, in register_vm
>     task = datacenter.vmFolder.RegisterVM_Task(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = ''
> }
> ok
> test_register_vm_raise_runtime_fault (unit.utils.test_vmware.RegisterVirtualMachineTestCase)
> [CPU:25.4%|MEM:7.3%]  ... 00:43:08,170 [salt.utils.vmware                                                      :3870][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vmodl.RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3858, in register_vm
>     task = datacenter.vmFolder.RegisterVM_Task(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vmodl.RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_register_vm_raise_vim_fault (unit.utils.test_vmware.RegisterVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,176 [salt.utils.vmware                                                      :3867][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim.fault.VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3858, in register_vm
>     task = datacenter.vmFolder.RegisterVM_Task(
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim.fault.VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_register_vm_wait_for_task (unit.utils.test_vmware.RegisterVirtualMachineTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_destroy_task (unit.utils.test_vmware.RemoveDvportgroupTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_destroy_task_raises_no_permission (unit.utils.test_vmware.RemoveDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,195 [salt.utils.vmware                                                      :1516][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1514, in remove_dvportgroup
>     task = portgroup_ref.Destroy_Task()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_destroy_treconfigure_dvporgroup_task_raises_runtime_fault (unit.utils.test_vmware.RemoveDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,199 [salt.utils.vmware                                                      :1524][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1514, in remove_dvportgroup
>     task = portgroup_ref.Destroy_Task()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_destroy_treconfigure_dvporgroup_task_raises_vim_fault (unit.utils.test_vmware.RemoveDvportgroupTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:08,203 [salt.utils.vmware                                                      :1521][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1514, in remove_dvportgroup
>     task = portgroup_ref.Destroy_Task()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_get_managed_object_name_call (unit.utils.test_vmware.RemoveDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_wait_for_tasks (unit.utils.test_vmware.RemoveDvportgroupTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_datastore_name_call (unit.utils.test_vmware.RenameDatastoreTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_rename_datastore (unit.utils.test_vmware.RenameDatastoreTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_rename_datastore_raise_no_permission (unit.utils.test_vmware.RenameDatastoreTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:08,222 [salt.utils.vmware                                                      :2339][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 2337, in rename_datastore
>     datastore_ref.RenameDatastore(new_datastore_name)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_rename_datastore_raise_runtime_fault (unit.utils.test_vmware.RenameDatastoreTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,225 [salt.utils.vmware                                                      :2347][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'runtime_fault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 2337, in rename_datastore
>     datastore_ref.RenameDatastore(new_datastore_name)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'runtime_fault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_rename_datastore_raise_vim_fault (unit.utils.test_vmware.RenameDatastoreTestCase)
> [CPU:100.0%|MEM:7.3%]  ... 00:43:08,228 [salt.utils.vmware                                                      :2344][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim_fault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 2337, in rename_datastore
>     datastore_ref.RenameDatastore(new_datastore_name)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim_fault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_enable_network_resource_management (unit.utils.test_vmware.SetDvsNetworkResourceManagementEnabledTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_enable_network_resource_management_raises_no_permission (unit.utils.test_vmware.SetDvsNetworkResourceManagementEnabledTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,234 [salt.utils.vmware                                                      :1343][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1341, in set_dvs_network_resource_management_enabled
>     dvs_ref.EnableNetworkResourceManagement(enable=enabled)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_enable_network_resource_management_raises_runtime_fault (unit.utils.test_vmware.SetDvsNetworkResourceManagementEnabledTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,238 [salt.utils.vmware                                                      :1351][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1341, in set_dvs_network_resource_management_enabled
>     dvs_ref.EnableNetworkResourceManagement(enable=enabled)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_enable_network_resource_management_raises_vim_fault (unit.utils.test_vmware.SetDvsNetworkResourceManagementEnabledTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:08,241 [salt.utils.vmware                                                      :1348][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1341, in set_dvs_network_resource_management_enabled
>     dvs_ref.EnableNetworkResourceManagement(enable=enabled)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_get_managed_object_name_call (unit.utils.test_vmware.SetDvsNetworkResourceManagementEnabledTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_unregister_vm_raise_runtime_fault (unit.utils.test_vmware.UnregisterVirtualMachineTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_unregister_vm_raise_vim_fault (unit.utils.test_vmware.UnregisterVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_unregister_vm_task_call (unit.utils.test_vmware.UnregisterVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_managed_object_name (unit.utils.test_vmware.UpdateClusterTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_reconfigure_compute_resource_raise_no_permission (unit.utils.test_vmware.UpdateClusterTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:08,264 [salt.utils.vmware                                                      :2069][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 2067, in update_cluster
>     task = cluster_ref.ReconfigureComputeResource_Task(cluster_spec, modify=True)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_reconfigure_compute_resource_raise_runtime_fault (unit.utils.test_vmware.UpdateClusterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,268 [salt.utils.vmware                                                      :2077][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 2067, in update_cluster
>     task = cluster_ref.ReconfigureComputeResource_Task(cluster_spec, modify=True)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_reconfigure_compute_resource_raise_vim_fault (unit.utils.test_vmware.UpdateClusterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,272 [salt.utils.vmware                                                      :2074][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 2067, in update_cluster
>     task = cluster_ref.ReconfigureComputeResource_Task(cluster_spec, modify=True)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_reconfigure_compute_resource_task_call (unit.utils.test_vmware.UpdateClusterTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_wait_for_task_call (unit.utils.test_vmware.UpdateClusterTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_managed_object_name_call (unit.utils.test_vmware.UpdateDvportgroupTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_reconfigure_dvporgroup_task (unit.utils.test_vmware.UpdateDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_reconfigure_dvporgroup_task_raises_no_permission (unit.utils.test_vmware.UpdateDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,295 [salt.utils.vmware                                                      :1491][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1489, in update_dvportgroup
>     task = portgroup_ref.ReconfigureDVPortgroup_Task(spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_reconfigure_dvporgroup_task_raises_runtime_fault (unit.utils.test_vmware.UpdateDvportgroupTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:08,299 [salt.utils.vmware                                                      :1499][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1489, in update_dvportgroup
>     task = portgroup_ref.ReconfigureDVPortgroup_Task(spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_reconfigure_dvporgroup_task_raises_vim_fault (unit.utils.test_vmware.UpdateDvportgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,303 [salt.utils.vmware                                                      :1496][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1489, in update_dvportgroup
>     task = portgroup_ref.ReconfigureDVPortgroup_Task(spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_wait_for_tasks (unit.utils.test_vmware.UpdateDvportgroupTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_get_managed_object_name_call (unit.utils.test_vmware.UpdateDvsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_reconfigure_dvs_task (unit.utils.test_vmware.UpdateDvsTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_reconfigure_dvs_task_raises_no_permission (unit.utils.test_vmware.UpdateDvsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,322 [salt.utils.vmware                                                      :1311][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1309, in update_dvs
>     task = dvs_ref.ReconfigureDvs_Task(dvs_config_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_reconfigure_dvs_task_raises_runtime_fault (unit.utils.test_vmware.UpdateDvsTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:08,326 [salt.utils.vmware                                                      :1319][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1309, in update_dvs
>     task = dvs_ref.ReconfigureDvs_Task(dvs_config_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_reconfigure_dvs_task_raises_vim_fault (unit.utils.test_vmware.UpdateDvsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,331 [salt.utils.vmware                                                      :1316][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 1309, in update_dvs
>     task = dvs_ref.ReconfigureDvs_Task(dvs_config_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_wait_for_tasks (unit.utils.test_vmware.UpdateDvsTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_update_vm_raise_runtime_fault (unit.utils.test_vmware.UpdateVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:43:08,339 [salt.utils.vmware                                                      :3905][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vmodl.RuntimeFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3895, in update_vm
>     task = vm_ref.ReconfigVM_Task(vm_config_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vmodl.RuntimeFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_update_vm_raise_vim_fault (unit.utils.test_vmware.UpdateVirtualMachineTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:43:08,344 [salt.utils.vmware                                                      :3902][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim.fault.VimFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3895, in update_vm
>     task = vm_ref.ReconfigVM_Task(vm_config_spec)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'vim.fault.VimFault',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_update_vm_task_call (unit.utils.test_vmware.UpdateVirtualMachineTestCase)
> [CPU:33.3%|MEM:7.3%]  ... ok
> test_update_vm_wait_for_task (unit.utils.test_vmware.UpdateVirtualMachineTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_first_task_info_raise_no_permission (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:33.3%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3386][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3384, in wait_for_task
>     task_info = task.info
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_first_task_info_raise_runtime_fault (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3397][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3384, in wait_for_task
>     task_info = task.info
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_first_task_info_raise_vim_fault (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3394][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3384, in wait_for_task
>     task_info = task.info
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_info_error_exception (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_info_error_invalid_argument_no_fault_message (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3457][ERROR   ] (vmodl.fault.InvalidArgument) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'InvalidArgumentFault msg',
>    faultCause = <unset>,
>    faultMessage = <unset>,
>    invalidProperty = <unset>
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3440, in wait_for_task
>     raise task_info.error
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.fault.InvalidArgument: (vmodl.fault.InvalidArgument) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'InvalidArgumentFault msg',
>    faultCause = <unset>,
>    faultMessage = <unset>,
>    invalidProperty = <unset>
> }
> ok
> test_info_error_invalid_argument_with_fault_message (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3457][ERROR   ] (vmodl.fault.InvalidArgument) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'InvalidArgumentFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [
>       (vmodl.LocalizableMessage) {
>          dynamicType = <unset>,
>          dynamicProperty = (vmodl.DynamicProperty) [],
>          key = '',
>          arg = (vmodl.KeyAnyValue) [],
>          message = 'LocalFault msg'
>       }
>    ],
>    invalidProperty = <unset>
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3440, in wait_for_task
>     raise task_info.error
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.fault.InvalidArgument: (vmodl.fault.InvalidArgument) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'InvalidArgumentFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [
>       (vmodl.LocalizableMessage) {
>          dynamicType = <unset>,
>          dynamicProperty = (vmodl.DynamicProperty) [],
>          key = '',
>          arg = (vmodl.KeyAnyValue) [],
>          message = 'LocalFault msg'
>       }
>    ],
>    invalidProperty = <unset>
> }
> ok
> test_info_error_no_permission (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3442][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3440, in wait_for_task
>     raise task_info.error
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_info_error_system_fault (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3454][ERROR   ] (vmodl.fault.SystemError) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'SystemError msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    reason = ''
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3440, in wait_for_task
>     raise task_info.error
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vmodl.fault.SystemError: (vmodl.fault.SystemError) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'SystemError msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    reason = ''
> }
> ok
> test_info_error_vim_fault (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3451][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3440, in wait_for_task
>     raise task_info.error
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1140, in _execute_mock_call
>     raise effect
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_info_state_queued_continues_loop (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_info_state_running (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_info_state_running_continues_loop (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_info_state_success (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:50.0%|MEM:7.3%]  ... ok
> test_inner_loop_task_info_raise_no_permission (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3413][ERROR   ] (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3411, in wait_for_task
>     task_info = task.info
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1144, in _execute_mock_call
>     raise result
> pyVmomi.VmomiSupport.vim.fault.NoPermission: (vim.fault.NoPermission) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = <unset>,
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) [],
>    object = <unset>,
>    privilegeId = 'Fake privilege'
> }
> ok
> test_inner_loop_task_info_raise_runtime_fault (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:0.0%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3425][ERROR   ] (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3411, in wait_for_task
>     task_info = task.info
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1144, in _execute_mock_call
>     raise result
> pyVmomi.VmomiSupport.vmodl.RuntimeFault: (vmodl.RuntimeFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'RuntimeFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test_inner_loop_task_info_raise_vim_fault (unit.utils.test_vmware.WaitForTaskTestCase)
> [CPU:50.0%|MEM:7.3%]  ... 00:00:01,000 [salt.utils.vmware                                                      :3422][ERROR   ] (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/utils/vmware.py", line 3411, in wait_for_task
>     task_info = task.info
>   File "/usr/lib/python3.8/unittest/mock.py", line 2828, in __get__
>     return self()
>   File "/usr/lib/python3.8/unittest/mock.py", line 1081, in __call__
>     return self._mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1085, in _mock_call
>     return self._execute_mock_call(*args, **kwargs)
>   File "/usr/lib/python3.8/unittest/mock.py", line 1144, in _execute_mock_call
>     raise result
> pyVmomi.VmomiSupport.vim.fault.VimFault: (vim.fault.VimFault) {
>    dynamicType = <unset>,
>    dynamicProperty = (vmodl.DynamicProperty) [],
>    msg = 'VimFault msg',
>    faultCause = <unset>,
>    faultMessage = (vmodl.LocalizableMessage) []
> }
> ok
> test__wait_for_tasks (unit.utils.test_vsan.AddCapacityToDiskGroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_hostname (unit.utils.test_vsan.AddCapacityToDiskGroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_initialize_disk_mapping (unit.utils.test_vsan.AddCapacityToDiskGroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_initialize_disk_mapping_raise_method_not_found (unit.utils.test_vsan.AddCapacityToDiskGroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_initialize_disk_mapping_raise_no_permission (unit.utils.test_vsan.AddCapacityToDiskGroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_initialize_disk_mapping_raise_runtime_fault (unit.utils.test_vsan.AddCapacityToDiskGroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_initialize_disk_mapping_raise_vim_fault (unit.utils.test_vsan.AddCapacityToDiskGroupTestCase)
> [CPU:100.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_result (unit.utils.test_vsan.AddCapacityToDiskGroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_vsan_spec_all_flash (unit.utils.test_vsan.AddCapacityToDiskGroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_vsan_spec_hybrid (unit.utils.test_vsan.AddCapacityToDiskGroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test__wait_for_tasks (unit.utils.test_vsan.CreateDiskgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_hostname (unit.utils.test_vsan.CreateDiskgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_initialize_disk_mapping (unit.utils.test_vsan.CreateDiskgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_initialize_disk_mapping_raise_method_not_found (unit.utils.test_vsan.CreateDiskgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_initialize_disk_mapping_raise_no_permission (unit.utils.test_vsan.CreateDiskgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_initialize_disk_mapping_raise_runtime_fault (unit.utils.test_vsan.CreateDiskgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_initialize_disk_mapping_raise_vim_fault (unit.utils.test_vsan.CreateDiskgroupTestCase)
> [CPU:100.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_result (unit.utils.test_vsan.CreateDiskgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_vsan_spec_all_flash (unit.utils.test_vsan.CreateDiskgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_vsan_spec_hybrid (unit.utils.test_vsan.CreateDiskgroupTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_VsanClusterGetConfig_call (unit.utils.test_vsan.GetClusterVsanInfoTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_VsanClusterGetConfig_raises_no_permission (unit.utils.test_vsan.GetClusterVsanInfoTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_VsanClusterGetConfig_raises_runtime_fault (unit.utils.test_vsan.GetClusterVsanInfoTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_VsanClusterGetConfig_raises_vim_fault (unit.utils.test_vsan.GetClusterVsanInfoTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_managed_object_name_call (unit.utils.test_vsan.GetClusterVsanInfoTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_vsan_cluster_config_system_call (unit.utils.test_vsan.GetClusterVsanInfoTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_empty_mors_result (unit.utils.test_vsan.GetHostVsanSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_hostname (unit.utils.test_vsan.GetHostVsanSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_mors_with_properties (unit.utils.test_vsan.GetHostVsanSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_hostname_argument (unit.utils.test_vsan.GetHostVsanSystemTestCase)
> [CPU:100.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_traversal_spec (unit.utils.test_vsan.GetHostVsanSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_valid_mors_result (unit.utils.test_vsan.GetHostVsanSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_GetVsanVcMos_call (unit.utils.test_vsan.GetVsanClusterConfigSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_return (unit.utils.test_vsan.GetVsanClusterConfigSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_ssl_default_context_loaded (unit.utils.test_vsan.GetVsanClusterConfigSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_ssl_default_context_not_loaded (unit.utils.test_vsan.GetVsanClusterConfigSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_GetVsanVcMos_call (unit.utils.test_vsan.GetVsanDiskManagementSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'pyvsan' bindings are missing"
> test_return (unit.utils.test_vsan.GetVsanDiskManagementSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'pyvsan' bindings are missing"
> test_ssl_default_context_loaded (unit.utils.test_vsan.GetVsanDiskManagementSystemTestCase)
> [CPU:50.0%|MEM:7.3%]  ... skipped "The 'pyvsan' bindings are missing"
> test_ssl_default_context_not_loaded (unit.utils.test_vsan.GetVsanDiskManagementSystemTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'pyvsan' bindings are missing"
> test__wait_for_tasks_call (unit.utils.test_vsan.ReconfigureClusterVsanTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_cluster_reconfig_call (unit.utils.test_vsan.ReconfigureClusterVsanTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_cluster_reconfig_raises_no_permission (unit.utils.test_vsan.ReconfigureClusterVsanTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_cluster_reconfig_raises_vim_fault (unit.utils.test_vsan.ReconfigureClusterVsanTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_cluster_reconfig_raises_vmodl_runtime_error (unit.utils.test_vsan.ReconfigureClusterVsanTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_cluster_name_call (unit.utils.test_vsan.ReconfigureClusterVsanTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_service_instance_call (unit.utils.test_vsan.ReconfigureClusterVsanTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_vsan_cluster_config_system_call (unit.utils.test_vsan.ReconfigureClusterVsanTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_hostname (unit.utils.test_vsan.RemoveCapacityFromDiskGroup)
> [CPU:100.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_maintenance_mode_evacuate_all_data (unit.utils.test_vsan.RemoveCapacityFromDiskGroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_maintenance_mode_no_action (unit.utils.test_vsan.RemoveCapacityFromDiskGroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_remove_disk (unit.utils.test_vsan.RemoveCapacityFromDiskGroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_remove_disk_raise_no_permission (unit.utils.test_vsan.RemoveCapacityFromDiskGroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_remove_disk_raise_runtime_fault (unit.utils.test_vsan.RemoveCapacityFromDiskGroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_remove_disk_raise_vim_fault (unit.utils.test_vsan.RemoveCapacityFromDiskGroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_result (unit.utils.test_vsan.RemoveCapacityFromDiskGroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_wait_for_tasks (unit.utils.test_vsan.RemoveCapacityFromDiskGroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_get_hostname (unit.utils.test_vsan.RemoveDiskgroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_maintenance_mode_evacuate_all_data (unit.utils.test_vsan.RemoveDiskgroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_maintenance_mode_no_action (unit.utils.test_vsan.RemoveDiskgroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_remove_disk_mapping (unit.utils.test_vsan.RemoveDiskgroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_remove_disk_mapping_raise_no_permission (unit.utils.test_vsan.RemoveDiskgroup)
> [CPU:100.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_remove_disk_mapping_raise_runtime_fault (unit.utils.test_vsan.RemoveDiskgroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_remove_disk_mapping_raise_vim_fault (unit.utils.test_vsan.RemoveDiskgroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_result (unit.utils.test_vsan.RemoveDiskgroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_wait_for_tasks (unit.utils.test_vsan.RemoveDiskgroup)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_api_version_raises_no_permission (unit.utils.test_vsan.VsanSupportedTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_api_version_raises_runtime_fault (unit.utils.test_vsan.VsanSupportedTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_api_version_raises_vim_fault (unit.utils.test_vsan.VsanSupportedTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_supported_api_version (unit.utils.test_vsan.VsanSupportedTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_unsupported_api_version (unit.utils.test_vsan.VsanSupportedTestCase)
> [CPU:100.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_wait_for_tasks_call (unit.utils.test_vsan._WaitForTasks)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_wait_for_tasks_raises_no_permission (unit.utils.test_vsan._WaitForTasks)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_wait_for_tasks_raises_vim_fault (unit.utils.test_vsan._WaitForTasks)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_wait_for_tasks_raises_vmodl_runtime_error (unit.utils.test_vsan._WaitForTasks)
> [CPU:0.0%|MEM:7.3%]  ... skipped "The 'vsan' ext library is missing"
> test_isalive_while_theres_data_to_read (unit.utils.test_vt.VTTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'Disabled until we can figure out how to make this more reliable.'
> test_issue_10404_ptys_not_released (unit.utils.test_vt.VTTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'Disabled until we can find out why this kills the tests suite with an exit code of 134'
> test_split_multibyte_characters_shiftjis (unit.utils.test_vt.VTTestCase)
> [CPU:0.0%|MEM:7.3%] Tests that the vt correctly handles multibyte characters that are ... ok
> test_split_multibyte_characters_unicode (unit.utils.test_vt.VTTestCase)
> [CPU:29.0%|MEM:7.3%] Tests that the vt correctly handles multibyte characters that are ... ok
> test_vt_size (unit.utils.test_vt.VTTestCase)
> [CPU:32.3%|MEM:7.3%] Confirm that the terminal size is being set ... skipped 'Disabled until we can figure out why this fails when whole test suite runs.'
> test_check_perms (unit.utils.test_win_dacl.WinDaclFileTestCase)
> [CPU:0.0%|MEM:7.3%] Test the check_perms function ... skipped 'Requires pywin32'
> test_check_perms_test_true (unit.utils.test_win_dacl.WinDaclFileTestCase)
> [CPU:0.0%|MEM:7.3%] Test the check_perms function ... skipped 'Requires pywin32'
> test_get_permissions (unit.utils.test_win_dacl.WinDaclFileTestCase)
> [CPU:0.0%|MEM:7.3%] Test the get_permissions function ... skipped 'Requires pywin32'
> test_has_permission (unit.utils.test_win_dacl.WinDaclFileTestCase)
> [CPU:0.0%|MEM:7.3%] Test the has_permission function ... skipped 'Requires pywin32'
> test_inheritance (unit.utils.test_win_dacl.WinDaclFileTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_inheritance function ... skipped 'Requires pywin32'
> test_owner (unit.utils.test_win_dacl.WinDaclFileTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_owner function ... skipped 'Requires pywin32'
> test_primary_group (unit.utils.test_win_dacl.WinDaclFileTestCase)
> [CPU:100.0%|MEM:7.3%] Test the set_primary_group function ... skipped 'Requires pywin32'
> test_rm_permissions (unit.utils.test_win_dacl.WinDaclFileTestCase)
> [CPU:0.0%|MEM:7.3%] Test the rm_permissions function ... skipped 'Requires pywin32'
> test_set_permissions (unit.utils.test_win_dacl.WinDaclFileTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_permissions function ... skipped 'Requires pywin32'
> test_set_perms (unit.utils.test_win_dacl.WinDaclFileTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_perms function ... skipped 'Requires pywin32'
> test_check_perms (unit.utils.test_win_dacl.WinDaclRegTestCase)
> [CPU:0.0%|MEM:7.3%] Test the check_perms function ... skipped 'Requires pywin32'
> test_check_perms_test_true (unit.utils.test_win_dacl.WinDaclRegTestCase)
> [CPU:0.0%|MEM:7.3%] Test the check_perms function ... skipped 'Requires pywin32'
> test_get_permissions (unit.utils.test_win_dacl.WinDaclRegTestCase)
> [CPU:0.0%|MEM:7.3%] Test the get_permissions function ... skipped 'Requires pywin32'
> test_has_permission (unit.utils.test_win_dacl.WinDaclRegTestCase)
> [CPU:0.0%|MEM:7.3%] Test the has_permission function ... skipped 'Requires pywin32'
> test_inheritance (unit.utils.test_win_dacl.WinDaclRegTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_inheritance function ... skipped 'Requires pywin32'
> test_owner (unit.utils.test_win_dacl.WinDaclRegTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_owner function ... skipped 'Requires pywin32'
> test_primary_group (unit.utils.test_win_dacl.WinDaclRegTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_primary_group function ... skipped 'Requires pywin32'
> test_rm_permissions (unit.utils.test_win_dacl.WinDaclRegTestCase)
> [CPU:0.0%|MEM:7.3%] Test the rm_permissions function ... skipped 'Requires pywin32'
> test_set_permissions (unit.utils.test_win_dacl.WinDaclRegTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_permissions function ... skipped 'Requires pywin32'
> test_set_perms (unit.utils.test_win_dacl.WinDaclRegTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_perms function ... skipped 'Requires pywin32'
> test_get_name_capability_sid (unit.utils.test_win_dacl.WinDaclTestCase)
> [CPU:0.0%|MEM:7.3%] Test get_name with a compatibility SID. Should return `None` as we want ... skipped 'Requires pywin32'
> test_get_name_error (unit.utils.test_win_dacl.WinDaclTestCase)
> [CPU:0.0%|MEM:7.3%] Test get_name with an un mapped SID, should throw a ... skipped 'Requires pywin32'
> test_get_name_odd_case (unit.utils.test_win_dacl.WinDaclTestCase)
> [CPU:0.0%|MEM:7.3%] Test get_name by passing a name with inconsistent case characters. ... skipped 'Requires pywin32'
> test_get_name_using_sid (unit.utils.test_win_dacl.WinDaclTestCase)
> [CPU:0.0%|MEM:7.3%] Test get_name passing a SID String. Should return the string name ... skipped 'Requires pywin32'
> test_get_name_using_sid_object (unit.utils.test_win_dacl.WinDaclTestCase)
> [CPU:100.0%|MEM:7.3%] Test get_name passing a SID Object. Should return the string name ... skipped 'Requires pywin32'
> test_get_sid_sid_string (unit.utils.test_win_dacl.WinDaclTestCase)
> [CPU:0.0%|MEM:7.3%] Validate getting a pysid object from a SID string ... skipped 'Requires pywin32'
> test_get_sid_string (unit.utils.test_win_dacl.WinDaclTestCase)
> [CPU:0.0%|MEM:7.3%] Validate getting a pysid object from a name ... skipped 'Requires pywin32'
> test_get_sid_string_name (unit.utils.test_win_dacl.WinDaclTestCase)
> [CPU:0.0%|MEM:7.3%] Validate getting a pysid object from a SID string ... skipped 'Requires pywin32'
> test_get_sid_string_none (unit.utils.test_win_dacl.WinDaclTestCase)
> [CPU:0.0%|MEM:7.3%] Validate getting a pysid object from None (NULL SID) ... skipped 'Requires pywin32'
> test_version_atleast_35 (unit.utils.test_win_dotnet.WinDotNetTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_version_atleast_47 (unit.utils.test_win_dotnet.WinDotNetTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_version_atleast_472 (unit.utils.test_win_dotnet.WinDotNetTestCase)
> [CPU:100.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_version_not_atleast_473 (unit.utils.test_win_dotnet.WinDotNetTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_versions (unit.utils.test_win_dotnet.WinDotNetTestCase)
> [CPU:0.0%|MEM:7.3%] Test the versions function ... skipped 'System is not Windows'
> test_versions_details (unit.utils.test_win_dotnet.WinDotNetTestCase)
> [CPU:0.0%|MEM:7.3%] Test the versions function ... skipped 'System is not Windows'
> test_versions_list (unit.utils.test_win_dotnet.WinDotNetTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_broadcast_setting_change (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to rehash the Environment variables ... skipped 'WinDLL only available on Windows'
> test_escape_argument_path_with_space (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to make sure we encode path arguments containing spaces correctly ... ok
> test_escape_argument_simple (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:50.0%|MEM:7.3%] Test to make sure we encode simple arguments correctly ... ok
> test_escape_argument_simple_path (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to make sure we encode simple path arguments correctly ... ok
> test_escape_argument_with_space (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to make sure we encode arguments containing spaces correctly ... ok
> test_get_user_groups (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'WinDLL only available on Windows'
> test_get_user_groups_error (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'WinDLL only available on Windows'
> test_get_user_groups_missing_permission (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'WinDLL only available on Windows'
> test_get_user_groups_sid (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'WinDLL only available on Windows'
> test_get_user_groups_system (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'WinDLL only available on Windows'
> test_get_user_groups_unavailable_dc (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'WinDLL only available on Windows'
> test_get_user_groups_unknown_dc (unit.utils.test_win_functions.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'WinDLL only available on Windows'
> test_get_auditpol_dump (unit.utils.test_win_lgpo_auditpol.WinLgpoAuditpolTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_setting (unit.utils.test_win_lgpo_auditpol.WinLgpoAuditpolTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_setting_invalid_name (unit.utils.test_win_lgpo_auditpol.WinLgpoAuditpolTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_settings (unit.utils.test_win_lgpo_auditpol.WinLgpoAuditpolTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_settings_invalid_category (unit.utils.test_win_lgpo_auditpol.WinLgpoAuditpolTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_setting (unit.utils.test_win_lgpo_auditpol.WinLgpoAuditpolTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_setting_invalid_setting (unit.utils.test_win_lgpo_auditpol.WinLgpoAuditpolTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_setting_invalid_value (unit.utils.test_win_lgpo_auditpol.WinLgpoAuditpolTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_all_profiles_lgpo (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_all_profiles_local (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_all_settings_lgpo (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:100.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_all_settings_local (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_settings_firewallpolicy_lgpo (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_settings_firewallpolicy_lgpo_issue_57591 (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%] Should not stacktrace when the hostname contains unicode characters ... skipped 'System is not Windows'
> test_get_settings_firewallpolicy_local (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_settings_logging_lgpo (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_settings_logging_local (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_settings_settings_lgpo (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_settings_settings_local (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_settings_state_lgpo (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_settings_state_local (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_logging_allowed_lgpo_notconfigured (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_logging_allowed_local_enable (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_logging_allowed_local_notconfigured (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_logging_dropped_local_enable (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:100.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_logging_filename_local (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_logging_maxfilesize_local (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_consecrules_local_enable (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_fwrules_lgpo_notconfigured (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_fwrules_local_enable (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_inbound_lgpo_notconfigured (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_inbound_local (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_inbound_local_notconfigured (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_notification_lgpo_notconfigured (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_notification_local_enable (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_notification_local_notconfigured (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_outbound_local (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_remotemgmt_local_enable (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:100.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_settings_unicast_local_disable (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_state_lgpo_notconfigured (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_state_local_notconfigured (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_set_firewall_state_local_on (unit.utils.test_win_lgpo_netsh.WinLgpoNetshTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test__get_base_properties_tap_adapter (unit.utils.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.3%] Adapter Type 53 is apparently an undocumented type corresponding to ... skipped 'System is not Windows'
> test__get_base_properties_undefined_adapter (unit.utils.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.3%] The Adapter Type 53 may be an arbitrary number assigned by OpenVPN. ... skipped 'System is not Windows'
> test_get_interface_info_dot_net (unit.utils.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_network_info (unit.utils.test_win_network.WinNetworkTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_join_info (unit.utils.test_win_osinfo.WinOsInfo)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'Requires Windows'
> test_get_os_version_info (unit.utils.test_win_osinfo.WinOsInfo)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'Requires Windows'
> test_build_counter_list (unit.utils.test_win_pdh.WinPdhTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_all_counters (unit.utils.test_win_pdh.WinPdhTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_counter (unit.utils.test_win_pdh.WinPdhTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_get_counters (unit.utils.test_win_pdh.WinPdhTestCase)
> [CPU:100.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_list_counters (unit.utils.test_win_pdh.WinPdhTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_list_instances (unit.utils.test_win_pdh.WinPdhTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test_list_objects (unit.utils.test_win_pdh.WinPdhTestCase)
> [CPU:0.0%|MEM:7.3%]  ... skipped 'System is not Windows'
> test__to_unicode_int (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the ``_to_unicode`` function when it receives an integer value. ... skipped 'Tests require win32 libraries'
> test_broadcast_change_fail (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the broadcast_change function failure ... skipped 'Tests require win32 libraries'
> test_broadcast_change_success (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the broadcast_change function ... skipped 'Tests require win32 libraries'
> test_cast_vdata_reg_binary (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the cast_vdata function with REG_BINARY ... skipped 'Tests require win32 libraries'
> test_cast_vdata_reg_dword (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the cast_vdata function with REG_DWORD ... skipped 'Tests require win32 libraries'
> test_cast_vdata_reg_expand_sz (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the cast_vdata function with REG_EXPAND_SZ ... skipped 'Tests require win32 libraries'
> test_cast_vdata_reg_multi_sz (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the cast_vdata function with REG_MULTI_SZ ... skipped 'Tests require win32 libraries'
> test_cast_vdata_reg_qword (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the cast_vdata function with REG_QWORD ... skipped 'Tests require win32 libraries'
> test_cast_vdata_reg_sz (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the cast_vdata function with REG_SZ ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_key_recursive function ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive_failed_to_delete (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] 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.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_key_recursive function on failure to open the key ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive_invalid_hive (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_key_recursive function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive_key_not_found (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] 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.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_key_recursive function when the passed key to delete is ... skipped 'Tests require win32 libraries'
> test_delete_key_recursive_unicode (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_key_recursive function on value within a unicode key ... skipped 'Tests require win32 libraries'
> test_delete_value (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_value function ... skipped 'Tests require win32 libraries'
> test_delete_value_invalid_hive (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_value function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_delete_value_non_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_value function on non existing value ... skipped 'Tests require win32 libraries'
> test_delete_value_unicode (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_value function on a unicode value ... skipped 'Tests require win32 libraries'
> test_delete_value_unicode_key (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_value function on a unicode key ... skipped 'Tests require win32 libraries'
> test_delete_value_unicode_vname (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:100.0%|MEM:7.3%] Test the delete_value function on a unicode vname ... skipped 'Tests require win32 libraries'
> test_delete_value_unknown_error (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the delete_value function when there is a problem opening the key ... skipped 'Tests require win32 libraries'
> test_key_exists_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the key_exists function using a well known registry key ... skipped 'Tests require win32 libraries'
> test_key_exists_invalid_hive (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the key_exists function using an invalid hive ... skipped 'Tests require win32 libraries'
> test_key_exists_non_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the key_exists function using a non existing registry key ... skipped 'Tests require win32 libraries'
> test_key_exists_unknown_key_error (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the key_exists function with an unknown key error ... skipped 'Tests require win32 libraries'
> test_list_keys_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the list_keys function using a well known registry key ... skipped 'Tests require win32 libraries'
> test_list_keys_invalid_hive (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the list_keys function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_list_keys_non_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the list_keys function using a non existing registry key ... skipped 'Tests require win32 libraries'
> test_list_keys_unknown_key_error (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the list_keys function with an unknown key error ... skipped 'Tests require win32 libraries'
> test_list_values_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the list_values function using a well known registry key ... skipped 'Tests require win32 libraries'
> test_list_values_invalid_hive (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the list_values function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_list_values_non_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:50.0%|MEM:7.3%] Test the list_values function using a non existing registry key ... skipped 'Tests require win32 libraries'
> test_list_values_unknown_key_error (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the list_values function with an unknown key error ... skipped 'Tests require win32 libraries'
> test_read_value_default (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the read_value function reading the default value using a well ... skipped 'Tests require win32 libraries'
> test_read_value_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the read_value function using a well known registry value ... skipped 'Tests require win32 libraries'
> test_read_value_invalid_hive (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the read_value function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_read_value_multi_sz_empty_list (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] An empty REG_MULTI_SZ value should return an empty list, not None ... skipped 'Tests require win32 libraries'
> test_read_value_non_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the read_value function using a non existing value pair ... skipped 'Tests require win32 libraries'
> test_read_value_non_existing_key (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the read_value function using a non existing registry key ... skipped 'Tests require win32 libraries'
> test_read_value_unknown_key_error (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the read_value function with an unknown key error ... skipped 'Tests require win32 libraries'
> test_read_value_unknown_value_error (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the read_value function with an unknown value error ... skipped 'Tests require win32 libraries'
> test_set_value (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_value function ... skipped 'Tests require win32 libraries'
> test_set_value_default (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_value function on the default value ... skipped 'Tests require win32 libraries'
> test_set_value_invalid_hive (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:100.0%|MEM:7.3%] Test the set_value function when passing an invalid hive ... skipped 'Tests require win32 libraries'
> test_set_value_open_create_failure (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_value function when there is a problem opening/creating ... skipped 'Tests require win32 libraries'
> test_set_value_reg_dword (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_value function on a REG_DWORD value ... skipped 'Tests require win32 libraries'
> test_set_value_reg_qword (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_value function on a REG_QWORD value ... skipped 'Tests require win32 libraries'
> test_set_value_system_error (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_value function when a SystemError occurs while setting the ... skipped 'Tests require win32 libraries'
> test_set_value_type_error (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_value function when the wrong type of data is passed ... skipped 'Tests require win32 libraries'
> test_set_value_unicode_key (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:100.0%|MEM:7.3%] Test the set_value function on a unicode key ... skipped 'Tests require win32 libraries'
> test_set_value_unicode_value (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_value function on a unicode value ... skipped 'Tests require win32 libraries'
> test_set_value_value_error (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Test the set_value function when a ValueError occurs while setting the ... skipped 'Tests require win32 libraries'
> test_value_exists_empty_default_value (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the value_exists function when querying the default value ... skipped 'Tests require win32 libraries'
> test_value_exists_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the value_exists function using a well known registry key ... skipped 'Tests require win32 libraries'
> test_value_exists_invalid_hive (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the value_exists function using an invalid hive ... skipped 'Tests require win32 libraries'
> test_value_exists_key_not_exist (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:100.0%|MEM:7.3%] Tests the value_exists function when the key does not exist ... skipped 'Tests require win32 libraries'
> test_value_exists_no_vname (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the value_exists function when the vname does not exist ... skipped 'Tests require win32 libraries'
> test_value_exists_non_existing (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the value_exists function using a non existing registry key ... skipped 'Tests require win32 libraries'
> test_value_exists_unknown_key_error (unit.utils.test_win_reg.WinFunctionsTestCase)
> [CPU:0.0%|MEM:7.3%] Tests the value_exists function with an unknown error when opening the ... skipped 'Tests require win32 libraries'
> test_import (unit.utils.test_win_system.WinSystemImportTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_get_computer_name (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] Should return the computer name ... skipped 'Only test on Windows systems'
> test_get_computer_name_fail (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If it fails, it returns False ... skipped 'Only test on Windows systems'
> test_get_pending_component_servicing (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If none of the keys exist, should return False ... skipped 'Only test on Windows systems'
> test_get_pending_component_servicing_true_1 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the RebootPending key exists, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_component_servicing_true_2 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the RebootInProgress key exists, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_component_servicing_true_3 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the PackagesPending key exists, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_computer_name (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] Will return the pending computer name if one is pending ... skipped 'Only test on Windows systems'
> test_get_pending_computer_name_false (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:50.0%|MEM:7.3%] Will return False if there is no pending computer name ... skipped 'Only test on Windows systems'
> test_get_pending_computer_name_none (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] Will return the None if the pending computer is the current name ... skipped 'Only test on Windows systems'
> test_get_pending_domain_join (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If none of the keys exist, should return False ... skipped 'Only test on Windows systems'
> test_get_pending_domain_join_true_1 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the AvoidSpnSet key exists, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_domain_join_true_2 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the JoinDomain key exists, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_dvd_reboot (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the DVDRebootSignal value name does not exist, should return False ... skipped 'Only test on Windows systems'
> test_get_pending_dvd_reboot_true (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the DVDRebootSignal value name exists, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_file_rename_false_1 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If none of the value names exist, should return False ... skipped 'Only test on Windows systems'
> test_get_pending_file_rename_false_2 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If one of the value names exists but is not set, should return False ... skipped 'Only test on Windows systems'
> test_get_pending_file_rename_true_1 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If one of the value names exists and is set, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_reboot (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If all functions return Falsy data, should return False ... skipped 'Only test on Windows systems'
> test_get_pending_reboot_details (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] All items False should return a dictionary with all items False ... skipped 'Only test on Windows systems'
> test_get_pending_reboot_details_true (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:50.0%|MEM:7.3%] All items True should return a dictionary with all items True ... skipped 'Only test on Windows systems'
> test_get_pending_reboot_true_1 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If any boolean returning functions return True, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_reboot_true_2 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If a computer name is returned, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_servermanager_false_1 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the CurrentRebootAttempts value name does not exist, should return ... skipped 'Only test on Windows systems'
> test_get_pending_servermanager_false_2 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the CurrentRebootAttempts value name exists but is not an integer, ... skipped 'Only test on Windows systems'
> test_get_pending_servermanager_true (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the CurrentRebootAttempts value name exists and is an integer, ... skipped 'Only test on Windows systems'
> test_get_pending_update (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If none of the keys exist and there are not subkeys, should return False ... skipped 'Only test on Windows systems'
> test_get_pending_update_exe_volatile_false_1 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If UpdateExeVolatile value name is 0, should return False ... skipped 'Only test on Windows systems'
> test_get_pending_update_exe_volatile_false_2 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If UpdateExeVolatile value name is not present, should return False ... skipped 'Only test on Windows systems'
> test_get_pending_update_exe_volatile_true_1 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If UpdateExeVolatile value name is not 0, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_update_true_1 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the RebootRequired key exists, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_update_true_2 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the PostRebootReporting key exists, should return True ... skipped 'Only test on Windows systems'
> test_get_pending_update_true_3 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] If the Pending key contains subkeys, should return True ... skipped 'Only test on Windows systems'
> test_get_reboot_required_witnessed_false_1 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:100.0%|MEM:7.3%] The ``Reboot Required`` value name does not exist, should return False ... skipped 'Only test on Windows systems'
> test_get_reboot_required_witnessed_false_2 (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] The ``Reboot required`` value name is set to 0, should return False ... skipped 'Only test on Windows systems'
> test_get_reboot_required_witnessed_true (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] The ``Reboot required`` value name is set to 1, should return True ... skipped 'Only test on Windows systems'
> test_set_reboot_required_witnessed (unit.utils.test_win_system.WinSystemTestCase)
> [CPU:0.0%|MEM:7.3%] The call to ``set_value`` should return True and should be called with ... skipped 'Only test on Windows systems'
> test_installed_no_updates (unit.utils.test_win_update.WinUpdateTestCase)
> [CPU:0.0%|MEM:7.3%] Test installed when there are no updates on the system ... skipped 'System is not Windows'
> test_installed_no_updates_installed (unit.utils.test_win_update.WinUpdateTestCase)
> [CPU:0.0%|MEM:7.3%] Test installed when there are no Installed updates on the system ... skipped 'System is not Windows'
> test_installed_updates_all_installed (unit.utils.test_win_update.WinUpdateTestCase)
> [CPU:0.0%|MEM:7.3%] Test installed when all updates on the system are Installed ... skipped 'System is not Windows'
> test_installed_updates_some_installed (unit.utils.test_win_update.WinUpdateTestCase)
> [CPU:0.0%|MEM:7.3%] Test installed when some updates are installed on the system ... skipped 'System is not Windows'
> test_xml_case_a (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_a_full (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_a_legacy (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_b (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_b_full (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_b_legacy (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:100.0%|MEM:7.3%]  ... ok
> test_xml_case_c (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_c_full (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_c_legacy (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_d (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_d_full (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_d_legacy (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_e (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_e_full (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_e_legacy (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_f (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_f_full (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_xml_case_f_legacy (unit.utils.test_xmlutil.XMLUtilTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_yaml_dump (unit.utils.test_yamldumper.YamlDumperTestCase)
> [CPU:0.0%|MEM:7.3%] Test yaml.dump a dict ... ok
> test_yaml_safe_dump (unit.utils.test_yamldumper.YamlDumperTestCase)
> [CPU:0.0%|MEM:7.3%] Test yaml.safe_dump a dict ... ok
> test_yaml_dquote (unit.utils.test_yamlencoding.YamlEncodingTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_yaml_dquote_doesNotAddNewLines (unit.utils.test_yamlencoding.YamlEncodingTestCase)
> [CPU:100.0%|MEM:7.3%]  ... ok
> test_yaml_encode (unit.utils.test_yamlencoding.YamlEncodingTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_yaml_squote (unit.utils.test_yamlencoding.YamlEncodingTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_yaml_squote_doesNotAddNewLines (unit.utils.test_yamlencoding.YamlEncodingTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_yaml_basics (unit.utils.test_yamlloader.YamlLoaderTestCase)
> [CPU:0.0%|MEM:7.3%] Test parsing an ordinary path ... ok
> test_yaml_duplicates (unit.utils.test_yamlloader.YamlLoaderTestCase)
> [CPU:0.0%|MEM:7.3%] Test that duplicates still throw an error ... ok
> test_yaml_merge (unit.utils.test_yamlloader.YamlLoaderTestCase)
> [CPU:0.0%|MEM:7.3%] Test YAML anchors ... ok
> test_yaml_with_plain_scalars (unit.utils.test_yamlloader.YamlLoaderTestCase)
> [CPU:50.0%|MEM:7.3%] Test that plain (i.e. unqoted) string and non-string scalars are ... ok
> test_check_ipc_length (unit.utils.test_zeromq.UtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Ensure we throw an exception if we have a too-long IPC URI ... ok
> test_ip_bracket (unit.utils.test_zeromq.UtilsTestCase)
> [CPU:0.0%|MEM:7.3%]  ... ok
> test_from_bool_alt_no (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_bool_alt with 'no' ... ok
> test_from_bool_alt_none (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_bool_alt with 'none' ... ok
> test_from_bool_alt_passthrough (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_bool_alt with 'passthrough' ... ok
> test_from_bool_alt_yes (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_bool_alt with 'yes' ... ok
> test_from_bool_none (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:50.0%|MEM:7.3%] Test from_bool with 'none' ... ok
> test_from_bool_off (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_bool with 'off' ... ok
> test_from_bool_on (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_bool with 'on' ... ok
> test_from_bool_passthrough (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_bool with 'passthrough' ... ok
> test_from_numeric_int (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_numeric with 42 ... ok
> test_from_numeric_none (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_numeric with 'none' ... ok
> test_from_numeric_passthrough (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_numeric with 'passthrough' ... ok
> test_from_numeric_str (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_numeric with '42' ... ok
> test_from_size_absolute (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_size with '5G' ... ok
> test_from_size_decimal (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_size with '4.20M' ... ok
> test_from_size_none (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_size with 'none' ... ok
> test_from_size_passthrough (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:100.0%|MEM:7.3%] Test from_size with 'passthrough' ... ok
> test_from_str_dquote_space (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_str with "my pool/the "good" stuff" ... ok
> test_from_str_none (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_str with 'none' ... ok
> test_from_str_passthrough (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_str with 'passthrough' ... ok
> test_from_str_space (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_str with ""my pool/my dataset" ... ok
> test_from_str_squote_space (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test from_str with "my pool/jorge's dataset" ... ok
> test_is_bookmark_bookmark (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test is_bookmark with a valid bookmark name ... ok
> test_is_bookmark_filesystem (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test is_bookmark with a valid filesystem name ... ok
> test_is_bookmark_snapshot (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test is_bookmark with a valid snapshot name ... ok
> test_is_dataset_bookmark (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test is_dataset with a valid bookmark name ... ok
> test_is_dataset_filesystem (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:100.0%|MEM:7.3%] Test is_dataset with a valid filesystem/volume name ... ok
> test_is_dataset_snapshot (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test is_dataset with a valid snapshot name ... ok
> test_is_snapshot_bookmark (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test is_snapshot with a valid bookmark name ... ok
> test_is_snapshot_filesystem (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test is_snapshot with a valid filesystem name ... ok
> test_is_snapshot_snapshot (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test is_snapshot with a valid snapshot name ... ok
> test_is_supported (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test zfs.is_supported method ... ok
> test_parse_command_result_fail (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if parse_command_result returns the expected result on failure ... ok
> test_parse_command_result_fail_message (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if parse_command_result returns the expected result on failure with stderr ... ok
> test_parse_command_result_fail_message_nolabel (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if parse_command_result returns the expected result on failure with stderr ... ok
> test_parse_command_result_nolabel (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if parse_command_result returns the expected result on failure ... ok
> test_parse_command_result_success (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:50.0%|MEM:7.3%] Test if parse_command_result returns the expected result ... ok
> test_parse_command_result_success_nolabel (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if parse_command_result returns the expected result ... ok
> test_property_data_zfs (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test parsing of zfs get output ... ok
> test_property_data_zpool (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test parsing of zpool get output ... ok
> test_to_bool_alt_false (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_bool_alt with False ... ok
> test_to_bool_alt_none (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_bool_alt with None ... ok
> test_to_bool_alt_passthrough (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:100.0%|MEM:7.3%] Test to_bool_alt with 'passthrough' ... ok
> test_to_bool_alt_true (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_bool_alt with True ... ok
> test_to_bool_false (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_bool with False ... ok
> test_to_bool_none (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_bool with None ... ok
> test_to_bool_passthrough (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_bool with 'passthrough' ... ok
> test_to_bool_true (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_bool with True ... ok
> test_to_numeric_int (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_numeric with 42 ... ok
> test_to_numeric_none (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_numeric with 'none' ... ok
> test_to_numeric_passthrough (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_numeric with 'passthrough' ... ok
> test_to_numeric_str (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_numeric with '42' ... ok
> test_to_size_int_absolute (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_size with 5368709120 ... ok
> test_to_size_int_decimal (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_size with 4404019 ... ok
> test_to_size_none (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_size with 'none' ... ok
> test_to_size_passthrough (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_size with 'passthrough' ... ok
> test_to_size_str_absolute (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_size with '5368709120' ... ok
> test_to_size_str_decimal (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_size with '4404019' ... ok
> test_to_str_none (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_str with 'none' ... ok
> test_to_str_passthrough (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_str with 'passthrough' ... ok
> test_to_str_space (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_str with 'my pool/my dataset' ... ok
> test_to_str_squote_space (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test to_str with "my pool/jorge's dataset" ... ok
> test_zfs_command_flag (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zfs_command_flag_opt (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:100.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zfs_command_fs_props (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zfs_command_fs_props_with_space (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zfs_command_multi_property_value (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zfs_command_none_target (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:100.0%|MEM:7.3%] Test if zfs_command builds the correct string with a target of None ... ok
> test_zfs_command_opt (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zfs_command_property (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zfs_command_property_value (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zfs_command_simple (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zfs_command_target (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zfs_command_target_with_space (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zpool_command_flag_opt (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:50.0%|MEM:7.3%] Test if zpool_command builds the correct string ... ok
> test_zpool_command_opt (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zpool_command builds the correct string ... ok
> test_zpool_command_opt_list (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zpool_command builds the correct string ... ok
> test_zpool_command_property (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zpool_command builds the correct string ... ok
> test_zpool_command_property_value (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zpool_command builds the correct string ... ok
> test_zpool_command_simple (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:100.0%|MEM:7.3%] Test if zfs_command builds the correct string ... ok
> test_zpool_command_target (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zpool_command builds the correct string ... ok
> test_zpool_command_target_with_space (unit.utils.test_zfs.ZfsUtilsTestCase)
> [CPU:0.0%|MEM:7.3%] Test if zpool_command builds the correct string ... ok
> test_ipv4_addr (unit.utils.validate.test_net.ValidateNetTestCase)
> [CPU:0.0%|MEM:7.3%] Test IPv4 address validation ... ok
> test_ipv6_addr (unit.utils.validate.test_net.ValidateNetTestCase)
> [CPU:0.0%|MEM:7.3%] Test IPv6 address validation ... Test suite execution finalized with exit code: 1
> ok
> 
> ======================================================================
> ERROR: test_run_cwd_in_combination_with_runas (unit.modules.test_cmdmod.CMDMODTestCase)
> [CPU:0.0%|MEM:7.3%] cmd.run executes command in the cwd directory
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/tests/unit/modules/test_cmdmod.py", line 452, in test_run_cwd_in_combination_with_runas
>     stdout = cmdmod._run(cmd, cwd=cwd, runas=runas).get("stdout")
>   File "/<<PKGBUILDDIR>>/salt/modules/cmdmod.py", line 690, in _run
>     proc = salt.utils.timed_subprocess.TimedProc(cmd, **new_kwargs)
>   File "/<<PKGBUILDDIR>>/salt/utils/timed_subprocess.py", line 55, in __init__
>     self.process = subprocess.Popen(args, **kwargs)
>   File "/usr/lib/python3.8/subprocess.py", line 854, in __init__
>     self._execute_child(args, executable, preexec_fn, close_fds,
>   File "/usr/lib/python3.8/subprocess.py", line 1703, in _execute_child
>     raise child_exception_type(err_msg)
> subprocess.SubprocessError: Exception occurred in preexec_fn.
> 
> ----------------------------------------------------------------------
> Ran 9852 tests in 178.631s
> 
> FAILED (errors=1, skipped=2163, expected failures=1)
> Exception ignored in: <generator object IPCMessageSubscriber._read at 0x7f3720d96ac0>
> Traceback (most recent call last):
>   File "/<<PKGBUILDDIR>>/salt/transport/ipc.py", line 695, in _read
> TypeError: catching classes that do not inherit from BaseException is not allowed
> make[1]: *** [debian/rules:28: override_dh_auto_test] Error 1

The full build log is available from:
   http://qa-logs.debian.net/2020/07/09/salt_3001+dfsg1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the pkg-salt-team mailing list