Skip to content

Commit

Permalink
updated test case
Browse files Browse the repository at this point in the history
Signed-off-by: dislbenn <[email protected]>
  • Loading branch information
dislbenn committed Dec 17, 2024
1 parent 534c900 commit 893d00a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,16 @@ func GetTestImages() []string {
"CLUSTER_API_PROVIDER_AGENT", "CLUSTER_API_PROVIDER_AWS", "CLUSTER_API_PROVIDER_AZURE",
"CLUSTER_API_PROVIDER_KUBEVIRT", "KUBE_RBAC_PROXY_MCE", "CLUSTER_PROXY_ADDON", "CLUSTER_PROXY",
"CLUSTER_IMAGE_SET_CONTROLLER", "IMAGE_BASED_INSTALL_OPERATOR", "OSE_CLUSTER_API_RHEL9",
"registration_operator", "openshift_hive", "multicloud_manager", "managedcluster_import_controller",
"registration", "work", "discovery_operator", "cluster_curator_controller", "clusterlifecycle_state_metrics",
"clusterclaims_controller", "provider_credential_controller", "managed_serviceaccount", "assisted_service_8",
"assisted_service_9", "assisted_image_service", "postgresql_12", "assisted_installer_agent",
"assisted_installer_controller", "assisted_installer", "console_mce", "hypershift_addon_operator",
"hypershift_operator", "apiserver_network_proxy", "aws_encryption_provider", "cluster_api",
"cluster_api_provider_agent", "cluster_api_provider_aws", "cluster_api_provider_azure",
"cluster_api_provider_kubevirt", "kube_rbac_proxy_mce", "cluster_proxy_addon", "cluster_proxy",
"cluster_image_set_controller", "image_based_install_operator", "ose_cluster_api_rhel9"}
"OSE_AWS_CLUSTER_API_CONTROLLERS_RHEL9", "registration_operator", "openshift_hive", "multicloud_manager",
"managedcluster_import_controller", "registration", "work", "discovery_operator", "cluster_curator_controller",
"clusterlifecycle_state_metrics", "clusterclaims_controller", "provider_credential_controller",
"managed_serviceaccount", "assisted_service_8", "assisted_service_9", "assisted_image_service",
"postgresql_12", "assisted_installer_agent", "assisted_installer_controller", "assisted_installer",
"console_mce", "hypershift_addon_operator", "hypershift_operator", "apiserver_network_proxy",
"aws_encryption_provider", "cluster_api", "cluster_api_provider_agent", "cluster_api_provider_aws",
"cluster_api_provider_azure", "cluster_api_provider_kubevirt", "kube_rbac_proxy_mce", "cluster_proxy_addon",
"cluster_proxy", "cluster_image_set_controller", "image_based_install_operator", "ose_cluster_api_rhel9",
"ose_aws_cluster_api_controllers_rhel9"}
}

func IsUnitTest() bool {
Expand Down
2 changes: 1 addition & 1 deletion pkg/utils/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func Test_GetTestImages(t *testing.T) {
}{
{
name: "should return correct number of test images",
want: 70,
want: 72,
},
}

Expand Down

0 comments on commit 893d00a

Please sign in to comment.