========================================== anaconda 30.18: tests/test-suite.log ========================================== # TOTAL: 9 # PASS: 6 # SKIP: 1 # XFAIL: 0 # FAIL: 2 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: nosetests =============== check if rpmfluff can add files to built RPMs ... ok check if rpmfluff is working ... ok check that the dd utilities exist ... ok dd_extract: files are extracted correctly ... ok dd_extract: using --binaries extracts only /bin, /sbin, etc. ... ok dd_extract: files get correct mode (#1222056) ... ok dd_extract: using --firmwares extracts only /lib/firmware ... ok dd_extract: using --libraries extracts only /lib etc. ... ok dd_extract: using --modules extracts only .ko files ... ok dd_list: check output format ... ok dd_list: ignore installer-enhancements if version doesn't match ... ok dd_list: 'Provides:installer-enhancement' implies bins/libs ... ok dd_list: missing directory returns no results ... ok dd_list: multiple outputs for multiple packages ... ok dd_list: empty directory returns no results ... ok dd_list: ignore kmods if our kernel is too old ... ok dd_list: accept kmods for z-stream kernels (#1207831) ... ok bootloader_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok cdrom_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok displaymode_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok displaymode_test_2 (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok displaymode_test_3 (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok driverdisk_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok driverdisk_test_2 (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok harddrive_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok mediacheck_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok network_bond_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... /usr/lib/python3.7/site-packages/pykickstart/commands/network.py:478: KickstartParseWarning: A network device with the name eth0 has already been defined. warnings.warn(_("A network device with the name %s has already been defined.") % nd.device, KickstartParseWarning) ok network_bond_test2 (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... /usr/lib/python3.7/site-packages/pykickstart/commands/network.py:478: KickstartParseWarning: A network device with the name eth0 has already been defined. warnings.warn(_("A network device with the name %s has already been defined.") % nd.device, KickstartParseWarning) ok network_bridge_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok network_ipv6_only_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok network_static_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok network_team_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok network_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok network_test_2 (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok network_vlanid_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok nfs_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok nfs_test_2 (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok updates_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok url_test (tests.nosetests.dracut_tests.parse-kickstart_test.ParseKickstartTestCase) ... ok dd_extract: call binary with expected arguments ... ok dd_list: returns a list of Driver objects parsed from output ... ok get_deviceinfo: parses DeviceInfo from blkid etc. ... ok test_shortdev (tests.nosetests.dracut_tests.test_driver_updates.DeviceInfoTestCase) ... ok device_menu: choosing a number returns that Device ... ok device_menu: 'c' exits the menu ... ok device_menu: 'r' makes the menu refresh ... ok extract_drivers: save repo, write pkglist ... ok extract_drivers: extract selected drivers, don't save enhancements ... ok extract_drivers(repos=[...]) extracts all drivers from named repos ... ok all_finished: True if all lines from dd_todo are in dd_finished ... ok all_finished: True if dd_finished has more items than dd_todo ... ok finish: mark request finished, and write dd.done if all complete ... ok mark_finished: appends a line to /tmp/dd_finished ... ok grab_driver_files: copy drivers into place, return module+alias dict ... ok test_basic (tests.nosetests.dracut_tests.test_driver_updates.ListAliasesTestCase) ... ok load_drivers: runs depmod and modprobes all named modules ... ok test_basic_replace (tests.nosetests.dracut_tests.test_driver_updates.LoadDriversTestCase) ... ok test_interface_unload (tests.nosetests.dracut_tests.test_driver_updates.LoadDriversTestCase) ... ok test_reload_module_dependencies (tests.nosetests.dracut_tests.test_driver_updates.LoadDriversTestCase) ... ok mount: calls mount(8) to mount a device/image ... ok mount: makes mountpoint if needed ... ok mounted: context manager mounts/umounts as expected ... ok umount: calls umount(8) ... ok process_driver_disk: mount disk, extract RPMs, grab + load drivers ... ok process_driver_disk: don't run depmod etc. if no new drivers ... ok process_driver_disk: recursively process .isos at toplevel ... ok process_driver_rpm: extract RPM, grab + load driver ... ok check test helpers ... ok append_line: adds a line to the end of an existing file ... ok append_line: create file + append \n when needed ... ok copy_file: copy files into destdir, leaving existing contents ... ok copy_file: strip leading module directories ... ok copy_file: skip files in subdirs of destdir ... ok copy_file: overwrite files in destdir if they have the same name ... ok copy_file: skip files already in destdir ... ok find_repos: return RPM dir if a valid repo is found ... ok find_repos: descend multiple subdirs if needed ... ok iter_files: iterates over full paths to files under topdir ... ok iter_files: match filename against glob pattern ... ok mkdir_seq: first dir ends with 1 ... ok mkdir_seq: increment number if file exists ... ok move_files: move files to destdir ... ok move_files: leave files alone if they're in a subdir of destdir ... ok move_files: overwrite files with the same name ... ok move_files: leave files alone if they're already in destdir ... ok read_lines: return [] for empty file ... ok read_lines: return [] for missing file ... ok read_lines: returns items as passed to append_line ... ok read_lines: returns a list of lines without trailing newlines ... ok save_repo: copies directory contents to /run/install/DD-X ... ok save_repo: copies directory contents to multiple /run/install/DD-X folders ... ok save_repo: copies a single file to /run/install/DD-X ... ok dirinstall_test (tests.nosetests.pyanaconda_tests.argparse_test.ArgparseTest) ... ok display_mode_test (tests.nosetests.pyanaconda_tests.argparse_test.ArgparseTest) ... ok selinux_test (tests.nosetests.pyanaconda_tests.argparse_test.ArgparseTest) ... ok storage_test (tests.nosetests.pyanaconda_tests.argparse_test.ArgparseTest) ... ok system_test (tests.nosetests.pyanaconda_tests.argparse_test.ArgparseTest) ... ok target_test (tests.nosetests.pyanaconda_tests.argparse_test.ArgparseTest) ... ok Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ... ERROR default_configuration_test (tests.nosetests.pyanaconda_tests.configuration_test.AnacondaConfigurationTestCase) ... ok default_read_test (tests.nosetests.pyanaconda_tests.configuration_test.AnacondaConfigurationTestCase) ... ok default_source_test (tests.nosetests.pyanaconda_tests.configuration_test.AnacondaConfigurationTestCase) ... ok default_validation_test (tests.nosetests.pyanaconda_tests.configuration_test.AnacondaConfigurationTestCase) ... ok default_write_test (tests.nosetests.pyanaconda_tests.configuration_test.AnacondaConfigurationTestCase) ... ok kickstart_modules_test (tests.nosetests.pyanaconda_tests.configuration_test.AnacondaConfigurationTestCase) ... ok read_test (tests.nosetests.pyanaconda_tests.configuration_test.AnacondaConfigurationTestCase) ... ok source_test (tests.nosetests.pyanaconda_tests.configuration_test.AnacondaConfigurationTestCase) ... ok write_test (tests.nosetests.pyanaconda_tests.configuration_test.AnacondaConfigurationTestCase) ... ok configuration_test (tests.nosetests.pyanaconda_tests.configuration_test.ConfigurationTestCase) ... ok get_test (tests.nosetests.pyanaconda_tests.configuration_test.ConfigurationTestCase) ... ok invalid_get_test (tests.nosetests.pyanaconda_tests.configuration_test.ConfigurationTestCase) ... ok invalid_read_test (tests.nosetests.pyanaconda_tests.configuration_test.ConfigurationTestCase) ... ok invalid_set_test (tests.nosetests.pyanaconda_tests.configuration_test.ConfigurationTestCase) ... ok invalid_write_test (tests.nosetests.pyanaconda_tests.configuration_test.ConfigurationTestCase) ... ok read_test (tests.nosetests.pyanaconda_tests.configuration_test.ConfigurationTestCase) ... ok set_test (tests.nosetests.pyanaconda_tests.configuration_test.ConfigurationTestCase) ... ok write_test (tests.nosetests.pyanaconda_tests.configuration_test.ConfigurationTestCase) ... ok Check of controller handles various edge cases. ... ok Check that the module initialization controller works correctly. ... ok Test the DBus identifier object. ... ok Test the DBus interface object. ... ok Test the DBus object. ... ok Test the DBus service object. ... ok Test getting a cached observer. ... ok Test getting an observer. ... ok Test getting a proxy. ... ok Test complex example. ... ok Test if the given name should be exported. ... ok Test invalid methods. ... ok Test the interface with an invalid property. ... ok Test interface with an invalid signal. ... ok Test if methods are DBus methods. ... ok Test property detection. ... ok Test signal detection. ... ok Test interface with a method. ... ok Test interface with overridden methods. ... ok Test readonly property. ... ok Test the interface with a property. ... ok Test writeonly property. ... ok Test interface with signals. ... ok Test interface with a simple signal. ... ok Test members of standard interfaces. ... ok Test DBus path. ... ok Test DBus path. ... ok Test namespaces. ... ok Test the properties cache. ... ok Advanced test for the cached observer. ... ok Test the cached observer. ... ok Advanced test for observer connect. ... ok Test observer connect failed. ... ok Test observer connect. ... ok Test the object observer. ... ok Test the observer. ... ok Test for invalid properties. ... ok Test properties mapping. ... ok Test emitting changed properties. ... ok Test the properties interface with invalid class. ... ok Test the template with invalid property. ... ok Test the properties interface with invalid property. ... ok Test template with multiple inheritance. ... ok Test reporting changed properties. ... ok Test the template with support for properties. ... ok apply_complicated_structure_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok apply_simple_invalid_structure_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok apply_simple_structure_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok apply_to_invalid_data_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok empty_structure_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok get_complicated_structure_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok get_from_invalid_data_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok get_simple_structure_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok init_string_representation_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok no_type_structure_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok readonly_structure_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok skip_members_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok string_representation_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok writeonly_structure_test (tests.nosetests.pyanaconda_tests.dbus_structure_test.DBusStructureTestCase) ... ok Test type aliases. ... ok Test basic types. ... ok Test container types. ... ok Test difficult type structures. ... ok Test integer types. ... ok Test the invalid types. ... ok Test simple types. ... ok Test the unknown type. ... ok Test variants with type aliases. ... ok Test variants with basic types. ... ok Test variants with container types. ... ok Test variants with integer types. ... ok Test invalid variants. ... ok Test the interface element. ... ok Test the method element. ... ok Test the node element. ... ok Test the parameter element. ... ok Test the property element. ... ok Test the signal element. ... ok Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ... ERROR Install with one task. ... ok Install with three tasks. ... ok Install with no modules. ... ok Install with no tasks. ... ok Check that an empty task queue works correctly. ... ok Check that works correctly with kwargs. ... ok Check if task with no arguments works correctly. ... ok Check that task queue processing works correctly. ... ok Check if a Task subclass with custom start() method works. ... ok Check if kwarg passing works for Task subclasses. ... ok Check if a Task subclass with custom run_task() method works. ... ok Check that task works correctly. ... ok Test cmp_obj_attrs. ... ok Test get_active_console. ... ok Test the getDirSize. ... ok Test have_word_match. ... ok Test isConsoleOnVirtualTerminal. ... ok Test the item_counter generator. ... ok Test lowerASCII. ... ok Test mkdirChain. ... ok Test the open_with_perm function ... ok Test the parent_dir function ... ok Test parseNfsUrl. ... ok Test strip_accents. ... ok Check that the @synchronized decorator works correctly. ... ok sysroot_test (tests.nosetests.pyanaconda_tests.iutil_test.MiscTests) ... ok Test _toASCII. ... ok Test if the touch function correctly creates empty files ... ok Test upperASCII. ... ok Test vtActivate. ... ok Test execReadlines with reading only part of the output ... ok Test execReadlines. ... ok Test execReadlines in different child exit situations. ... ok Test execReadlines and filter_stderr. ... ok Test the output of execReadlines. ... ok Test execReadlines and signal receipt. ... ok Test execWithCapture with no output ... ok Test execWithCapture with no stderr ... ok Test execWithCapture. ... ok Test execWithRedirect. ... ok Test _run_program with binary output. ... ok Test the _run_program method. ... ok Test passing preexec_fn to startProgram. ... ok Test the reset_handlers parameter of startProgram. ... ok Test redirecting stdout with startProgram. ... ok Test watchProcess ... ok Upcasing first letter should work as expected. ... ok Should correctly join keyboard layout and variant to a string spec. ... ok Normalizing layout and variant strings should work as expected. ... ok Parsing and joining valid layout and variant spec should have no effect. ... ok Should correctly parse keyboard layout and variant string specs. ... ok Tests creating of element and his type. ... ok Test conflicting commands in kickstart. ... ok Test invalid command or option in kickstart. ... ok Test behaviour for missing kickstart include files. ... ok Test of kickstarts expected to raise KickstartParseError. ... ok This test should demonstrate usage and output of the parser. ... ok Test splitting kickstart supplied by string. ... ok Test splitting and dumping of various kickstart samples. ... ok Test setting of valid sections for the parser. ... ok Test dumping of elements into kickstart. ... ok Test filtering of elements. ... ok Test getting of element references. ... ok Test tracking of elements. ... ok distribute_test (tests.nosetests.pyanaconda_tests.kickstart_manager_test.KickstartManagerTestCase) ... ok missing_include_split_test (tests.nosetests.pyanaconda_tests.kickstart_manager_test.KickstartManagerTestCase) ... ok missing_section_end_split_test (tests.nosetests.pyanaconda_tests.kickstart_manager_test.KickstartManagerTestCase) ... ok unknown_section_split_test (tests.nosetests.pyanaconda_tests.kickstart_manager_test.KickstartManagerTestCase) ... ok Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ... ERROR Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ... ERROR Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ... ERROR Finding best locale matches should work as expected. ... ok Langcode-locale matching should work as expected. ... ok All locales' date formats should be properly resolved. ... ok Should return None for invalid langcodes. ... ok Should correctly parse valid langcodes. ... ok Test InstallLanguageWithTask. ... ok Test the keyboard command. ... ok Test the keyboard command. ... ok Test the keyboard command. ... ok Test the keyboard command. ... ok Test the Keyboard property. ... ok Test the KeyboardKickstarted property. ... ok Test with empty string. ... ok Test kickstart properties. ... ok Test the lang command with added language support.. ... ok Test the lang command. ... ok Test the Language property. ... ok Test the LanguageKickstarted property. ... ok Test the LanguageSupport property. ... ok Test with no kickstart. ... ok Test SetLanguageKickstart. ... ok Test the LayoutSwitchOptions property. ... ok Test the VirtualConsoleKeymap property. ... ok Test the XLayouts property. ... ok Test the language installation task. ... ok Test the default firewall module values are as expected. ... ok Test if firewall can be disabled. ... ok Tests if disabled services can be set. ... ok Test if enabled ports can be set. ... ok Tests if enabled services can be set. ... ok Tests if trusts can be set. ... ok Test if the use-system-firewall-defaults option can be set. ... ok Test if firewall can be toggled. ... ok Test getting connectivity status does not fail. ... ok Test checking connecting status does not fail. ... ok Test getting current hostname does not fail. ... ok Test the hostname property. ... ok Test with empty string. ... ok Test basic firewall command usage. ... ok Test firewall --disabled. ... ok Test firewall --disabled with options. ... ok Test firewall with individual service options. ... ok Test firewall --use-system-defaults. ... ok Test firewall --use-system-defaults. ... ok Test kickstart properties. ... ok Test connectivity properties with mocked NMClient. ... ok Test the network command. ... ok nm_availability_test (tests.nosetests.pyanaconda_tests.module_network_test.NetworkInterfaceTestCase) ... ok Test with no kickstart. ... ok Test the auth command. ... ok Test the authconfig command. ... ok Test the authconfig property. ... ok Test the authselect command. ... ok Test the authselect property. ... ok Test with empty string. ... ok Test kickstart properties. ... ok Test with no kickstart. ... ok Test the realm command. ... ok Test the realm property. ... ok Test the selinux command. ... ok Test the selinux property. ... ok Test the default desktop property. ... ok Test the default target property. ... ok Test the disabled services property. ... ok Test the enabled services property. ... ok Test the firstboot command - disabled. ... ok Test the firstboot command - enabled. ... ok Test the firstboot command - reconfig. ... ok Test with empty string. ... ok Test kickstart properties. ... ok Test with no kickstart. ... ok Test the services command. ... ok Test the setup on boot property. ... ok Test the skipx command. ... ok Test the xconfig command. ... ok Test the backup passphrase enabled property. ... ok Test the cipher property, ... ok Test the property enabled. ... ok Test the encrypted property. ... ok Test the escrowcert property. ... ok Test the filesystem property. ... ok Test the luks version property. ... ok Test the noboot property. ... ok Test the nohome property. ... ok Test the noswap property. ... ok Test the passphrase property. ... ok Test the PBKDF iterations property. ... ok Test the PBKDF memory property. ... ok Test the PBKDF property. ... ok Test the PBKDF time property. ... ok Test the type property. ... ok Test the bootloader mode property. ... ok Test the bootloader type property. ... ok Test the drive order property. ... ok Test the drive property. ... ok Test the extra arguments property. ... ok Test the keep boot order property. ... ok Test the keep MBR property. ... ok Test the password property. ... ok Test the preferred location property. ... ok Test the timeout property. ... ok Test DiscoverWithTask. ... ok Test the discover task. ... ok Test the failing discovery task. ... ok Test the discovery task. ... ok Test the format task. ... ok Test the can initialize label property. ... ok Test the default disk label property. ... ok Test the devices to clear property. ... ok Test the drives to clear property. ... ok Test the can format LDL property. ... ok Test the can format unrecognized property. ... ok Test the type to clear property. ... ok Test the ignored disks property. ... ok Test the selected disks property. ... ok Test the discover task. ... ok Test the get nics method. ... ok Test ReloadModule. ... ok Test WriteConfiguration. ... ok Test the failing discovery task. ... ok Test the discovery task. ... ok Test the enabled property. ... ok Test the mount points property. ... ok Test the autopart command with the backuppassphrase option. ... ok Test the autopart command with the cipher option. ... ok Test the autopart command with the encrypted option. ... ok Test the autopart command with the escrowcert option. ... ok Test the autopart command with the fstype option. ... ok Test the autopart command. ... ok Test the autopart command with the luks version option. ... ok Test the autopart command with nohome, noboot and noswap options. ... ok Test the autopart command with the passphrase option. ... ok Test the autopart command with the pbkdf iterations option. ... ok Test the autopart command with the pbkdf option. ... ok Test the autopart command with the pbkdf memory option. ... ok Test the autopart command with the pbkdf time option. ... ok Test the autopart command with the type option. ... ok Test the bootloader command with the append option. ... ok Test the bootloader command with the boot drive option. ... ok Test the bootloader command with the disabled option. ... ok Test the bootloader command with the driveorder option. ... ok Test the bootloader command with the encrypted password option. ... ok Test the bootloader command with the extlinux option. ... ok Test the bootloader command with the leavebootorder option. ... ok Test the bootloader command with the MBR option. ... ok Test the bootloader command with the md5pass option. ... ok Test the bootloader command with the nombr option. ... ok Test the bootloader command with the none option. ... ok Test the bootloader command with the partition option. ... ok Test the bootloader command with the password option. ... ok Test the bootloader command with the timeout option. ... ok Test the clearpart command with the all option. ... ok Test the clearpart command with the cdl option. ... ok Test the clearpart command with the disklabel option. ... ok Test the clearpart command with the drives option. ... ok Test the clearpart command with the initlabel option. ... ok Test the clearpart command with the linux option. ... ok Test the clearpart command with the list option. ... ok Test the clearpart command with the none option. ... ok Test the fcoe command. ... ok Test the ignoredisk command with the onlyuse option. ... ok Test the ignoredisk command with the drives option. ... ok Test with empty string. ... ok Test kickstart properties. ... ok Test the mount command. ... ok Test the mount command with the mkfsoptions. ... ok Test the mount command with the mountoptions. ... ok Test multiple mount commands. ... ok Test the mount command with none. ... ok Test the mount command with the reformat option. ... ok Test with no kickstart. ... ok Test the zerombr command. ... ok Test the zfcp command. ... ok Test the discover task. ... ok Test ReloadModule. ... ok Test WriteConfiguration. ... ok Test the failing discovery task. ... ok Test the discovery task. ... ok Run a task asynchronously. ... ok Run a canceled task. ... ok Run a failing task. ... ok Install with one canceled task. ... ok Install with one failing task. ... ok Install with incomplete tasks. ... ok Install with no tasks. ... ok Install with one task. ... ok Install with three tasks. ... ok Test invalid progress reporting. ... ok Test multistep progress reporting. ... ok Test task properties. ... ok Test task publishing. ... ok Test simple progress reporting. ... ok Run a simple task. ... ok Run a task synchronously. ... ok Test the thread name of the task. ... ok Test the timezone command with flags. ... ok Test the timezone command with ntp servers.. ... ok Test with empty string. ... ok Test kickstart properties. ... ok Test the timezone command. ... ok Test with no kickstart. ... ok Test the NTPEnabled property. ... ok Test the NTPServers property. ... ok Test the Timezone property. ... ok Test the IsUtc property. ... ok Test the user name property. ... ok Test clearing of the root password. ... ok Test the create user method. ... ok Test the default user module values are as expected. ... ok Test locking the root account via kickstart. ... ok Test the user kickstart commands. ... ok Test kickstart properties. ... ok Test the setting crypted root password via kickstart. ... ok Test the setting plaintext root password via kickstart. ... ok Test the user kickstart command. ... ok Test locking root from kickstart and unlocking with DBUS. ... ok Test if locking the root account from kickstart works correctly. ... ok Test if setting crypted root password from kickstart works correctly. ... ok Test if setting plaintext root password from kickstart works correctly. ... ok Test if root account can be locked via DBUS correctly. ... ok Test the users property with multiple users. ... ok Test the users property with no users. ... ok Test rootpw is marked as kickstarted with kickstart. ... ok Test rootpw is not marked as kickstarted without kickstart. ... ok Test if setting crypted root password from kickstart works correctly. ... ok dracutBootArguments_s390_test (tests.nosetests.pyanaconda_tests.network_test.NetworkIfcfgTests) ... ok dracutBootArguments_test (tests.nosetests.pyanaconda_tests.network_test.NetworkIfcfgTests) ... ok update_hostname_data_test (tests.nosetests.pyanaconda_tests.network_test.NetworkKSDataTests) ... ERROR bond_options_ksdata_to_dbus_test (tests.nosetests.pyanaconda_tests.network_test.NetworkTests) ... ok default_ks_vlan_interface_name_test (tests.nosetests.pyanaconda_tests.network_test.NetworkTests) ... ok nm_check_ip_address_test (tests.nosetests.pyanaconda_tests.network_test.NetworkTests) ... ok nm_ks_spec_to_device_name_test (tests.nosetests.pyanaconda_tests.network_test.NetworkTests) ... ok prefix2netmask2prefix_test (tests.nosetests.pyanaconda_tests.network_test.NetworkTests) ... ok sanityCheckHostname_test (tests.nosetests.pyanaconda_tests.network_test.NetworkTests) ... ok ipv4_address_convert_test (tests.nosetests.pyanaconda_tests.nm_test.UtilityFunctionsTests) ... ok ipv6_address_convert_test (tests.nosetests.pyanaconda_tests.nm_test.UtilityFunctionsTests) ... ok complete_partitioning_requests_test (tests.nosetests.pyanaconda_tests.partitioning_test.PartitioningTestCase) ... ok filter_all_default_partitioning_test (tests.nosetests.pyanaconda_tests.partitioning_test.PartitioningTestCase) ... ok filter_none_default_partitioning_test (tests.nosetests.pyanaconda_tests.partitioning_test.PartitioningTestCase) ... ok get_platform_specific_partitioning_test (tests.nosetests.pyanaconda_tests.partitioning_test.PartitioningTestCase) ... ok Check if the empty_ok flag works correctly. ... ok Check if quality of an empty password is reported correctly. ... ok Check if minimal password length is checked properly. ... ok Check if libpwquality gives reasonable numbers & score is assigned correctly. ... ok is_cdrom_test (tests.nosetests.pyanaconda_tests.payload_source_test.TestSourceFactoryTests) ... ok is_file_test (tests.nosetests.pyanaconda_tests.payload_source_test.TestSourceFactoryTests) ... ok is_ftp_test (tests.nosetests.pyanaconda_tests.payload_source_test.TestSourceFactoryTests) ... ok is_harddrive_test (tests.nosetests.pyanaconda_tests.payload_source_test.TestSourceFactoryTests) ... ok is_hmc_test (tests.nosetests.pyanaconda_tests.payload_source_test.TestSourceFactoryTests) ... ok is_http_test (tests.nosetests.pyanaconda_tests.payload_source_test.TestSourceFactoryTests) ... ok is_https_test (tests.nosetests.pyanaconda_tests.payload_source_test.TestSourceFactoryTests) ... ok is_livecd_test (tests.nosetests.pyanaconda_tests.payload_source_test.TestSourceFactoryTests) ... ok is_nfs_test (tests.nosetests.pyanaconda_tests.payload_source_test.TestSourceFactoryTests) ... ok parse_repo_cmdline_test (tests.nosetests.pyanaconda_tests.payload_source_test.TestSourceFactoryTests) ... ok Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ... ERROR existing_product_test (tests.nosetests.pyanaconda_tests.product_test.ProductConfigurationTestCase) ... ok fedora_products_test (tests.nosetests.pyanaconda_tests.product_test.ProductConfigurationTestCase) ... ok find_nonexistent_product_test (tests.nosetests.pyanaconda_tests.product_test.ProductConfigurationTestCase) ... ok ignore_invalid_product_test (tests.nosetests.pyanaconda_tests.product_test.ProductConfigurationTestCase) ... ok invalid_base_product_test (tests.nosetests.pyanaconda_tests.product_test.ProductConfigurationTestCase) ... ok invalid_product_test (tests.nosetests.pyanaconda_tests.product_test.ProductConfigurationTestCase) ... ok repeated_base_product_test (tests.nosetests.pyanaconda_tests.product_test.ProductConfigurationTestCase) ... ok rhel_products_test (tests.nosetests.pyanaconda_tests.product_test.ProductConfigurationTestCase) ... ok valid_product_test (tests.nosetests.pyanaconda_tests.product_test.ProductConfigurationTestCase) ... ok valid_variant_test (tests.nosetests.pyanaconda_tests.product_test.ProductConfigurationTestCase) ... ok Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ... ERROR Test that SAM can correctly disable post install tools via the user interaction config. ... ok Test that SAM can correctly parse an existing user interaction config. ... ok Test that the Anaconda generated config file header looks fine. ... ok Test that SAM can handle no user interaction taking place. ... ok Test that SAM correctly marks option as changed in the output config. ... ok Test that SAM correctly marks a spoke as visited in the output config. ... ok Test if the clear() method correctly clears any connected callbacks. ... ok Test if a local function can be correctly connected to a signal. ... ok Test if a lambda can be correctly connected to a signal. ... ok Test if a method can be correctly connected to a signal. ... ok Check if signals can be chained together. ... ok comment_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok no_use_tmp_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok quote_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok read_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok read_write__perms_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok read_write_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok remove_key_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok Setting and getting values ... ok unquote_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok unset_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok use_tmp_multifs_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok use_tmp_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok write_new_keys_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok write_test (tests.nosetests.pyanaconda_tests.simpleconfig_test.SimpleConfigTests) ... ok Test constraints checking. ... ok Run a complicated check. ... ok Check the default storage checker. ... ok Test the dictionary constraints. ... ok Test info messages. ... ok Test a check with no checks. ... ok Test simple constraint adding. ... ok Test an simple error report. ... ok Test simple info messages. ... ok Test an simple warning report. ... ok Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ... ERROR Check if None is return for an invalid territory. ... ok Check if the returned value is string for a valid territory. ... ok Check if all returned timezones are considered valid timezones. ... ok Check if returned timezones are plain strings, not unicode objects. ... ok Check that save_hw_clock does nothing on s390. ... ok Check that time_initialize doesn't call hwclock on s390. ... ok Create a group that already exists. ... ok Create a group with a GID that already exists. ... ok Create a group with a specific GID. ... ok Create a group. ... ok Create a user with a specific password algorithm. ... ok Create a user that already exists. ... ok Create a user with a GID of an existing group. ... ok Create a user with a GID equal to that of one of the requested groups ... ok Create a user with a specific GID. ... ok Create a user with a bad list of groups. ... ok Create a user with a list of groups. ... ok Create a locked user account. ... ok Create a user with a password. ... ok create_user_reuse_home_test (tests.nosetests.pyanaconda_tests.user_create_test.UserCreateTest) ... ok Create a user. ... ok Create a user with the text fields set. ... ok Create a user with a UID that already exists. ... ok Create a user with a specific UID. ... ok set_root_password_test (tests.nosetests.pyanaconda_tests.user_create_test.UserCreateTest) ... ok set_user_ssh_key_test (tests.nosetests.pyanaconda_tests.user_create_test.UserCreateTest) ... ok Test invalid characters. ... ok Test a dolar in names. ... ok Test dots. ... ok Test a simple list of groups. ... ok Test names with a hyphen. ... ok Test the length of names. ... ok Test numbers in names. ... ok There are no reserved names for groups. ... ok Test invalid characters. ... ok Test a dolar in names. ... ok Test dots. ... ok Test names with a hyphen. ... ok Test the length of names. ... ok Test numbers in names. ... ok There are no reserved names for groups. ... ok Test invalid characters. ... ok Test a dolar in names. ... ok Test dots. ... ok Test names with a hyphen. ... ok Test the length of names. ... ok Test numbers in names. ... ok Test the reserved names. ... ok device_name_test (tests.nosetests.regex_tests.dasd_name_test.DASDNameRegexTestCase) ... ok Test a list of possible group-name (GID) values with the group ... ok hostname_test (tests.nosetests.regex_tests.hostname_test.HostnameRegexTestCase) ... ok ipv4_test (tests.nosetests.regex_tests.hostname_test.IPv4RegexTestCase) ... ok ipv6_test (tests.nosetests.regex_tests.hostname_test.IPv6RegexTestCase) ... ok netmask_test (tests.nosetests.regex_tests.ibft_device_name_test.IbftDeviceNameTestCase) ... ok euiname_test (tests.nosetests.regex_tests.iscsi_name_test.iSCSIeuinameRegexTestCase) ... ok iqnname_test (tests.nosetests.regex_tests.iscsi_name_test.iSCSIiqnnameRegexTestCase) ... ok netmask_test (tests.nosetests.regex_tests.netmask_test.IPv4NetmaskTestCase) ... ok reponame_test (tests.nosetests.regex_tests.repo_name_test.RepoNameTestCase) ... ok Run a list of possible URL values through the regex and check for ... ok Test a list of possible Full Name values. ... ok grouplist_simple_test (tests.nosetests.regex_tests.username_test.UsernameRegexTestCase) ... ok Test a list of possible username values. ... ok lun_name_test (tests.nosetests.regex_tests.zfcp_name_test.ZFCPNameRegexTestCase) ... ok wwpn_name_test (tests.nosetests.regex_tests.zfcp_name_test.ZFCPNameRegexTestCase) ... ok ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.7/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib64/python3.7/imp.py", line 234, in load_module return load_source(name, filename, file) File "/usr/lib64/python3.7/imp.py", line 171, in load_source module = _load(spec) File "", line 696, in _load File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/anaconda/tests/nosetests/pyanaconda_tests/clearpart_test.py", line 5, in from pyanaconda.storage.osinstall import InstallerStorage File "/anaconda/pyanaconda/storage/osinstall.py", line 49, in from pyanaconda.bootloader import get_bootloader File "/anaconda/pyanaconda/bootloader/__init__.py", line 19, in from pyanaconda.bootloader.efi import EFIGRUB, Aarch64EFIGRUB, ArmEFIGRUB, MacEFIGRUB File "/anaconda/pyanaconda/bootloader/efi.py", line 22, in from pyanaconda.bootloader.grub import GRUB ModuleNotFoundError: No module named 'pyanaconda.bootloader.grub' ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.7/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib64/python3.7/imp.py", line 234, in load_module return load_source(name, filename, file) File "/usr/lib64/python3.7/imp.py", line 171, in load_source module = _load(spec) File "", line 696, in _load File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/anaconda/tests/nosetests/pyanaconda_tests/grub_raid_test.py", line 26, in from pyanaconda.bootloader.grub import GRUB File "/anaconda/pyanaconda/bootloader/__init__.py", line 19, in from pyanaconda.bootloader.efi import EFIGRUB, Aarch64EFIGRUB, ArmEFIGRUB, MacEFIGRUB File "/anaconda/pyanaconda/bootloader/efi.py", line 22, in from pyanaconda.bootloader.grub import GRUB ModuleNotFoundError: No module named 'pyanaconda.bootloader.grub' ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.7/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib64/python3.7/imp.py", line 234, in load_module return load_source(name, filename, file) File "/usr/lib64/python3.7/imp.py", line 171, in load_source module = _load(spec) File "", line 696, in _load File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/anaconda/tests/nosetests/pyanaconda_tests/kickstart_specification_test.py", line 29, in from pyanaconda import kickstart File "/anaconda/pyanaconda/kickstart.py", line 43, in from pyanaconda.bootloader import get_bootloader File "/anaconda/pyanaconda/bootloader/__init__.py", line 19, in from pyanaconda.bootloader.efi import EFIGRUB, Aarch64EFIGRUB, ArmEFIGRUB, MacEFIGRUB File "/anaconda/pyanaconda/bootloader/efi.py", line 22, in from pyanaconda.bootloader.grub import GRUB ModuleNotFoundError: No module named 'pyanaconda.bootloader.grub' ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.7/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib64/python3.7/imp.py", line 234, in load_module return load_source(name, filename, file) File "/usr/lib64/python3.7/imp.py", line 171, in load_source module = _load(spec) File "", line 696, in _load File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/anaconda/tests/nosetests/pyanaconda_tests/ks_version_test.py", line 20, in from pyanaconda import kickstart File "/anaconda/pyanaconda/kickstart.py", line 43, in from pyanaconda.bootloader import get_bootloader File "/anaconda/pyanaconda/bootloader/__init__.py", line 19, in from pyanaconda.bootloader.efi import EFIGRUB, Aarch64EFIGRUB, ArmEFIGRUB, MacEFIGRUB File "/anaconda/pyanaconda/bootloader/efi.py", line 22, in from pyanaconda.bootloader.grub import GRUB ModuleNotFoundError: No module named 'pyanaconda.bootloader.grub' ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.7/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib64/python3.7/imp.py", line 234, in load_module return load_source(name, filename, file) File "/usr/lib64/python3.7/imp.py", line 171, in load_source module = _load(spec) File "", line 696, in _load File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/anaconda/tests/nosetests/pyanaconda_tests/ksdata_test.py", line 5, in from pyanaconda.storage.osinstall import InstallerStorage File "/anaconda/pyanaconda/storage/osinstall.py", line 49, in from pyanaconda.bootloader import get_bootloader File "/anaconda/pyanaconda/bootloader/__init__.py", line 19, in from pyanaconda.bootloader.efi import EFIGRUB, Aarch64EFIGRUB, ArmEFIGRUB, MacEFIGRUB File "/anaconda/pyanaconda/bootloader/efi.py", line 22, in from pyanaconda.bootloader.grub import GRUB ModuleNotFoundError: No module named 'pyanaconda.bootloader.grub' ====================================================================== ERROR: update_hostname_data_test (tests.nosetests.pyanaconda_tests.network_test.NetworkKSDataTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/mock/mock.py", line 1305, in patched return func(*args, **keywargs) File "/anaconda/tests/nosetests/pyanaconda_tests/network_test.py", line 288, in update_hostname_data_test from pyanaconda.kickstart import AnacondaKSHandler File "/anaconda/pyanaconda/kickstart.py", line 43, in from pyanaconda.bootloader import get_bootloader File "/anaconda/pyanaconda/bootloader/__init__.py", line 19, in from pyanaconda.bootloader.efi import EFIGRUB, Aarch64EFIGRUB, ArmEFIGRUB, MacEFIGRUB File "/anaconda/pyanaconda/bootloader/efi.py", line 22, in from pyanaconda.bootloader.grub import GRUB ModuleNotFoundError: No module named 'pyanaconda.bootloader.grub' ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.7/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib64/python3.7/imp.py", line 234, in load_module return load_source(name, filename, file) File "/usr/lib64/python3.7/imp.py", line 171, in load_source module = _load(spec) File "", line 696, in _load File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/anaconda/tests/nosetests/pyanaconda_tests/payload_test.py", line 21, in from pyanaconda.payload import dnfpayload File "/anaconda/pyanaconda/payload/dnfpayload.py", line 33, in from pyanaconda.kickstart import RepoData File "/anaconda/pyanaconda/kickstart.py", line 43, in from pyanaconda.bootloader import get_bootloader File "/anaconda/pyanaconda/bootloader/__init__.py", line 19, in from pyanaconda.bootloader.efi import EFIGRUB, Aarch64EFIGRUB, ArmEFIGRUB, MacEFIGRUB File "/anaconda/pyanaconda/bootloader/efi.py", line 22, in from pyanaconda.bootloader.grub import GRUB ModuleNotFoundError: No module named 'pyanaconda.bootloader.grub' ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.7/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib64/python3.7/imp.py", line 234, in load_module return load_source(name, filename, file) File "/usr/lib64/python3.7/imp.py", line 171, in load_source module = _load(spec) File "", line 696, in _load File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/anaconda/tests/nosetests/pyanaconda_tests/pwpolicy_test.py", line 21, in from pyanaconda import kickstart File "/anaconda/pyanaconda/kickstart.py", line 43, in from pyanaconda.bootloader import get_bootloader File "/anaconda/pyanaconda/bootloader/__init__.py", line 19, in from pyanaconda.bootloader.efi import EFIGRUB, Aarch64EFIGRUB, ArmEFIGRUB, MacEFIGRUB File "/anaconda/pyanaconda/bootloader/efi.py", line 22, in from pyanaconda.bootloader.grub import GRUB ModuleNotFoundError: No module named 'pyanaconda.bootloader.grub' ====================================================================== ERROR: Failure: ModuleNotFoundError (No module named 'pyanaconda.bootloader.grub') ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) File "/usr/lib/python3.7/site-packages/nose/loader.py", line 417, in loadTestsFromName addr.filename, addr.module) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) File "/usr/lib/python3.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) File "/usr/lib64/python3.7/imp.py", line 234, in load_module return load_source(name, filename, file) File "/usr/lib64/python3.7/imp.py", line 171, in load_source module = _load(spec) File "", line 696, in _load File "", line 677, in _load_unlocked File "", line 728, in exec_module File "", line 219, in _call_with_frames_removed File "/anaconda/tests/nosetests/pyanaconda_tests/storage_test.py", line 8, in from pyanaconda.storage.osinstall import InstallerStorage, storage_initialize File "/anaconda/pyanaconda/storage/osinstall.py", line 49, in from pyanaconda.bootloader import get_bootloader File "/anaconda/pyanaconda/bootloader/__init__.py", line 19, in from pyanaconda.bootloader.efi import EFIGRUB, Aarch64EFIGRUB, ArmEFIGRUB, MacEFIGRUB File "/anaconda/pyanaconda/bootloader/efi.py", line 22, in from pyanaconda.bootloader.grub import GRUB ModuleNotFoundError: No module named 'pyanaconda.bootloader.grub' ---------------------------------------------------------------------- Ran 633 tests in 49.693s FAILED (errors=9) FAIL nosetests.sh (exit status: 1) FAIL: pylint/runpylint.py ========================= ************* Module ../pyanaconda/bootloader/__init__.py W0611(unused-import): 26,0: : Unused flags imported from pyanaconda.flags ************* Module ../pyanaconda/bootloader/efi.py E0611(no-name-in-module): 22,0: : No name 'grub' in module 'pyanaconda.bootloader' E0401(import-error): 22,0: : Unable to import 'pyanaconda.bootloader.grub' W0611(unused-import): 22,0: : Unused GRUB imported from pyanaconda.bootloader.grub ************* Module ../pyanaconda/bootloader/grub2.py E0611(no-name-in-module): 24,0: : No name 'grub' in module 'pyanaconda.bootloader' E0401(import-error): 24,0: : Unable to import 'pyanaconda.bootloader.grub' E0203(access-member-before-definition):164,11: GRUB2.write_defaults: Access to member 'use_bls' before its definition line 166 E0203(access-member-before-definition):174,11: GRUB2._encrypt_password: Access to member 'encrypted_password' before its definition line 188 W0201(attribute-defined-outside-init):166,12: GRUB2.write_defaults: Attribute 'use_bls' defined outside __init__ W0201(attribute-defined-outside-init):188,8: GRUB2._encrypt_password: Attribute 'encrypted_password' defined outside __init__ W0201(attribute-defined-outside-init):308,8: GRUB2.check: Attribute 'errors' defined outside __init__ W0201(attribute-defined-outside-init):309,8: GRUB2.check: Attribute 'warnings' defined outside __init__ ************* Module ../tests/nosetests/pyanaconda_tests/grub_raid_test.py E0611(no-name-in-module): 26,0: : No name 'grub' in module 'pyanaconda.bootloader' E0401(import-error): 26,0: : Unable to import 'pyanaconda.bootloader.grub' /usr/local/lib/python3.7/site-packages/pocketlint/__init__.py:224: FutureWarning: Possible set difference at position 38 pattern = re.compile(r"%s (?P[1-9.]+)" % exc) FAIL pylint/runpylint.py (exit status: 6) SKIP: storage/run_storage_tests.py ================================== SKIP storage/run_storage_tests.py (exit status: 77)