File tree Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Expand file tree Collapse file tree 3 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.22.4
66
77require (
88 github.com/stretchr/testify v1.9.0
9- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3
9+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -227,8 +227,6 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
227227github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
228228github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1 h1:SySJol19JeJ7zhm6Cr+Ibm4WNyXqkkOkP6Lpc8EmwQQ =
229229github.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 =
232230github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
233231github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM =
234232github.com/xanzy/ssh-agent v0.3.3 /go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw =
Original file line number Diff line number Diff line change @@ -9,9 +9,18 @@ import (
99
1010func TestProjectsFullTest (t * testing.T ) {
1111 options := testprojects .TestProjectOptionsDefault (& testprojects.TestProjectsOptions {
12- Testing : t ,
13- Prefix : "rag-stack" ,
14- ParallelDeploy : true ,
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+ },
1524 })
1625
1726 privateKey , _ , kerr := common .GenerateTempGPGKeyPairBase64 ()
You can’t perform that action at this time.
0 commit comments