File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ func TestProjectsFullTest(t *testing.T) {
2121 log .Fatal (err )
2222 }
2323
24- // const codeEngineStackDefPath = "stack_definition.json"
25- const kubernetesStackDefPath = "kubernetes/stack_definition.json"
24+ const codeEngineStackDefPath = "stack_definition.json"
25+ // const kubernetesStackDefPath = "kubernetes/stack_definition.json"
2626
27- // const ceFlavour = "alm-stack-ce"
27+ const ceFlavour = "alm-stack-ce"
2828 //const kubeFlavour = "alm-stack-kube"
2929
3030 options := testprojects .TestProjectOptionsDefault (& testprojects.TestProjectsOptions {
3131 Testing : t ,
3232 ResourceGroup : "default" ,
3333 Prefix : "alm" , // setting prefix here gets a random string appended to it
34- StackConfigurationPath : kubernetesStackDefPath ,
35- // CatalogProductName: "deploy-arch-ibm-alm-stack",
36- // CatalogFlavorName: kubeFlavour ,
34+ StackConfigurationPath : codeEngineStackDefPath ,
35+ CatalogProductName : "deploy-arch-ibm-alm-stack" ,
36+ CatalogFlavorName : ceFlavour ,
3737 })
3838
3939 //fmt.Print(permanentResources["secretsManagerCRN"])
You can’t perform that action at this time.
0 commit comments