Skip to content

KNOX-3300: Add workflow HTTP integration tests for health, KnoxLDAP, …

d9e4995
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

KNOX-3300: Add workflow HTTP integration tests for health, KnoxLDAP, KNOXTOKEN, and RemoteAuth #1202

KNOX-3300: Add workflow HTTP integration tests for health, KnoxLDAP, …
d9e4995
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Apr 21, 2026 in 0s

All 50 tests pass in 2s

50 tests   50 ✅  2s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit d9e4995.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

50 tests found

There are 50 tests, see "Raw output" for the full list of tests.
Raw output
test_health.TestHealthGatewayExtended ‑ test_health_gateway_status_cache_control_no_store
test_health.TestHealthGatewayExtended ‑ test_health_gateway_status_includes_hsts
test_health.TestHealthGatewayExtended ‑ test_health_gateway_status_returns_ok_or_pending_plain_text
test_health.TestHealthGatewayExtended ‑ test_health_metrics_includes_hsts
test_health.TestHealthGatewayExtended ‑ test_health_metrics_pretty_includes_all_core_top_level_keys
test_health.TestHealthGatewayExtended ‑ test_health_metrics_version_value_is_non_empty_string
test_health.TestHealthGatewayExtended ‑ test_health_metrics_without_pretty_includes_same_top_level_keys
test_health.TestHealthGatewayExtended ‑ test_health_ping_post_returns_ok
test_health.TestHealthGatewayExtended ‑ test_health_ping_sets_cache_control_no_store
test_health.TestHealthGatewayExtended ‑ test_unknown_topology_returns_404
test_health.TestHealthMetricsSectionShapes ‑ test_metrics_counters_section_is_dict
test_health.TestHealthMetricsSectionShapes ‑ test_metrics_gauges_section_is_dict
test_health.TestHealthMetricsSectionShapes ‑ test_metrics_histograms_section_is_dict
test_health.TestHealthMetricsSectionShapes ‑ test_metrics_meters_section_is_dict
test_health.TestHealthMetricsSectionShapes ‑ test_metrics_timers_section_is_dict
test_health.TestKnoxHealth ‑ test_health_metrics_contains_core_fields
test_health.TestKnoxHealth ‑ test_health_metrics_returns_json
test_health.TestKnoxHealth ‑ test_health_metrics_without_pretty_returns_json
test_health.TestKnoxHealth ‑ test_health_ping_content_type_is_plain_text
test_health.TestKnoxHealth ‑ test_health_ping_ok_and_hsts
test_knox_auth_service_and_LDAP.TestKnoxAuthService ‑ test_auth_service_admin_groups
test_knox_auth_service_and_LDAP.TestKnoxAuthService ‑ test_auth_service_guest
test_knox_auth_service_and_LDAP.TestKnoxLdapExtAuthzAuthn ‑ test_knoxldap_extauthz_without_credentials_returns_401
test_knox_auth_service_and_LDAP.TestKnoxLdapKnoxToken ‑ test_knoxldap_access_token_string_is_jwt_shape
test_knox_auth_service_and_LDAP.TestKnoxLdapKnoxToken ‑ test_knoxldap_jwks_with_guest_returns_json_with_keys_array
test_knox_auth_service_and_LDAP.TestKnoxLdapKnoxToken ‑ test_knoxldap_jwks_without_credentials_returns_401
test_knox_auth_service_and_LDAP.TestKnoxLdapKnoxToken ‑ test_knoxldap_token_v1_get_returns_access_token_json
test_knox_auth_service_and_LDAP.TestKnoxLdapKnoxToken ‑ test_knoxldap_token_v1_without_credentials_returns_401
test_knox_auth_service_and_LDAP.TestKnoxLdapKnoxToken ‑ test_knoxldap_token_v2_get_returns_access_token_json
test_knox_auth_service_and_LDAP.TestKnoxLdapKnoxToken ‑ test_knoxldap_token_v2_without_credentials_returns_401
test_knox_configs.TestKnoxConfigs ‑ test_auth_service_guest
test_knoxauth_preauth_and_paths.TestKnoxAuthServicePreAuthAndPaths ‑ test_extauthz_additional_path_not_ignored_in_knoxldap
test_knoxauth_preauth_and_paths.TestKnoxAuthServicePreAuthAndPaths ‑ test_preauth_bad_credentials_unauthorized
test_knoxauth_preauth_and_paths.TestKnoxAuthServicePreAuthAndPaths ‑ test_preauth_get_admin_includes_long_group_names_three_and_four
test_knoxauth_preauth_and_paths.TestKnoxAuthServicePreAuthAndPaths ‑ test_preauth_get_guest_returns_actor_username
test_knoxauth_preauth_and_paths.TestKnoxAuthServicePreAuthAndPaths ‑ test_preauth_get_with_admin_includes_mapped_groups
test_knoxauth_preauth_and_paths.TestKnoxAuthServicePreAuthAndPaths ‑ test_preauth_get_with_guest_credentials
test_knoxauth_preauth_and_paths.TestKnoxAuthServicePreAuthAndPaths ‑ test_preauth_post_supported
test_knoxauth_preauth_and_paths.TestKnoxAuthServicePreAuthAndPaths ‑ test_preauth_requires_auth
test_remote_auth.TestRemoteAuth ‑ test_remote_auth_admin_groups
test_remote_auth.TestRemoteAuth ‑ test_remote_auth_failure
test_remote_auth.TestRemoteAuth ‑ test_remote_auth_post_pre_with_guest_succeeds
test_remote_auth.TestRemoteAuth ‑ test_remote_auth_success
test_remote_auth.TestRemoteAuth ‑ test_remoteauth_pre_without_credentials_is_server_error
test_remoteauth_extauthz_additional_path.TestRemoteAuthExtAuthzAdditionalPath ‑ test_extauthz_additional_deep_path_still_ignored
test_remoteauth_extauthz_additional_path.TestRemoteAuthExtAuthzAdditionalPath ‑ test_extauthz_additional_path_is_ignored
test_remoteauth_extauthz_additional_path.TestRemoteAuthExtAuthzAdditionalPath ‑ test_extauthz_admin_user_actor_and_groups
test_remoteauth_extauthz_additional_path.TestRemoteAuthExtAuthzAdditionalPath ‑ test_extauthz_bad_credentials_unauthorized
test_remoteauth_extauthz_additional_path.TestRemoteAuthExtAuthzAdditionalPath ‑ test_extauthz_missing_credentials_server_error
test_remoteauth_extauthz_additional_path.TestRemoteAuthExtAuthzAdditionalPath ‑ test_extauthz_success