@@ -27,11 +27,12 @@ const customsgExampleDir = "examples/custom_sg"
2727const yamlLocation = "../common-dev-assets/common-go-assets/common-permanent-resources.yaml"
2828
2929// Ensure there is one test per supported OCP version
30- const ocpVersion1 = "4.16" // used by TestRunUpgradeAdvancedExample , TestFSCloudInSchematic and TestRunMultiClusterExample
31- const ocpVersion2 = "4.15" // used by TestCustomSGExample and TestRunCustomsgExample
32- const ocpVersion3 = "4.14" // used by TestRunAdvancedExample and TestRunAddRulesToSGExample
33- const ocpVersion4 = "4.13" // used by TestCrossKmsSupportExample
34- const ocpVersion5 = "4.12" // used by TestRunBasicExample
30+ const ocpVersion1 = "4.17" // used by TestRunUpgradeAdvancedExample , TestFSCloudInSchematic and TestRunMultiClusterExample
31+ const ocpVersion2 = "4.16" // used by TestCustomSGExample and TestRunCustomsgExample
32+ const ocpVersion3 = "4.15" // used by TestRunAdvancedExample
33+ const ocpVersion4 = "4.14" // used by TestRunAddRulesToSGExample
34+ const ocpVersion5 = "4.13" // used by TestCrossKmsSupportExample
35+ const ocpVersion6 = "4.12" // used by TestRunBasicExample
3536
3637var sharedInfoSvc * cloudinfo.CloudInfoService
3738var permanentResources map [string ]interface {}
@@ -76,7 +77,7 @@ func setupOptions(t *testing.T, prefix string, terraformDir string, ocpVersion s
7677func TestRunAdvancedExample (t * testing.T ) {
7778 t .Parallel ()
7879
79- options := setupOptions (t , "base-ocp-adv" , advancedExampleDir , ocpVersion2 )
80+ options := setupOptions (t , "base-ocp-adv" , advancedExampleDir , ocpVersion3 )
8081 options .PostApplyHook = getClusterIngress
8182
8283 output , err := options .RunTestConsistency ()
0 commit comments