validations_common.tests.library package¶
Submodules¶
- validations_common.tests.library.test_advanced_format module
TestAdvancedFormat
TestAdvancedFormat.setUp()
TestAdvancedFormat.test_advanced_format_attributes()
TestAdvancedFormat.test_advanced_format_run_different_sizes()
TestAdvancedFormat.test_advanced_format_run_same_sizes()
TestAdvancedFormat.test_read_int()
TestAdvancedFormat.test_read_int_ioerror()
TestAdvancedFormat.test_read_int_valueerror()
- validations_common.tests.library.test_check_package_update module
TestCheckUpdate
TestCheckUpdate.setUp()
TestCheckUpdate.test_command_rpm_no_process()
TestCheckUpdate.test_empty_pkg_list_fails()
TestCheckUpdate.test_fails_if_installed_package_not_found()
TestCheckUpdate.test_get_installed_pkgs_failure_pkg_missing()
TestCheckUpdate.test_get_installed_pkgs_success()
TestCheckUpdate.test_get_new_pkg_info()
TestCheckUpdate.test_get_pkg_mgr_fail()
TestCheckUpdate.test_get_pkg_mgr_succes_dnf()
TestCheckUpdate.test_get_pkg_mgr_succes_yum()
TestCheckUpdate.test_returns_current_and_available_versions()
TestCheckUpdate.test_returns_current_version_if_no_updates()
TestCheckUpdate.test_unsupported_pkg_mgr_fails()
TestGetPackageDetails
- validations_common.tests.library.test_hiera module
- validations_common.tests.library.test_reportentry module
- validations_common.tests.library.test_validations_read_ini module
- test_validations_read_ini
TestValidationsReadIni
TestValidationsReadIni.create_tmp_ini()
TestValidationsReadIni.test_check_file_invalid_path()
TestValidationsReadIni.test_check_file_valid_path()
TestValidationsReadIni.test_get_result_invalid_format()
TestValidationsReadIni.test_get_result_key_not_found()
TestValidationsReadIni.test_get_result_key_not_found_with_default()
TestValidationsReadIni.test_get_result_ok()
- validations_common.tests.library.test_warn module