Skip to content

Commit

Permalink
test(lh-79148): disable acceptance tests using vSphere lab (#136)
Browse files Browse the repository at this point in the history
The vSphere lab is partially down with connectivity issues to AWS, so disabling a single acceptance test that
relies on the lab being fully operational. The test will be re-enabled
once normal service resumes.
  • Loading branch information
siddhuwarrier authored Apr 30, 2024
1 parent 786b2ae commit 513abfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/device/ios/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestIosCreate(t *testing.T) {
},
},
{
testName: "fails onboards Duo Admin Panel if transaction fails",
testName: "fails onboards IOS if transaction fails",
input: createInput,

setupFunc: func(input ios.CreateInput) {
Expand Down
4 changes: 2 additions & 2 deletions provider/.github-action.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ TENANT_DATA_SOURCE_NAME=CDO_terraform-provider-cdo
TENANT_DATA_SOURCE_HUMAN_READABLE_NAME=terraform-provider-cdo
TENANT_DATA_SOURCE_SUBSCRIPTION_TYPE=INTERNAL
IOS_RESOURCE_NAME=test-ios-device-1
IOS_RESOURCE_SOCKET_ADDRESS=10.10.0.174:22
IOS_RESOURCE_SOCKET_ADDRESS=10.10.0.180:22
IOS_RESOURCE_USERNAME=lockhart
IOS_RESOURCE_CONNECTOR_NAME=CDO_terraform-provider-cdo-SDC-1
IOS_RESOURCE_IGNORE_CERTIFICATE=true
IOS_RESOURCE_HOST=10.10.0.174
IOS_RESOURCE_HOST=10.10.0.180
IOS_RESOURCE_PORT=22
IOS_RESOURCE_NEW_NAME=test-ios-device-2
IOS_RESOURCE_TAGS=tags1,tags2,tags3
Expand Down
1 change: 1 addition & 0 deletions provider/internal/device/ios/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ var testIosResource_ReplaceGroupTags = acctest.MustOverrideFields(testIosResourc
var testIosResourceConfig_ReplaceGroupTags = acctest.MustParseTemplate(testIosResourceTemplate, testIosResource_ReplaceGroupTags)

func TestAccIosDeviceResource_SDC(t *testing.T) {
t.Skip("Disabling this test because the vSphere SDC lab is down. Yay!")
resource.Test(t, resource.TestCase{
PreCheck: acctest.PreCheckFunc(t),
ProtoV6ProviderFactories: acctest.ProtoV6ProviderFactories,
Expand Down

0 comments on commit 513abfe

Please sign in to comment.