Skip to content

Commit c31aa94

Browse files
test: update ibmcloud-terratest-wrapper to v1.35.3 (#144)
1 parent 6517425 commit c31aa94

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.4
66

77
require (
88
github.com/stretchr/testify v1.9.0
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3
1010
)
1111

1212
require (

tests/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
227227
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
228228
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1 h1:SySJol19JeJ7zhm6Cr+Ibm4WNyXqkkOkP6Lpc8EmwQQ=
229229
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s=
230+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3 h1:c7mL1rVoI/fY0t+m+Y7FuL6yOVMfxK9SvX5M+d5bTCc=
231+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s=
230232
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
231233
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
232234
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=

tests/pr_test.go

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,9 @@ import (
99

1010
func TestProjectsFullTest(t *testing.T) {
1111
options := testprojects.TestProjectOptionsDefault(&testprojects.TestProjectsOptions{
12-
Testing: t,
13-
Prefix: "rag-stack",
14-
StackConfigurationOrder: []string{
15-
"1 - Account Infrastructure Base",
16-
"2a - Security Service - Key Management",
17-
"2b - Security Service - Secret Manager",
18-
"2c - Security Service - Security Compliance Center",
19-
"3 - Observability - Logging Monitoring Activity Tracker",
20-
"4 - WatsonX SaaS services",
21-
"5 - Sample RAG app - Application Lifecycle Management",
22-
"6 - Sample RAG app configuration",
23-
},
12+
Testing: t,
13+
Prefix: "rag-stack",
14+
ParallelDeploy: true,
2415
})
2516

2617
privateKey, _, kerr := common.GenerateTempGPGKeyPairBase64()

0 commit comments

Comments
 (0)