Skip to content

Commit 72db0b2

Browse files
committed
CSPL-3630 Rhel image tests
1 parent 8b4cab4 commit 72db0b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

pkg/splunk/enterprise/util_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3216,7 +3216,7 @@ func TestGetCurrentImage(t *testing.T) {
32163216
CommonSplunkSpec: enterpriseApi.CommonSplunkSpec{
32173217
Spec: enterpriseApi.Spec{
32183218
ImagePullPolicy: "Always",
3219-
Image: "splunk/splunk:latest",
3219+
Image: "667741767953.dkr.ecr.us-west-2.amazonaws.com/arm-based/2.8.0:splunk-9.4.2-rhel-arm64",
32203220
},
32213221
Volumes: []corev1.Volume{},
32223222
},

test/appframework_aws/c3/manager_appframework_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ var _ = Describe("c3appfw test", func() {
329329

330330
// Upload V1 apps to S3 for Monitoring Console
331331
oldImage := "Refer to RELATED_SPLUNK_IMAGE_ENTERPRISE"
332-
newImage := "splunk/splunk:latest"
332+
newImage := "667741767953.dkr.ecr.us-west-2.amazonaws.com/arm-based/2.8.0:splunk-9.4.2-rhel-arm64"
333333

334334
lm, err := deployment.DeployLicenseManager(ctx, deployment.GetName())
335335
cm, err := deployment.DeployClusterManager(ctx, deployment.GetName(), lm.GetName(), "", "")

test/appframework_gcp/c3/manager_appframework_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ var _ = Describe("c3appfw test", func() {
335335

336336
// Upload V1 apps to Gcs for Monitoring Console
337337
oldImage := "Refer to RELATED_SPLUNK_IMAGE_ENTERPRISE"
338-
newImage := "splunk/splunk:latest"
338+
newImage := "667741767953.dkr.ecr.us-west-2.amazonaws.com/arm-based/2.8.0:splunk-9.4.2-rhel-arm64"
339339

340340
lm, err := deployment.DeployLicenseManager(ctx, deployment.GetName())
341341
cm, err := deployment.DeployClusterManager(ctx, deployment.GetName(), lm.GetName(), "", "")

test/testenv/testenv.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const (
4343
defaultOperatorInstallation = "false"
4444

4545
defaultOperatorImage = "splunk/splunk-operator"
46-
defaultSplunkImage = "splunk/splunk:latest"
46+
defaultSplunkImage = "667741767953.dkr.ecr.us-west-2.amazonaws.com/arm-based/2.8.0:splunk-9.4.2-rhel-arm64"
4747

4848
// defaultTestTimeout is the max timeout in seconds before async test failed.
4949
defaultTestTimeout = 1000000

0 commit comments

Comments
 (0)