Skip to content

Latest commit

 

History

History
171 lines (171 loc) · 11.3 KB

integration-tests.md

File metadata and controls

171 lines (171 loc) · 11.3 KB

List of current integration tests

  • TestAdminKafka_Get/should_fail_authentication_when_there_is_no_role_defined_in_the_request
  • TestAdminKafka_Get/should_fail_when_the_role_defined_in_the_request_is_not_any_of_read,_write_or_full
  • TestAdminKafka_Get/should_success_when_the_role_defined_in_the_request_is_kas-fleet-manager-admin-read
  • TestAdminKafka_Get/should_success_when_the_role_defined_in_the_request_is_kas-fleet-manager-admin-write
  • TestAdminKafka_Get/should_success_when_the_role_defined_in_the_request_is_kas-fleet-manager-admin-full
  • TestAdminKafka_Get/should_fail_when_the_requested_kafka_does_not_exist
  • TestAdminKafka_Get/should_fail_when_the_request_does_not_contain_a_valid_issuer
  • TestAdminKafka_Delete/should_fail_authentication_when_there_is_no_role_defined_in_the_request
  • TestAdminKafka_Delete/should_fail_when_the_role_defined_in_the_request_is_not_kas-fleet-manager-admin-full
  • TestAdminKafka_Delete/should_success_when_the_role_defined_in_the_request_is_kas-fleet-manager-admin-full
  • TestAdminKafka_List/should_fail_authentication_when_there_is_no_role_defined_in_the_request
  • TestAdminKafka_List/should_success_when_the_role_defined_in_the_request_is_kas-fleet-manager-admin-full
  • TestAdminKafka_List/should_success_when_the_role_defined_in_the_request_is_kas-fleet-manager-admin-write
  • TestAdminKafka_List/should_success_when_the_role_defined_in_the_request_is_kas-fleet-manager-admin-read
  • TestAdminKafka_Update/should_fail_authentication_when_there_is_no_role_defined_in_the_request
  • TestAdminKafka_Update/should_fail_when_the_role_defined_in_the_request_is_not_any_of_read,_write_or_full
  • TestAdminKafka_Update/should_fail_when_the_role_defined_in_the_request_is_kas-fleet-manager-admin-read
  • TestAdminKafka_Update/should_fail_when_kafkaUpdateRequest_is_empty
  • TestAdminKafka_Update/should_fail_when_kafkaUpdateRequest_request_params_contain_only_strings_with_whitespaces
  • TestAdminKafka_Update/should_fail_when_downgrading_ibp_version
  • TestAdminKafka_Update/should_fail_when_upgrading_ibp_version_to_version_higher_than_kafka_version
  • TestAdminKafka_Update/should_fail_when_upgrading_ibp_version_when_already_upgrade_in_progress
  • TestAdminKafka_Update/should_fail_when_downgrading_to_lower_minor_kafka_version
  • TestAdminKafka_Update/should_fail_when_downgrading_to_lower_patch_kafka_version_smaller_than_ibp_version
  • TestAdminKafka_Update/should_fail_when_downgrading_to_lower_major_kafka_version
  • TestAdminKafka_Update/should_fail_when_upgrading_to_higher_minor_kafka_version_when_not_in_status
  • TestAdminKafka_Update/should_fail_when_upgrading_kafka_version_when_already_upgrade_in_progress
  • TestAdminKafka_Update/should_fail_when_upgrading_strimzi_version_when_already_upgrade_in_progress
  • TestAdminKafka_Update/should_fail_when_upgrading_strimzi_version_to_a_version_not_in_the_status
  • TestAdminKafka_Update/should_fail_when_upgrading_simultaneously_kafka,_ibp_and_strimzi_version_when_any_of_those_not_in_status
  • TestAdminKafka_Update/should_fail_when_upgrading_strimzi_version_to_a_version_that_is_not_ready
  • TestAdminKafka_Update/should_fail_when_the_requested_kafka_does_not_exist
  • TestAdminKafka_Update/should_fail_when_the_request_does_not_contain_a_valid_issuer
  • TestAdminKafka_Update/should_succeed_when_the_role_defined_in_the_request_is_kas-fleet-manager-admin-write
  • TestAdminKafka_Update/should_not_fail_when_attempting_to_upgrade_to_the_same_storage_size
  • TestAdminKafka_Update/should_succeed_when_the_role_defined_in_the_request_is_kas-fleet-manager-admin-full
  • TestAdminKafka_Update/should_succeed_when_upgrading_ibp_version_to_lower_than_kafka_version
  • TestAdminKafka_Update/should_succeed_when_downgrading_to_lower_patch_kafka_version
  • TestAdminKafka_Update/should_succeed_when_upgrading_to_higher_minor_kafka_version_when_in_status
  • TestAdminKafka_Update/should_succeed_when_upgrading_simultaneously_kafka,_ibp_and_strimzi_version
  • TestAdminKafka_Update/should_succeed_when_upgrading_all_possible_values
  • TestAdminKafka_Update/should_succeed_when_upgrading_to_bigger_storage_in_different_format
  • TestAdminKafka_Update/should_fail_when_attempting_to_upgrade_to_smaller_storage_size
  • TestAdminKafka_Update/should_fail_when_attempting_to_upgrade_to_smaller_storage_size_in_different_format
  • TestAdminKafka_Update/should_fail_when_attempting_to_upgrade_to_smaller_storage_size_in_wrong_format
  • TestAdminKafka_Update/should_fail_when_attempting_to_upgrade_to_smaller_storage_size_when_providing_random_string_as_new_storage_size
  • TestAdminKafka_Update/should_fail_when_attempting_to_upgrade_storage_with_current_storage_size_not_set
  • TestAdminKafka_Update/should_fail_when_attempting_to_upgrade_storage_with_current_storage_size_set_to_some_incorrect_value
  • TestAuth_success
  • TestAuthSucess_publicUrls
  • TestAuthSuccess_usingSSORHToken
  • TestAuthFailure_withoutToken
  • TestAuthFailure_invalidTokenWithInvalidTyp
  • TestAuthFailure_ExpiredToken
  • TestAuthFailure_invalidTokenMissingIat
  • TestAuthFailure_invalidTokenMissingAlgHeader
  • TestAuthFailure_invalidTokenUnsigned
  • TestAuthFailure_usingMasSsoTokenOnKafkasGet
  • TestCloudProviderRegions
  • TestCachedCloudProviderRegions
  • TestListCloudProviders
  • TestListCloudProviderRegions
  • TestClusterCreate_InvalidAwsCredentials
  • TestClusterCapacityUsedMetric
  • TestClusterManager_SuccessfulReconcile
  • TestClusterManager_SuccessfulReconcileDeprovisionCluster
  • TestDataPlaneCluster_ClusterStatusTransitionsToReadySuccessfully
  • TestDataPlaneCluster_BadRequestWhenNonexistingCluster
  • TestDataPlaneCluster_UnauthorizedWhenNoAuthProvided
  • TestDataPlaneCluster_NotFoundWhenNoProperAuthRole
  • TestDataPlaneCluster_NotFoundWhenNotAllowedClusterID
  • TestDataPlaneCluster_GetManagedKafkaAgentCRSuccess
  • TestDataPlaneCluster_ClusterStatusTransitionsToWaitingForKASFleetOperatorWhenOperatorIsNotReady
  • TestDataPlaneCluster_WhenReportedStrimziVersionsIsEmptyAndClusterStrimziVersionsIsEmptyItRemainsEmpty
  • TestDataPlaneCluster_WhenReportedStrimziVersionsIsNilAndClusterStrimziVersionsIsEmptyItRemainsEmpty
  • TestDataPlaneCluster_WhenReportedStrimziVersionsIsEmptyAndClusterStrimziVersionsIsNotEmptyItRemainsUnchanged
  • TestDataPlaneCluster_WhenReportedStrimziVersionsIsNilAndClusterStrimziVersionsIsNotEmptyItRemainsUnchanged
  • TestDataPlaneCluster_WhenReportedStrimziVersionsAreDifferentClusterStrimziVersionsIsUpdated
  • TestDataPlaneEndpoints_AuthzSuccess
  • TestDataPlaneEndpoints_AuthzFailWhenNoRealmRole
  • TestDataPlaneEndpoints_AuthzFailWhenClusterIdNotMatch
  • TestDataPlaneEndpoints_GetManagedKafkas
  • TestDataPlaneEndpoints_UpdateManagedKafkas
  • TestDataPlaneEndpoints_GetAndUpdateManagedKafkasWithTlsCerts
  • TestDataPlaneEndpoints_GetAndUpdateManagedKafkasWithServiceAccounts
  • TestDataPlaneEndpoints_GetManagedKafkasWithoutOAuthTLSCert
  • TestDataPlaneEndpoints_GetManagedKafkasWithOauthMaximumSessionLifetime
  • TestDataPlaneEndpoints_UpdateManagedKafkasWithRoutesAndAdminApiServerUrl
  • TestDataPlaneEndpoints_GetManagedKafkasWithOAuthTLSCert
  • TestDataPlaneEndpoints_UpdateManagedKafkaWithErrorStatus
  • TestDataPlaneEndpoints_UpdateManagedKafka_RemoveFailedReason
  • TestFederation_GetFederatedMetrics
  • TestFederation_GetFederatedMetricsUsingMasSsoToken
  • Test_KafkaListSearchAndOrderBy/Order_By_Name_Asc
  • Test_KafkaListSearchAndOrderBy/Order_By_Name_Desc
  • Test_KafkaListSearchAndOrderBy/Filter_By_Name
  • Test_KafkaListSearchAndOrderBy/Filter_By_Name_Not_In
  • Test_KafkaListSearchAndOrderBy/Filter_By_Name_Not_Equal
  • Test_KafkaListSearchAndOrderBy/Filter_By_Name_Not_Equal_Non_Existent_Name
  • Test_KafkaListSearchAndOrderBy/Filter_By_Owner_With_Special_Characters
  • Test_KafkaListSearchAndOrderBy/Filter_By_Invalid_Column_Name
  • Test_KafkaListSearchAndOrderBy/Filter_By_Incomplete_Query
  • Test_KafkaListSearchAndOrderBy/Filter_By_Incomplete_Composed_Query
  • Test_KafkaListSearchAndOrderBy/Filter_By_Invalid_Join
  • Test_KafkaListSearchAndOrderBy/Filter_By_Or_Join
  • Test_KafkaListSearchAndOrderBy/Filter_By_And_Join
  • Test_KafkaListSearchAndOrderBy/Filter_By_Two_Joins
  • Test_KafkaListSearchAndOrderBy/Filter_By_Too_Many_Joins
  • Test_KafkaListSearchAndOrderBy/Filter_By_Like_(%xxx%)
  • Test_KafkaListSearchAndOrderBy/MGDSTRM-2956_-_Order_By_Invalid_Fields
  • Test_KafkaListSearchAndOrderBy
  • TestKafkaCreate_Success
  • TestKafkaCreate_ValidatePlanParam
  • TestKafka_InstanceTypeCapacity
  • TestKafka_Update/update_with_an_empty_body_should_not_fail
  • TestKafka_Update/should_fail_if_owner_is_empty
  • TestKafka_Update/should_fail_if_trying_to_update_owner_as_not_an_owner/_org_admin
  • TestKafka_Update/should_fail_if_trying_to_update_with_an_empty_body_as_a_non_owner_or_org_admin
  • TestKafka_Update/should_fail_when_trying_to_update_non-existent_kafka
  • TestKafka_Update/should_succeed_changing_reauthentication_enabled_value_to_true
  • TestKafka_Update/should_succeed_changing_reauthentication_enabled_value_to_false
  • TestKafka_Update/should_succeed_when_passing_a_valid_new_username_as_an_owner
  • TestKafkaCreate_TooManyKafkas
  • TestKafkaPost_Validations/HTTP_400_when_region_not_supported
  • TestKafkaPost_Validations/HTTP_400_when_provider_not_supported
  • TestKafkaPost_Validations/HTTP_400_when_name_not_provided
  • TestKafkaPost_Validations/HTTP_400_when_name_is_not_valid
  • TestKafkaPost_Validations/HTTP_400_when_name_is_too_long
  • TestKafkaPost_NameUniquenessValidations
  • TestKafkaDenyList_UnauthorizedValidation/HTTP_403_when_listing_kafkas
  • TestKafkaDenyList_UnauthorizedValidation/HTTP_403_when_creating_a_new_kafka_request
  • TestKafkaDenyList_UnauthorizedValidation/HTTP_403_when_deleting_new_kafka_request
  • TestKafkaDenyList_UnauthorizedValidation/HTTP_403_when_getting_a_new_kafka_request
  • TestKafka_AccessList_UnauthorizedValidation/HTTP_403_when_listing_kafkas
  • TestKafka_AccessList_UnauthorizedValidation/HTTP_403_when_creating_a_new_kafka_request
  • TestKafka_AccessList_UnauthorizedValidation/HTTP_403_when_deleting_new_kafka_request
  • TestKafka_AccessList_UnauthorizedValidation/HTTP_403_when_getting_a_new_kafka_request
  • TestKafka_AccessList_UnauthorizedValidation
  • TestKafkaDenyList_RemovingKafkaForDeniedOwners
  • TestKafkaQuotaManagementList_MaxAllowedInstances
  • TestKafkaGet
  • TestKafka_Delete/should_fail_when_deleting_kafka_without_async_set_to_true
  • TestKafka_Delete/should_fail_when_deleting_kafka_with_empty_id
  • TestKafka_Delete/should_succeed_when_deleting_kafka_with_valid_id_and_context
  • TestKafkaDelete_DeleteDuringCreation
  • TestKafkaDelete_Fail
  • TestKafka_DeleteAdminNonOwner/should_fail_when_deleting_kafka_by_other_user_within_the_same_org_(not_an_owner)
  • TestKafka_DeleteAdminNonOwner/should_not_fail_when_deleting_kafka_by_other_user_within_the_same_org_(not_an_owner_but_org_admin)
  • TestKafka_DeleteAdminNonOwner
  • TestKafkaList_Success
  • TestKafkaList_UnauthUser
  • TestKafkaList_IncorrectOCMIssuer_AuthzFailure
  • TestKafkaList_CorrectTokenIssuer_AuthzSuccess
  • TestKafka_RemovingExpiredKafkas_NoStandardInstances
  • TestKafka_RemovingExpiredKafkas_WithStandardInstances
  • TestLeaderElection_StartedAllWorkersAndDropThenUp
  • TestObservatorium_ResourceStateMetric
  • TestObservatorium_GetMetrics
  • TestObservatorium_GetMetricsByQueryRange
  • TestObservatorium_GetMetricsByQueryInstant
  • TestTermsRequired_CreateKafkaTermsRequired
  • TestTermsRequired_CreateKafka_TermsNotRequired
  • TestTermsRequired_ListKafkaTermsRequired
  • TestServiceAccounts_GetByClientID
  • TestServiceAccounts_Success
  • TestServiceAccounts_IncorrectOCMIssuer_AuthzFailure
  • TestServiceAccounts_CorrectTokenIssuer_AuthzSuccess
  • TestServiceAccounts_InputValidation
  • TestServiceAccounts_SsoProvider_MAS_SSO
  • TestServiceAccounts_SsoProvider_SSO