Skip to content

Commit

Permalink
chore: report name changed
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Lavacca <[email protected]>
  • Loading branch information
mlavacca committed Jun 11, 2024
1 parent 22fd4b7 commit 8643f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/utils/test/setup_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func DeployCRDs(ctx context.Context, crdPath string, operatorClient *operatorcli
if err := clusters.KustomizeDeployForCluster(ctx, env.Cluster(), crdPath, kubectlFlags...); err != nil {
return err
}
if err := clusters.KustomizeDeployForCluster(ctx, env.Cluster(), GatewayExperimentalCRDsKustomizeURL); err != nil {
if err := clusters.KustomizeDeployForCluster(ctx, env.Cluster(), GatewayStandardCRDsKustomizeURL); err != nil {
return err
}
if err := clusters.KustomizeDeployForCluster(ctx, env.Cluster(), kicCRDsKustomizeURL); err != nil {
Expand Down
2 changes: 1 addition & 1 deletion test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func TestGatewayConformance(t *testing.T) {
// Currently mode only relies on the KongRouterFlavor, but in the future
// we may want to add more modes.
mode := string(config.KongRouterFlavor)
reportFileName := fmt.Sprintf("kong-gateway-operator-%s.yaml", mode) // TODO: https://github.com/Kong/gateway-operator/issues/268
reportFileName := fmt.Sprintf("standard-%s-%s-report.yaml", metadata.Release, mode)

opts := conformance.DefaultOptions(t)
opts.ReportOutputPath = "../../" + reportFileName
Expand Down

0 comments on commit 8643f9d

Please sign in to comment.