Skip to content

Commit

Permalink
Update testssl_test with 2.5 tag image version 3.0.8
Browse files Browse the repository at this point in the history
Signed-off-by: yxun <yuanlin.yxu@gmail.com>
  • Loading branch information
yxun committed Feb 6, 2024
1 parent a6a6abd commit 52cf489
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/tests/ossm/testssl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@ package ossm

import (
_ "embed"
"fmt"
"testing"

"github.com/maistra/maistra-test-tool/pkg/app"
"github.com/maistra/maistra-test-tool/pkg/util/check/assert"
"github.com/maistra/maistra-test-tool/pkg/util/env"
"github.com/maistra/maistra-test-tool/pkg/util/istio"
"github.com/maistra/maistra-test-tool/pkg/util/oc"
"github.com/maistra/maistra-test-tool/pkg/util/pod"
"github.com/maistra/maistra-test-tool/pkg/util/retry"
Expand Down Expand Up @@ -74,7 +72,7 @@ spec:
t.LogStep("Check testssl.sh results")
command := "./testssl/testssl.sh -P -6 productpage:9080 || true"
if env.GetArch() == "arm" {
command = fmt.Sprintf("testssl.sh -P -6 %s/productpage || true", istio.GetIngressGatewayHost(t, meshNamespace))
command = "./testssl.sh -P -6 productpage:9080 || true"
}
retry.UntilSuccessWithOptions(t, retry.Options().MaxAttempts(10), func(t TestHelper) {
oc.Exec(t,
Expand Down

0 comments on commit 52cf489

Please sign in to comment.