Skip to content

Commit c834c74

Browse files
authored
test: use us-east HPCS (#219)
1 parent 5555c40 commit c834c74

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

solutions/standard/catalogValidationValues.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"ibmcloud_api_key": $VALIDATION_APIKEY,
33
"resource_group_name": $PREFIX,
44
"service_plan": "trial",
5-
"existing_kms_instance_crn": $HPCS_US_SOUTH_CRN,
5+
"existing_kms_instance_crn": $HPCS_US_EAST_CRN,
66
"region": "ca-tor"
77
}

tests/other_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ func TestFSCloudInSchematics(t *testing.T) {
5555
{Name: "ibmcloud_api_key", Value: options.RequiredEnvironmentVars["TF_VAR_ibmcloud_api_key"], DataType: "string", Secure: true},
5656
{Name: "region", Value: validRegions[rand.Intn(len(validRegions))], DataType: "string"},
5757
{Name: "prefix", Value: options.Prefix, DataType: "string"},
58-
{Name: "existing_kms_instance_guid", Value: permanentResources["hpcs_south"], DataType: "string"},
59-
{Name: "kms_key_crn", Value: permanentResources["hpcs_south_root_key_crn"], DataType: "string"},
58+
{Name: "existing_kms_instance_guid", Value: permanentResources["hpcs_east"], DataType: "string"},
59+
{Name: "kms_key_crn", Value: permanentResources["hpcs_east_root_key_crn"], DataType: "string"},
6060
{Name: "sm_service_plan", Value: "trial", DataType: "string"},
6161
}
6262

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ func TestRunDASolutionSchematics(t *testing.T) {
108108
{Name: "region", Value: validRegions[rand.Intn(len(validRegions))], DataType: "string"},
109109
{Name: "resource_group_name", Value: options.Prefix, DataType: "string"},
110110
{Name: "service_plan", Value: "trial", DataType: "string"},
111-
{Name: "existing_kms_instance_crn", Value: permanentResources["hpcs_south_crn"], DataType: "string"},
111+
{Name: "existing_kms_instance_crn", Value: permanentResources["hpcs_east_crn"], DataType: "string"},
112112
{Name: "iam_engine_enabled", Value: true, DataType: "bool"},
113113
{Name: "public_engine_enabled", Value: true, DataType: "bool"},
114114
{Name: "private_engine_enabled", Value: true, DataType: "bool"},

0 commit comments

Comments
 (0)