RHUI CLI Tests¶
RHUI CLI tests
-
class
rhui3_tests.test_cmdline.TestCLI[source]¶ class for CLI tests
-
static
test_03_custom_repo_checks()[source]¶ check if the custom repo cannot be added twice and if the GPG key path is validated
-
static
test_05_upload_local_rpms()[source]¶ upload content from a local directory to one of the custom repos
-
test_16_repo_info()[source]¶ verify that the repo name is part of the information about the specified repo ID
-
static
test_20_check_cli_crt_sig()[source]¶ check if SHA-256 is used in the client certificate signature
-
test_23_ensure_gpgcheck_config()[source]¶ ensure that GPG checking is configured in the client configuration as expected
-
static
test_24_ensure_proxy_config()[source]¶ ensure that the proxy setting is used in the client configuration
-
static
test_25_custom_repo_used()[source]¶ check if the protected custom repo is included in the client configuration
-
static
test_33_compare_pools()[source]¶ check if the previously available and now registered pool IDs are the same
-
test_34_check_reg_pool_for_rhui()[source]¶ check if the registered subscription’s description is RHUI for CCSP
-
static
test_38_resync_no_warning()[source]¶ check if the syncs did not cause known unnecessary warnings
-
test_43_upload_semi_bad_cert()[source]¶ check that a partially invalid certificate can still be accepted
-
static