File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.22.4
6
6
7
7
require (
8
8
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
10
10
)
11
11
12
12
require (
Original file line number Diff line number Diff line change @@ -227,6 +227,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
227
227
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
228
228
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1 h1:SySJol19JeJ7zhm6Cr+Ibm4WNyXqkkOkP6Lpc8EmwQQ =
229
229
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 =
230
232
github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
231
233
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
232
234
github.com/xanzy/ssh-agent v0.3.3 /go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw =
Original file line number Diff line number Diff line change @@ -9,18 +9,9 @@ import (
9
9
10
10
func TestProjectsFullTest (t * testing.T ) {
11
11
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 ,
24
15
})
25
16
26
17
privateKey , _ , kerr := common .GenerateTempGPGKeyPairBase64 ()
You can’t perform that action at this time.
0 commit comments