@@ -11,7 +11,7 @@ import (
1111func TestRunBasicExample (t * testing.T ) {
1212 t .Parallel ()
1313
14- options := setupOptions (t , "base-ocp" , basicExampleDir , ocpVersion4 )
14+ options := setupOptions (t , "base-ocp" , basicExampleDir , ocpVersion5 )
1515
1616 output , err := options .RunTestConsistency ()
1717
@@ -22,7 +22,7 @@ func TestRunBasicExample(t *testing.T) {
2222func TestRunCustomsgExample (t * testing.T ) {
2323 t .Parallel ()
2424
25- options := setupOptions (t , "base-ocp-customsg" , customsgExampleDir , ocpVersion1 )
25+ options := setupOptions (t , "base-ocp-customsg" , customsgExampleDir , ocpVersion2 )
2626
2727 output , err := options .RunTestConsistency ()
2828
@@ -102,7 +102,7 @@ func TestRunAddRulesToSGExample(t *testing.T) {
102102 // Do not hard fail the test if the implicit destroy steps fail to allow a full destroy of resource to occur
103103 ImplicitRequired : false ,
104104 TerraformVars : map [string ]interface {}{
105- "ocp_version" : ocpVersion2 ,
105+ "ocp_version" : ocpVersion3 ,
106106 },
107107 })
108108 output , err := options .RunTestConsistency ()
@@ -128,7 +128,7 @@ func TestCustomSGExample(t *testing.T) {
128128 // Do not hard fail the test if the implicit destroy steps fail to allow a full destroy of resource to occur
129129 ImplicitRequired : false ,
130130 TerraformVars : map [string ]interface {}{
131- "ocp_version" : ocpVersion1 ,
131+ "ocp_version" : ocpVersion2 ,
132132 },
133133 })
134134 output , err := options .RunTestConsistency ()
@@ -147,7 +147,7 @@ func TestCrossKmsSupportExample(t *testing.T) {
147147 "kms_instance_guid" : permanentResources ["kp_us_south_guid" ],
148148 "kms_key_id" : permanentResources ["kp_us_south_root_key_id" ],
149149 "kms_cross_account_id" : permanentResources ["ge_ops_account_id" ],
150- "ocp_version" : ocpVersion3 ,
150+ "ocp_version" : ocpVersion4 ,
151151 },
152152 ImplicitDestroy : []string {
153153 // workaround for the issue https://github.ibm.com/GoldenEye/issues/issues/10743
0 commit comments