Skip to content

Commit

Permalink
Fix issues with logging
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Squizzato <[email protected]>
  • Loading branch information
squizzi committed Oct 9, 2024
1 parent a0cd664 commit fb1f1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/managedcluster/providervalidator.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func NewProviderValidator(template Template, clusterName string, action Validati
case TemplateAWSStandaloneCP, TemplateAWSHostedCP:
resourcesToValidate["ccm"] = validateCCM
resourceOrder = append(resourceOrder, "ccm")
case TemplateAzureStandaloneCP, TemplateVSphereHostedCP:
case TemplateAzureStandaloneCP, TemplateVSphereStandaloneCP:
delete(resourcesToValidate, "csi-driver")
}
} else {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/provider_azure_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ var _ = Context("Azure Templates", Label("provider:cloud", "provider:azure"), Or
templateBy(managedcluster.TemplateAzureHostedCP, "creating a ManagedCluster")
hostedDeleteFunc = standaloneClient.CreateManagedCluster(context.Background(), hd)

templateBy(managedcluster.TemplateAWSHostedCP, "Patching AzureCluster to ready")
templateBy(managedcluster.TemplateAzureHostedCP, "Patching AzureCluster to ready")
managedcluster.PatchHostedClusterReady(standaloneClient, managedcluster.ProviderAzure, hdName)

templateBy(managedcluster.TemplateAzureHostedCP, "waiting for infrastructure to deploy successfully")
Expand Down

0 comments on commit fb1f1f3

Please sign in to comment.