7f59099 Merge pull request #3664 from jkonecny12/rhel-9-backport-pytest

177 files Merged by jkonecny 2 years ago, Committed by GitHub 2 years ago,
177 files changed. 5821 lines added. 6062 lines removed.
Makefile.am
file modified
+2 -2
dockerfile/anaconda-ci/Dockerfile
file modified
+2 -3
dockerfile/anaconda-rpm/Dockerfile
file modified
+0 -2
tests/Makefile.am
file modified
+11 -11
tests/README.rst
file modified
+16 -9
tests/glade/run_glade_tests.py
file removed
-24
tests/glade_tests.shtests/nosetests.sh
file renamed
+4 -4
tests/glade_tests/__init__.py
file added
+21
tests/glade_tests/test_format_string.pytests/glade/check_format_string.py
file renamed
+9 -3
tests/glade_tests/test_glade_validity.pytests/glade/check_glade_validity.py
file renamed
+9 -3
tests/glade_tests/test_hidden_translatable.pytests/glade/check_hidden_translatable.py
file renamed
+14 -5
tests/glade_tests/test_icons.pytests/glade/check_icons.py
file renamed
+20 -3
tests/glade_tests/test_invisible_char.pytests/glade/check_invisible_char.py
file renamed
+10 -5
tests/glade_tests/test_markup.pytests/glade/check_markup.py
file renamed
+10 -4
tests/glade_tests/test_mnemonics.pytests/glade/check_mnemonics.py
file renamed
+9 -3
tests/glade_tests/test_pw_visibility.pytests/glade/check_pw_visibility.py
file renamed
+9 -3
tests/glade_tests/test_viewport.pytests/glade/check_viewport.py
file renamed
+10 -3
tests/lib/gladecheck.py
file modified
+32 -144
tests/nosetests/pyanaconda_tests/localization_test.py
file removed
-283
tests/nosetests/regex_tests/__init__.py
file removed
-0
tests/nosetests_root.sh
file removed
-7
tests/rpm_tests.sh
file modified
+10 -2
tests/rpm_tests/__init__.py
file modified
+2 -2
tests/rpm_tests/test_create_rpm.pytests/rpm_tests/create_rpm_test.py
file renamed
+4 -4
tests/unit_tests.sh
file added
+14
tests/unit_tests/__init__.pytests/nosetests/__init__.py
file renamed
+7 -0
tests/unit_tests/dd_tests/__init__.pytests/glade/__init__.py
file renamed
+0 -0
tests/unit_tests/dd_tests/test_dd.pytests/nosetests/dd_tests/dd_test.py
file renamed
+52 -52
tests/unit_tests/dracut_tests/__init__.pytests/nosetests/dd_tests/__init__.py
file renamed
+0 -0
tests/unit_tests/dracut_tests/test_dracut_source.pytests/nosetests/dracut_tests/dracut_source_test.py
file renamed
+6 -4
tests/unit_tests/dracut_tests/test_driver_updates.pytests/nosetests/dracut_tests/test_driver_updates.py
file renamed
+89 -89
tests/unit_tests/dracut_tests/test_parse_kickstart.pytests/nosetests/dracut_tests/parse-kickstart_test.py
file renamed
+50 -49
tests/unit_tests/pyanaconda_tests/__init__.pytests/nosetests/pyanaconda_tests/__init__.py
file renamed
+19 -24
tests/unit_tests/pyanaconda_tests/core/__init__.pytests/nosetests/dracut_tests/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/core/test_configuration.pytests/nosetests/pyanaconda_tests/core/configuration_test.py
file renamed
+149 -138
tests/unit_tests/pyanaconda_tests/core/test_dbus.pytests/nosetests/pyanaconda_tests/core/dbus_test.py
file renamed
+6 -5
tests/unit_tests/pyanaconda_tests/core/test_kernel.pytests/nosetests/pyanaconda_tests/core/kernel_test.py
file renamed
+39 -39
tests/unit_tests/pyanaconda_tests/core/test_signal.pytests/nosetests/pyanaconda_tests/core/signal_test.py
file renamed
+28 -28
tests/unit_tests/pyanaconda_tests/core/test_startup_utils.pytests/nosetests/pyanaconda_tests/core/test_startup_utils.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/core/test_user.pytests/nosetests/pyanaconda_tests/core/user_test.py
file renamed
+13 -13
tests/unit_tests/pyanaconda_tests/core/test_user_create.pytests/nosetests/pyanaconda_tests/core/user_create_test.py
file renamed
+93 -91
tests/unit_tests/pyanaconda_tests/core/test_util.pytests/nosetests/pyanaconda_tests/core/util_test.py
file renamed
+290 -279
tests/unit_tests/pyanaconda_tests/modules/__init__.pytests/nosetests/pyanaconda_tests/core/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/boss/__init__.pytests/nosetests/pyanaconda_tests/modules/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/boss/test_boss.pytests/nosetests/pyanaconda_tests/modules/boss/boss_test.py
file renamed
+32 -32
tests/unit_tests/pyanaconda_tests/modules/boss/test_install.pytests/nosetests/pyanaconda_tests/modules/boss/install_test.py
file renamed
+11 -11
tests/unit_tests/pyanaconda_tests/modules/boss/test_kickstart.pytests/nosetests/pyanaconda_tests/modules/boss/kickstart_test.py
file renamed
+42 -50
tests/unit_tests/pyanaconda_tests/modules/boss/test_kickstart_dispatcher.pytests/nosetests/pyanaconda_tests/modules/boss/kickstart_dispatcher_test.py
file renamed
+102 -100
tests/unit_tests/pyanaconda_tests/modules/boss/test_module_ui.pytests/nosetests/pyanaconda_tests/modules/boss/module_ui_test.py
file renamed
+5 -6
tests/unit_tests/pyanaconda_tests/modules/boss/test_modules.pytests/nosetests/pyanaconda_tests/modules/boss/modules_test.py
file renamed
+16 -15
tests/unit_tests/pyanaconda_tests/modules/boss/test_observer.pytests/nosetests/pyanaconda_tests/modules/boss/observer_test.py
file renamed
+11 -10
tests/unit_tests/pyanaconda_tests/modules/common/__init__.pytests/nosetests/pyanaconda_tests/modules/boss/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/common/test_base.pytests/nosetests/pyanaconda_tests/modules/common/base_test.py
file renamed
+9 -9
tests/unit_tests/pyanaconda_tests/modules/common/test_policy.pytests/nosetests/pyanaconda_tests/modules/common/policy_test.py
file renamed
+22 -20
tests/unit_tests/pyanaconda_tests/modules/common/test_requirements.pytests/nosetests/pyanaconda_tests/modules/common/requirements_test.py
file renamed
+8 -8
tests/unit_tests/pyanaconda_tests/modules/common/test_secret_data.pytests/nosetests/pyanaconda_tests/modules/common/secret_data_test.py
file renamed
+62 -66
tests/unit_tests/pyanaconda_tests/modules/common/test_services.pytests/nosetests/pyanaconda_tests/modules/common/services_test.py
file renamed
+107 -107
tests/unit_tests/pyanaconda_tests/modules/common/test_tasks.pytests/nosetests/pyanaconda_tests/modules/common/tasks_test.py
file renamed
+55 -53
tests/unit_tests/pyanaconda_tests/modules/common/test_util.pytests/nosetests/pyanaconda_tests/modules/common/util_test.py
file renamed
+4 -4
tests/unit_tests/pyanaconda_tests/modules/localization/__init__.pytests/nosetests/pyanaconda_tests/modules/common/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/localization/test_module_localization.pytests/nosetests/pyanaconda_tests/modules/localization/module_localization_test.py
file renamed
+118 -126
tests/unit_tests/pyanaconda_tests/modules/network/__init__.pytests/nosetests/pyanaconda_tests/modules/localization/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/network/test_module_network.pytests/nosetests/pyanaconda_tests/modules/network/module_network_test.py
file renamed
+173 -250
tests/unit_tests/pyanaconda_tests/modules/network/test_module_network_config_file.pytests/nosetests/pyanaconda_tests/modules/network/module_network_config_file_test.py
file renamed
+11 -26
tests/unit_tests/pyanaconda_tests/modules/network/test_module_network_nm_client.pytests/nosetests/pyanaconda_tests/modules/network/module_network_nm_client_test.py
file renamed
+51 -128
tests/unit_tests/pyanaconda_tests/modules/payloads/__init__.pytests/nosetests/pyanaconda_tests/modules/network/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/__init__.pytests/nosetests/pyanaconda_tests/modules/payloads/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/module_payload_shared.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_shared.py
file renamed
+11 -14
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_flatpak_manager.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/flatpak_manager_test.py
file renamed
+21 -21
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_base.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_base_test.py
file renamed
+31 -33
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_dnf.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_dnf_test.py
file renamed
+45 -49
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_dnf_installation.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_dnf_installation_test.py
file renamed
+17 -17
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_dnf_manager.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_dnf_manager_test.py
file renamed
+38 -36
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_dnf_requirements.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_dnf_requirements_test.py
file renamed
+27 -27
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_dnf_utils.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_dnf_utils_test.py
file renamed
+40 -39
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_factory.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_factory_test.py
file renamed
+10 -8
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_live.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_live_test.py
file renamed
+13 -12
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_live_image.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_live_image_test.py
file renamed
+21 -23
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_live_os.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_live_os_test.py
file renamed
+34 -35
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_rpm_ostree.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/rpm_ostree_test.py
file renamed
+11 -13
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_rpm_ostree_flatpak.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/rpm_ostree_flatpak_test.py
file renamed
+8 -6
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_rpm_ostree_tasks.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/rpm_ostree_tasks_test.py
file renamed
+47 -56
tests/unit_tests/pyanaconda_tests/modules/payloads/source/__init__.pytests/nosetests/pyanaconda_tests/modules/payloads/payload/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_base.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_base_test.py
file renamed
+31 -29
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_cdn.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_cdn_test.py
file renamed
+8 -8
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_cdrom.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_cdrom_test.py
file renamed
+58 -66
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_closest_mirror.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_closest_mirror_test.py
file renamed
+8 -8
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_factory.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_factory_test.py
file renamed
+8 -6
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_harddrive.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_harddrive_test.py
file renamed
+57 -59
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_hmc.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_hmc_test.py
file renamed
+24 -23
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_live_image.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_live_image_test.py
file renamed
+56 -55
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_live_os.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_live_os_test.py
file renamed
+44 -40
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_nfs.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_nfs_test.py
file renamed
+52 -54
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_repo_files.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_repo_files_test.py
file renamed
+29 -26
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_rpm_ostree.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_rpm_ostree_test.py
file renamed
+26 -27
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_url.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_url_test.py
file renamed
+57 -59
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_utils.pytests/nosetests/pyanaconda_tests/modules/payloads/source/source_utils_test.py
file renamed
+6 -6
tests/unit_tests/pyanaconda_tests/modules/payloads/test_module_payload_base_utils.pytests/nosetests/pyanaconda_tests/modules/payloads/module_payload_base_utils_test.py
file renamed
+17 -17
tests/unit_tests/pyanaconda_tests/modules/payloads/test_module_payloads.pytests/nosetests/pyanaconda_tests/modules/payloads/module_payloads_test.py
file renamed
+60 -59
tests/unit_tests/pyanaconda_tests/modules/security/__init__.pytests/nosetests/pyanaconda_tests/modules/payloads/source/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/security/test_module_security.pytests/nosetests/pyanaconda_tests/modules/security/module_security_test.py
file renamed
+146 -145
tests/unit_tests/pyanaconda_tests/modules/storage/__init__.pytests/nosetests/pyanaconda_tests/modules/security/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/__init__.pytests/nosetests/pyanaconda_tests/modules/storage/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_automatic.pytests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_automatic_test.py
file renamed
+60 -73
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_blivet.pytests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_blivet_test.py
file renamed
+23 -21
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_custom.pytests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_custom_test.py
file renamed
+19 -17
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_factory.pytests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_factory_test.py
file renamed
+10 -8
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_interactive.pytests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_interactive_test.py
file renamed
+47 -45
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_manual.pytests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_manual_test.py
file renamed
+21 -22
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_specification.pytests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_specification_test.py
file renamed
+27 -27
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_resizable.pytests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_resizable_test.py
file renamed
+33 -31
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_scheduler.pytests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_scheduler_test.py
file renamed
+141 -144
tests/unit_tests/pyanaconda_tests/modules/storage/test_clearpart.pytests/nosetests/pyanaconda_tests/modules/storage/clearpart_test.py
file renamed
+73 -86
tests/unit_tests/pyanaconda_tests/modules/storage/test_fsset.pytests/nosetests/pyanaconda_tests/modules/storage/fsset_test.py
file renamed
+23 -23
tests/unit_tests/pyanaconda_tests/modules/storage/test_grub_raid.pytests/nosetests/pyanaconda_tests/modules/storage/grub_raid_test.py
file renamed
+12 -12
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_bootloader.pytests/nosetests/pyanaconda_tests/modules/storage/module_bootloader_test.py
file renamed
+58 -58
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_dasd.pytests/nosetests/pyanaconda_tests/modules/storage/module_dasd_test.py
file renamed
+23 -21
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_device_tree.pytests/nosetests/pyanaconda_tests/modules/storage/module_device_tree_test.py
file renamed
+146 -150
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_disk_init.pytests/nosetests/pyanaconda_tests/modules/storage/module_disk_init_test.py
file renamed
+18 -17
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_disk_select.pytests/nosetests/pyanaconda_tests/modules/storage/module_disk_select_test.py
file renamed
+25 -25
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_fcoe.pytests/nosetests/pyanaconda_tests/modules/storage/module_fcoe_test.py
file renamed
+19 -17
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_iscsi.pytests/nosetests/pyanaconda_tests/modules/storage/module_iscsi_test.py
file renamed
+26 -26
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_nvdimm.pytests/nosetests/pyanaconda_tests/modules/storage/module_nvdimm_test.py
file renamed
+44 -44
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_snapshot.pytests/nosetests/pyanaconda_tests/modules/storage/module_snapshot_test.py
file renamed
+24 -22
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_storage.pytests/nosetests/pyanaconda_tests/modules/storage/module_storage_test.py
file renamed
+147 -148
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_storage_bootloader_args.pytests/nosetests/pyanaconda_tests/modules/storage/module_storage_bootloader_args_test.py
file renamed
+12 -18
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_storage_checker.pytests/nosetests/pyanaconda_tests/modules/storage/module_storage_checker_test.py
file renamed
+30 -28
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_zfcp.pytests/nosetests/pyanaconda_tests/modules/storage/module_zfcp_test.py
file renamed
+16 -14
tests/unit_tests/pyanaconda_tests/modules/storage/test_platform.pytests/nosetests/pyanaconda_tests/modules/storage/platform_test.py
file renamed
+26 -25
tests/unit_tests/pyanaconda_tests/modules/storage/test_storage_checker.pytests/nosetests/pyanaconda_tests/modules/storage/storage_checker_test.py
file renamed
+57 -54
tests/unit_tests/pyanaconda_tests/modules/subscription/__init__.pytests/nosetests/pyanaconda_tests/modules/storage/partitioning/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/subscription/test_rhsm_observer.pytests/nosetests/pyanaconda_tests/modules/subscription/rhsm_observer_test.py
file renamed
+26 -24
tests/unit_tests/pyanaconda_tests/modules/subscription/test_satellite.pytests/nosetests/pyanaconda_tests/modules/subscription/satellite_test.py
file renamed
+19 -21
tests/unit_tests/pyanaconda_tests/modules/subscription/test_subscription.pytests/nosetests/pyanaconda_tests/modules/subscription/subscription_test.py
file renamed
+184 -195
tests/unit_tests/pyanaconda_tests/modules/subscription/test_subscription_tasks.pytests/nosetests/pyanaconda_tests/modules/subscription/subscription_tasks_test.py
file renamed
+111 -113
tests/unit_tests/pyanaconda_tests/modules/subscription/test_system_purpose.pytests/nosetests/pyanaconda_tests/modules/subscription/system_purpose_test.py
file renamed
+54 -69
tests/unit_tests/pyanaconda_tests/modules/subscription/utils_test.pytests/nosetests/pyanaconda_tests/modules/subscription/utils_test.py
file renamed
+4 -4
tests/unit_tests/pyanaconda_tests/modules/timezone/__init__.pytests/nosetests/pyanaconda_tests/modules/subscription/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/timezone/test_module_timezone.pytests/nosetests/pyanaconda_tests/modules/timezone/module_timezone_test.py
file renamed
+68 -67
tests/unit_tests/pyanaconda_tests/modules/users/__init__.pytests/nosetests/pyanaconda_tests/modules/timezone/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/modules/users/test_module_users.pytests/nosetests/pyanaconda_tests/modules/users/module_users_test.py
file renamed
+224 -229
tests/unit_tests/pyanaconda_tests/test_argparse.pytests/nosetests/pyanaconda_tests/argparse_test.py
file renamed
+67 -67
tests/unit_tests/pyanaconda_tests/test_controller.pytests/nosetests/pyanaconda_tests/controller_test.py
file renamed
+6 -6
tests/unit_tests/pyanaconda_tests/test_installation_tasks.pytests/nosetests/pyanaconda_tests/installation_tasks_test.py
file renamed
+133 -133
tests/unit_tests/pyanaconda_tests/test_keyboard.pytests/nosetests/pyanaconda_tests/keyboard_test.py
file renamed
+25 -25
tests/unit_tests/pyanaconda_tests/test_kickstart_specification.pytests/nosetests/pyanaconda_tests/kickstart_specification_test.py
file renamed
+42 -40
tests/unit_tests/pyanaconda_tests/test_ks_version.pytests/nosetests/pyanaconda_tests/ks_version_test.py
file renamed
+5 -5
tests/unit_tests/pyanaconda_tests/test_localization.py
file added
+286
tests/unit_tests/pyanaconda_tests/test_network.pytests/nosetests/pyanaconda_tests/network_test.py
file renamed
+53 -53
tests/unit_tests/pyanaconda_tests/test_password_quality.pytests/nosetests/pyanaconda_tests/password_quality_test.py
file renamed
+66 -66
tests/unit_tests/pyanaconda_tests/test_payload.pytests/nosetests/pyanaconda_tests/payload_test.py
file renamed
+62 -67
tests/unit_tests/pyanaconda_tests/test_payload_source.pytests/nosetests/pyanaconda_tests/payload_source_test.py
file renamed
+23 -23
tests/unit_tests/pyanaconda_tests/test_product.pytests/nosetests/pyanaconda_tests/product_test.py
file renamed
+33 -32
tests/unit_tests/pyanaconda_tests/test_pwpolicy.pytests/nosetests/pyanaconda_tests/pwpolicy_test.py
file renamed
+16 -16
tests/unit_tests/pyanaconda_tests/test_secret_agent.pytests/nosetests/pyanaconda_tests/secret_agent_test.py
file renamed
+18 -18
tests/unit_tests/pyanaconda_tests/test_simple_import.pytests/nosetests/pyanaconda_tests/simple_import_test.py
file renamed
+1 -1
tests/unit_tests/pyanaconda_tests/test_simpleconfig.pytests/nosetests/pyanaconda_tests/simpleconfig_test.py
file renamed
+45 -46
tests/unit_tests/pyanaconda_tests/test_subscription_helpers.pytests/nosetests/pyanaconda_tests/subscription_helpers_test.py
file renamed
+41 -41
tests/unit_tests/pyanaconda_tests/test_timezone.pytests/nosetests/pyanaconda_tests/timezone_test.py
file renamed
+13 -13
tests/unit_tests/pyanaconda_tests/ui/__init__.pytests/nosetests/pyanaconda_tests/modules/users/__init__.py
file renamed
+0 -0
tests/unit_tests/pyanaconda_tests/ui/test_common_code.pytests/nosetests/pyanaconda_tests/ui/common_code_tests.py
file renamed
+2 -2
tests/unit_tests/pyanaconda_tests/ui/test_simple_ui.pytests/nosetests/pyanaconda_tests/ui/simple_ui_test.py
file renamed
+16 -17
tests/unit_tests/pyanaconda_tests/ui/test_subscription_spoke.pytests/nosetests/pyanaconda_tests/ui/subscription_spoke_tests.py
file renamed
+4 -4
tests/unit_tests/pyanaconda_tests/ui/test_ui_custom_spoke.pytests/nosetests/pyanaconda_tests/ui/ui_custom_spoke_test.py
file renamed
+4 -4
tests/unit_tests/pyanaconda_tests/ui/test_ui_payload.pytests/nosetests/pyanaconda_tests/ui/ui_payload_test.py
file renamed
+20 -17
tests/unit_tests/regex_tests/__init__.pytests/nosetests/pyanaconda_tests/ui/__init__.py
file renamed
+0 -0
tests/unit_tests/regex_tests/test_dasd_name.pytests/nosetests/regex_tests/dasd_name_test.py
file renamed
+2 -2
tests/unit_tests/regex_tests/test_groupparse.pytests/nosetests/regex_tests/groupparse_test.py
file renamed
+2 -2
tests/unit_tests/regex_tests/test_hostname.pytests/nosetests/regex_tests/hostname_test.py
file renamed
+5 -5
tests/unit_tests/regex_tests/test_ibft_device_name.pytests/nosetests/regex_tests/ibft_device_name_test.py
file renamed
+1 -1
tests/unit_tests/regex_tests/test_initamfs_con_name.pytests/nosetests/regex_tests/initamfs_con_name_test.py
file renamed
+2 -2
tests/unit_tests/regex_tests/test_iscsi_name.pytests/nosetests/regex_tests/iscsi_name_test.py
file renamed
+4 -4
tests/unit_tests/regex_tests/test_netmask.pytests/nosetests/regex_tests/netmask_test.py
file renamed
+1 -1
tests/unit_tests/regex_tests/test_repo_name.pytests/nosetests/regex_tests/repo_name_test.py
file renamed
+2 -2
tests/unit_tests/regex_tests/test_url.pytests/nosetests/regex_tests/url_test.py
file renamed
+2 -2
tests/unit_tests/regex_tests/test_username.pytests/nosetests/regex_tests/username_test.py
file renamed
+6 -6
tests/unit_tests/regex_tests/test_zfcp_name.pytests/nosetests/regex_tests/zfcp_name_test.py
file renamed
+4 -4
    Merge pull request #3664 from jkonecny12/rhel-9-backport-pytest
    
    Backport pytest migration to rhel-9
        
