@@ -67,10 +67,10 @@ func TestFullyConfigurableSolution(t *testing.T) {
6767 var region = validRegions [rand .IntN (len (validRegions ))]
6868
6969 // ------------------------------------------------------------------------------------------------------
70- // Deploy SLZ ROKS Cluster and Observability instances since it is needed to deploy Logs Agent
70+ // Deploy OCP Cluster and Logs instance since it is needed to deploy Logs Agent
7171 // ------------------------------------------------------------------------------------------------------
7272
73- prefix := fmt .Sprintf ("slz -%s" , strings .ToLower (random .UniqueId ()))
73+ prefix := fmt .Sprintf ("ocp -%s" , strings .ToLower (random .UniqueId ()))
7474 realTerraformDir := "./resources"
7575 tempTerraformDir , _ := files .CopyTerraformFolderToTemp (realTerraformDir , fmt .Sprintf (prefix + "-%s" , strings .ToLower (random .UniqueId ())))
7676
@@ -96,7 +96,7 @@ func TestFullyConfigurableSolution(t *testing.T) {
9696 _ , existErr := terraform .InitAndApplyE (t , existingTerraformOptions )
9797
9898 if existErr != nil {
99- assert .True (t , existErr == nil , "Init and Apply of temp resources (SLZ-ROKS and Observability Instances ) failed" )
99+ assert .True (t , existErr == nil , "Init and Apply of temp resources (OCP and Logs Instance ) failed" )
100100 } else {
101101
102102 options := testschematic .TestSchematicOptionsDefault (& testschematic.TestSchematicOptions {
@@ -153,10 +153,10 @@ func TestFullyConfigurableUpgradeSolution(t *testing.T) {
153153 var region = validRegions [rand .IntN (len (validRegions ))]
154154
155155 // ------------------------------------------------------------------------------------------------------
156- // Deploy SLZ ROKS Cluster and Observability instances since it is needed to deploy Logs Agent
156+ // Deploy OCP Cluster and Observability instances since it is needed to deploy Logs Agent
157157 // ------------------------------------------------------------------------------------------------------
158158
159- prefix := fmt .Sprintf ("slz -%s" , strings .ToLower (random .UniqueId ()))
159+ prefix := fmt .Sprintf ("ocp -%s" , strings .ToLower (random .UniqueId ()))
160160 realTerraformDir := "./resources"
161161 tempTerraformDir , _ := files .CopyTerraformFolderToTemp (realTerraformDir , fmt .Sprintf (prefix + "-%s" , strings .ToLower (random .UniqueId ())))
162162
@@ -182,7 +182,7 @@ func TestFullyConfigurableUpgradeSolution(t *testing.T) {
182182 _ , existErr := terraform .InitAndApplyE (t , existingTerraformOptions )
183183
184184 if existErr != nil {
185- assert .True (t , existErr == nil , "Init and Apply of temp resources (SLZ-ROKS and Observability Instances) failed" )
185+ assert .True (t , existErr == nil , "Init and Apply of temp resources (OCP and Logs Instances) failed" )
186186 } else {
187187
188188 options := testschematic .TestSchematicOptionsDefault (& testschematic.TestSchematicOptions {
0 commit comments