Skip to content

Commit

Permalink
Revert "test: update ibmcloud-terratest-wrapper to v1.35.3 (#144)" (#145
Browse files Browse the repository at this point in the history
)

This reverts commit c31aa94.
  • Loading branch information
vburckhardt authored Jul 4, 2024
1 parent c31aa94 commit 082d278
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.4

require (
github.com/stretchr/testify v1.9.0
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1
)

require (
Expand Down
2 changes: 0 additions & 2 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,6 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1 h1:SySJol19JeJ7zhm6Cr+Ibm4WNyXqkkOkP6Lpc8EmwQQ=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.1/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3 h1:c7mL1rVoI/fY0t+m+Y7FuL6yOVMfxK9SvX5M+d5bTCc=
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.35.3/go.mod h1:MXtQ40V5bbyri3QLE9AhjuJKuwKrGPjC/KmoOUvko6s=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
Expand Down
15 changes: 12 additions & 3 deletions tests/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,18 @@ import (

func TestProjectsFullTest(t *testing.T) {
options := testprojects.TestProjectOptionsDefault(&testprojects.TestProjectsOptions{
Testing: t,
Prefix: "rag-stack",
ParallelDeploy: true,
Testing: t,
Prefix: "rag-stack",
StackConfigurationOrder: []string{
"1 - Account Infrastructure Base",
"2a - Security Service - Key Management",
"2b - Security Service - Secret Manager",
"2c - Security Service - Security Compliance Center",
"3 - Observability - Logging Monitoring Activity Tracker",
"4 - WatsonX SaaS services",
"5 - Sample RAG app - Application Lifecycle Management",
"6 - Sample RAG app configuration",
},
})

privateKey, _, kerr := common.GenerateTempGPGKeyPairBase64()
Expand Down

0 comments on commit 082d278

Please sign in to comment.