file modified
+2 -2
file modified
+11 -11
file modified
+16 -9
tests/glade_tests.sh tests/nosetests.sh
file renamed
+4 -4
tests/glade_tests/test_format_string.py tests/glade/check_format_string.py
file renamed
+9 -3
tests/glade_tests/test_glade_validity.py tests/glade/check_glade_validity.py
file renamed
+9 -3
tests/glade_tests/test_hidden_translatable.py tests/glade/check_hidden_translatable.py
file renamed
+14 -5
tests/glade_tests/test_icons.py tests/glade/check_icons.py
file renamed
+20 -3
tests/glade_tests/test_invisible_char.py tests/glade/check_invisible_char.py
file renamed
+10 -5
tests/glade_tests/test_markup.py tests/glade/check_markup.py
file renamed
+10 -4
tests/glade_tests/test_mnemonics.py tests/glade/check_mnemonics.py
file renamed
+9 -3
tests/glade_tests/test_pw_visibility.py tests/glade/check_pw_visibility.py
file renamed
+9 -3
tests/glade_tests/test_viewport.py tests/glade/check_viewport.py
file renamed
+10 -3
file modified
+32 -144
file modified
+10 -2
file modified
+2 -2
tests/rpm_tests/test_create_rpm.py tests/rpm_tests/create_rpm_test.py
file renamed
+4 -4
file added
+14
tests/unit_tests/__init__.py tests/nosetests/__init__.py
file renamed
tests/unit_tests/dd_tests/__init__.py tests/glade/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/dd_tests/test_dd.py tests/nosetests/dd_tests/dd_test.py
file renamed
+52 -52
tests/unit_tests/dracut_tests/__init__.py tests/nosetests/dd_tests/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/dracut_tests/test_dracut_source.py tests/nosetests/dracut_tests/dracut_source_test.py
file renamed
+6 -4
tests/unit_tests/dracut_tests/test_driver_updates.py tests/nosetests/dracut_tests/test_driver_updates.py
file renamed
+89 -89
tests/unit_tests/dracut_tests/test_parse_kickstart.py tests/nosetests/dracut_tests/parse-kickstart_test.py
file renamed
+50 -49
tests/unit_tests/pyanaconda_tests/__init__.py tests/nosetests/pyanaconda_tests/__init__.py
file renamed
+19 -24
tests/unit_tests/pyanaconda_tests/core/__init__.py tests/nosetests/dracut_tests/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/core/test_configuration.py tests/nosetests/pyanaconda_tests/core/configuration_test.py
file renamed
+149 -138
tests/unit_tests/pyanaconda_tests/core/test_dbus.py tests/nosetests/pyanaconda_tests/core/dbus_test.py
file renamed
+6 -5
tests/unit_tests/pyanaconda_tests/core/test_kernel.py tests/nosetests/pyanaconda_tests/core/kernel_test.py
file renamed
+39 -39
tests/unit_tests/pyanaconda_tests/core/test_signal.py tests/nosetests/pyanaconda_tests/core/signal_test.py
file renamed
+28 -28
tests/unit_tests/pyanaconda_tests/core/test_startup_utils.py tests/nosetests/pyanaconda_tests/core/test_startup_utils.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/core/test_user.py tests/nosetests/pyanaconda_tests/core/user_test.py
file renamed
+13 -13
tests/unit_tests/pyanaconda_tests/core/test_user_create.py tests/nosetests/pyanaconda_tests/core/user_create_test.py
file renamed
+93 -91
tests/unit_tests/pyanaconda_tests/core/test_util.py tests/nosetests/pyanaconda_tests/core/util_test.py
file renamed
+290 -279
tests/unit_tests/pyanaconda_tests/modules/__init__.py tests/nosetests/pyanaconda_tests/core/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/boss/__init__.py tests/nosetests/pyanaconda_tests/modules/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/boss/test_boss.py tests/nosetests/pyanaconda_tests/modules/boss/boss_test.py
file renamed
+32 -32
tests/unit_tests/pyanaconda_tests/modules/boss/test_install.py tests/nosetests/pyanaconda_tests/modules/boss/install_test.py
file renamed
+11 -11
tests/unit_tests/pyanaconda_tests/modules/boss/test_kickstart.py tests/nosetests/pyanaconda_tests/modules/boss/kickstart_test.py
file renamed
+42 -50
tests/unit_tests/pyanaconda_tests/modules/boss/test_kickstart_dispatcher.py tests/nosetests/pyanaconda_tests/modules/boss/kickstart_dispatcher_test.py
file renamed
+102 -100
tests/unit_tests/pyanaconda_tests/modules/boss/test_module_ui.py tests/nosetests/pyanaconda_tests/modules/boss/module_ui_test.py
file renamed
+5 -6
tests/unit_tests/pyanaconda_tests/modules/boss/test_modules.py tests/nosetests/pyanaconda_tests/modules/boss/modules_test.py
file renamed
+16 -15
tests/unit_tests/pyanaconda_tests/modules/boss/test_observer.py tests/nosetests/pyanaconda_tests/modules/boss/observer_test.py
file renamed
+11 -10
tests/unit_tests/pyanaconda_tests/modules/common/__init__.py tests/nosetests/pyanaconda_tests/modules/boss/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/common/test_base.py tests/nosetests/pyanaconda_tests/modules/common/base_test.py
file renamed
+9 -9
tests/unit_tests/pyanaconda_tests/modules/common/test_policy.py tests/nosetests/pyanaconda_tests/modules/common/policy_test.py
file renamed
+22 -20
tests/unit_tests/pyanaconda_tests/modules/common/test_requirements.py tests/nosetests/pyanaconda_tests/modules/common/requirements_test.py
file renamed
+8 -8
tests/unit_tests/pyanaconda_tests/modules/common/test_secret_data.py tests/nosetests/pyanaconda_tests/modules/common/secret_data_test.py
file renamed
+62 -66
tests/unit_tests/pyanaconda_tests/modules/common/test_services.py tests/nosetests/pyanaconda_tests/modules/common/services_test.py
file renamed
+107 -107
tests/unit_tests/pyanaconda_tests/modules/common/test_tasks.py tests/nosetests/pyanaconda_tests/modules/common/tasks_test.py
file renamed
+55 -53
tests/unit_tests/pyanaconda_tests/modules/common/test_util.py tests/nosetests/pyanaconda_tests/modules/common/util_test.py
file renamed
+4 -4
tests/unit_tests/pyanaconda_tests/modules/localization/__init__.py tests/nosetests/pyanaconda_tests/modules/common/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/localization/test_module_localization.py tests/nosetests/pyanaconda_tests/modules/localization/module_localization_test.py
file renamed
+118 -126
tests/unit_tests/pyanaconda_tests/modules/network/__init__.py tests/nosetests/pyanaconda_tests/modules/localization/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/network/test_module_network.py tests/nosetests/pyanaconda_tests/modules/network/module_network_test.py
file renamed
+173 -250
tests/unit_tests/pyanaconda_tests/modules/network/test_module_network_config_file.py tests/nosetests/pyanaconda_tests/modules/network/module_network_config_file_test.py
file renamed
+11 -26
tests/unit_tests/pyanaconda_tests/modules/network/test_module_network_nm_client.py tests/nosetests/pyanaconda_tests/modules/network/module_network_nm_client_test.py
file renamed
+51 -128
tests/unit_tests/pyanaconda_tests/modules/payloads/__init__.py tests/nosetests/pyanaconda_tests/modules/network/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/__init__.py tests/nosetests/pyanaconda_tests/modules/payloads/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/module_payload_shared.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_shared.py
file renamed
+11 -14
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_flatpak_manager.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/flatpak_manager_test.py
file renamed
+21 -21
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_base.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_base_test.py
file renamed
+31 -33
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_dnf.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_dnf_test.py
file renamed
+45 -49
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_dnf_installation.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_dnf_installation_test.py
file renamed
+17 -17
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_dnf_manager.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_dnf_manager_test.py
file renamed
+38 -36
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_dnf_requirements.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_dnf_requirements_test.py
file renamed
+27 -27
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_dnf_utils.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_dnf_utils_test.py
file renamed
+40 -39
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_factory.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_factory_test.py
file renamed
+10 -8
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_live.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_live_test.py
file renamed
+13 -12
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_live_image.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_live_image_test.py
file renamed
+21 -23
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_module_payload_live_os.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/module_payload_live_os_test.py
file renamed
+34 -35
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_rpm_ostree.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/rpm_ostree_test.py
file renamed
+11 -13
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_rpm_ostree_flatpak.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/rpm_ostree_flatpak_test.py
file renamed
+8 -6
tests/unit_tests/pyanaconda_tests/modules/payloads/payload/test_rpm_ostree_tasks.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/rpm_ostree_tasks_test.py
file renamed
+47 -56
tests/unit_tests/pyanaconda_tests/modules/payloads/source/__init__.py tests/nosetests/pyanaconda_tests/modules/payloads/payload/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_base.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_base_test.py
file renamed
+31 -29
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_cdn.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_cdn_test.py
file renamed
+8 -8
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_cdrom.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_cdrom_test.py
file renamed
+58 -66
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_closest_mirror.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_closest_mirror_test.py
file renamed
+8 -8
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_factory.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_factory_test.py
file renamed
+8 -6
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_harddrive.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_harddrive_test.py
file renamed
+57 -59
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_hmc.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_hmc_test.py
file renamed
+24 -23
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_live_image.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_live_image_test.py
file renamed
+56 -55
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_live_os.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_live_os_test.py
file renamed
+44 -40
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_nfs.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_nfs_test.py
file renamed
+52 -54
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_repo_files.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_repo_files_test.py
file renamed
+29 -26
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_rpm_ostree.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_rpm_ostree_test.py
file renamed
+26 -27
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_url.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_url_test.py
file renamed
+57 -59
tests/unit_tests/pyanaconda_tests/modules/payloads/source/test_source_utils.py tests/nosetests/pyanaconda_tests/modules/payloads/source/source_utils_test.py
file renamed
+6 -6
tests/unit_tests/pyanaconda_tests/modules/payloads/test_module_payload_base_utils.py tests/nosetests/pyanaconda_tests/modules/payloads/module_payload_base_utils_test.py
file renamed
+17 -17
tests/unit_tests/pyanaconda_tests/modules/payloads/test_module_payloads.py tests/nosetests/pyanaconda_tests/modules/payloads/module_payloads_test.py
file renamed
+60 -59
tests/unit_tests/pyanaconda_tests/modules/security/__init__.py tests/nosetests/pyanaconda_tests/modules/payloads/source/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/security/test_module_security.py tests/nosetests/pyanaconda_tests/modules/security/module_security_test.py
file renamed
+146 -145
tests/unit_tests/pyanaconda_tests/modules/storage/__init__.py tests/nosetests/pyanaconda_tests/modules/security/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/__init__.py tests/nosetests/pyanaconda_tests/modules/storage/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_automatic.py tests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_automatic_test.py
file renamed
+60 -73
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_blivet.py tests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_blivet_test.py
file renamed
+23 -21
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_custom.py tests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_custom_test.py
file renamed
+19 -17
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_factory.py tests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_factory_test.py
file renamed
+10 -8
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_interactive.py tests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_interactive_test.py
file renamed
+47 -45
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_manual.py tests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_manual_test.py
file renamed
+21 -22
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_part_specification.py tests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_part_specification_test.py
file renamed
+27 -27
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_resizable.py tests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_resizable_test.py
file renamed
+33 -31
tests/unit_tests/pyanaconda_tests/modules/storage/partitioning/test_module_scheduler.py tests/nosetests/pyanaconda_tests/modules/storage/partitioning/module_scheduler_test.py
file renamed
+141 -144
tests/unit_tests/pyanaconda_tests/modules/storage/test_clearpart.py tests/nosetests/pyanaconda_tests/modules/storage/clearpart_test.py
file renamed
+73 -86
tests/unit_tests/pyanaconda_tests/modules/storage/test_fsset.py tests/nosetests/pyanaconda_tests/modules/storage/fsset_test.py
file renamed
+23 -23
tests/unit_tests/pyanaconda_tests/modules/storage/test_grub_raid.py tests/nosetests/pyanaconda_tests/modules/storage/grub_raid_test.py
file renamed
+12 -12
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_bootloader.py tests/nosetests/pyanaconda_tests/modules/storage/module_bootloader_test.py
file renamed
+58 -58
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_dasd.py tests/nosetests/pyanaconda_tests/modules/storage/module_dasd_test.py
file renamed
+23 -21
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_device_tree.py tests/nosetests/pyanaconda_tests/modules/storage/module_device_tree_test.py
file renamed
+146 -150
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_disk_init.py tests/nosetests/pyanaconda_tests/modules/storage/module_disk_init_test.py
file renamed
+18 -17
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_disk_select.py tests/nosetests/pyanaconda_tests/modules/storage/module_disk_select_test.py
file renamed
+25 -25
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_fcoe.py tests/nosetests/pyanaconda_tests/modules/storage/module_fcoe_test.py
file renamed
+19 -17
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_iscsi.py tests/nosetests/pyanaconda_tests/modules/storage/module_iscsi_test.py
file renamed
+26 -26
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_nvdimm.py tests/nosetests/pyanaconda_tests/modules/storage/module_nvdimm_test.py
file renamed
+44 -44
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_snapshot.py tests/nosetests/pyanaconda_tests/modules/storage/module_snapshot_test.py
file renamed
+24 -22
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_storage.py tests/nosetests/pyanaconda_tests/modules/storage/module_storage_test.py
file renamed
+147 -148
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_storage_bootloader_args.py tests/nosetests/pyanaconda_tests/modules/storage/module_storage_bootloader_args_test.py
file renamed
+12 -18
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_storage_checker.py tests/nosetests/pyanaconda_tests/modules/storage/module_storage_checker_test.py
file renamed
+30 -28
tests/unit_tests/pyanaconda_tests/modules/storage/test_module_zfcp.py tests/nosetests/pyanaconda_tests/modules/storage/module_zfcp_test.py
file renamed
+16 -14
tests/unit_tests/pyanaconda_tests/modules/storage/test_platform.py tests/nosetests/pyanaconda_tests/modules/storage/platform_test.py
file renamed
+26 -25
tests/unit_tests/pyanaconda_tests/modules/storage/test_storage_checker.py tests/nosetests/pyanaconda_tests/modules/storage/storage_checker_test.py
file renamed
+57 -54
tests/unit_tests/pyanaconda_tests/modules/subscription/__init__.py tests/nosetests/pyanaconda_tests/modules/storage/partitioning/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/subscription/test_rhsm_observer.py tests/nosetests/pyanaconda_tests/modules/subscription/rhsm_observer_test.py
file renamed
+26 -24
tests/unit_tests/pyanaconda_tests/modules/subscription/test_satellite.py tests/nosetests/pyanaconda_tests/modules/subscription/satellite_test.py
file renamed
+19 -21
tests/unit_tests/pyanaconda_tests/modules/subscription/test_subscription.py tests/nosetests/pyanaconda_tests/modules/subscription/subscription_test.py
file renamed
+184 -195
tests/unit_tests/pyanaconda_tests/modules/subscription/test_subscription_tasks.py tests/nosetests/pyanaconda_tests/modules/subscription/subscription_tasks_test.py
file renamed
+111 -113
tests/unit_tests/pyanaconda_tests/modules/subscription/test_system_purpose.py tests/nosetests/pyanaconda_tests/modules/subscription/system_purpose_test.py
file renamed
+54 -69
tests/unit_tests/pyanaconda_tests/modules/subscription/utils_test.py tests/nosetests/pyanaconda_tests/modules/subscription/utils_test.py
file renamed
+4 -4
tests/unit_tests/pyanaconda_tests/modules/timezone/__init__.py tests/nosetests/pyanaconda_tests/modules/subscription/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/timezone/test_module_timezone.py tests/nosetests/pyanaconda_tests/modules/timezone/module_timezone_test.py
file renamed
+68 -67
tests/unit_tests/pyanaconda_tests/modules/users/__init__.py tests/nosetests/pyanaconda_tests/modules/timezone/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/modules/users/test_module_users.py tests/nosetests/pyanaconda_tests/modules/users/module_users_test.py
file renamed
+224 -229
tests/unit_tests/pyanaconda_tests/test_argparse.py tests/nosetests/pyanaconda_tests/argparse_test.py
file renamed
+67 -67
tests/unit_tests/pyanaconda_tests/test_controller.py tests/nosetests/pyanaconda_tests/controller_test.py
file renamed
+6 -6
tests/unit_tests/pyanaconda_tests/test_installation_tasks.py tests/nosetests/pyanaconda_tests/installation_tasks_test.py
file renamed
+133 -133
tests/unit_tests/pyanaconda_tests/test_keyboard.py tests/nosetests/pyanaconda_tests/keyboard_test.py
file renamed
+25 -25
tests/unit_tests/pyanaconda_tests/test_kickstart_specification.py tests/nosetests/pyanaconda_tests/kickstart_specification_test.py
file renamed
+42 -40
tests/unit_tests/pyanaconda_tests/test_ks_version.py tests/nosetests/pyanaconda_tests/ks_version_test.py
file renamed
+5 -5
tests/unit_tests/pyanaconda_tests/test_network.py tests/nosetests/pyanaconda_tests/network_test.py
file renamed
+53 -53
tests/unit_tests/pyanaconda_tests/test_password_quality.py tests/nosetests/pyanaconda_tests/password_quality_test.py
file renamed
+66 -66
tests/unit_tests/pyanaconda_tests/test_payload.py tests/nosetests/pyanaconda_tests/payload_test.py
file renamed
+62 -67
tests/unit_tests/pyanaconda_tests/test_payload_source.py tests/nosetests/pyanaconda_tests/payload_source_test.py
file renamed
+23 -23
tests/unit_tests/pyanaconda_tests/test_product.py tests/nosetests/pyanaconda_tests/product_test.py
file renamed
+33 -32
tests/unit_tests/pyanaconda_tests/test_pwpolicy.py tests/nosetests/pyanaconda_tests/pwpolicy_test.py
file renamed
+16 -16
tests/unit_tests/pyanaconda_tests/test_secret_agent.py tests/nosetests/pyanaconda_tests/secret_agent_test.py
file renamed
+18 -18
tests/unit_tests/pyanaconda_tests/test_simple_import.py tests/nosetests/pyanaconda_tests/simple_import_test.py
file renamed
+1 -1
tests/unit_tests/pyanaconda_tests/test_simpleconfig.py tests/nosetests/pyanaconda_tests/simpleconfig_test.py
file renamed
+45 -46
tests/unit_tests/pyanaconda_tests/test_subscription_helpers.py tests/nosetests/pyanaconda_tests/subscription_helpers_test.py
file renamed
+41 -41
tests/unit_tests/pyanaconda_tests/test_timezone.py tests/nosetests/pyanaconda_tests/timezone_test.py
file renamed
+13 -13
tests/unit_tests/pyanaconda_tests/ui/__init__.py tests/nosetests/pyanaconda_tests/modules/users/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/pyanaconda_tests/ui/test_common_code.py tests/nosetests/pyanaconda_tests/ui/common_code_tests.py
file renamed
+2 -2
tests/unit_tests/pyanaconda_tests/ui/test_simple_ui.py tests/nosetests/pyanaconda_tests/ui/simple_ui_test.py
file renamed
+16 -17
tests/unit_tests/pyanaconda_tests/ui/test_subscription_spoke.py tests/nosetests/pyanaconda_tests/ui/subscription_spoke_tests.py
file renamed
+4 -4
tests/unit_tests/pyanaconda_tests/ui/test_ui_custom_spoke.py tests/nosetests/pyanaconda_tests/ui/ui_custom_spoke_test.py
file renamed
+4 -4
tests/unit_tests/pyanaconda_tests/ui/test_ui_payload.py tests/nosetests/pyanaconda_tests/ui/ui_payload_test.py
file renamed
+20 -17
tests/unit_tests/regex_tests/__init__.py tests/nosetests/pyanaconda_tests/ui/__init__.py
file renamed
file was renamed with no change to the file
tests/unit_tests/regex_tests/test_dasd_name.py tests/nosetests/regex_tests/dasd_name_test.py
file renamed
+2 -2
tests/unit_tests/regex_tests/test_groupparse.py tests/nosetests/regex_tests/groupparse_test.py
file renamed
+2 -2
tests/unit_tests/regex_tests/test_hostname.py tests/nosetests/regex_tests/hostname_test.py
file renamed
+5 -5
tests/unit_tests/regex_tests/test_ibft_device_name.py tests/nosetests/regex_tests/ibft_device_name_test.py
file renamed
+1 -1
tests/unit_tests/regex_tests/test_initamfs_con_name.py tests/nosetests/regex_tests/initamfs_con_name_test.py
file renamed
+2 -2
tests/unit_tests/regex_tests/test_iscsi_name.py tests/nosetests/regex_tests/iscsi_name_test.py
file renamed
+4 -4
tests/unit_tests/regex_tests/test_netmask.py tests/nosetests/regex_tests/netmask_test.py
file renamed
+1 -1
tests/unit_tests/regex_tests/test_repo_name.py tests/nosetests/regex_tests/repo_name_test.py
file renamed
+2 -2
tests/unit_tests/regex_tests/test_url.py tests/nosetests/regex_tests/url_test.py
file renamed
+2 -2
tests/unit_tests/regex_tests/test_username.py tests/nosetests/regex_tests/username_test.py
file renamed
+6 -6
tests/unit_tests/regex_tests/test_zfcp_name.py tests/nosetests/regex_tests/zfcp_name_test.py
file renamed
+4 -4