Skip to content

Commit

Permalink
add changelog and skip testacc for gateway role assignments CRUD for SPN
Browse files Browse the repository at this point in the history
  • Loading branch information
badeamarjieh committed Mar 7, 2025
1 parent f1d729b commit 5e278f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/unreleased/added-20250307-024333.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
kind: added
body: Onboard new resource/data-source `fabric_gateway`.
time: 2025-03-07T02:43:33.229242334Z
custom:
Issue: "170"
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ func TestUnit_GatewayRoleAssignmentResource_ImportState(t *testing.T) {
}

func TestAcc_GatewayRoleAssignmentResource_CRUD(t *testing.T) {
if testhelp.ShouldSkipTest(t) {
t.Skip("No SPN support")
}

gatewayType := string(fabcore.GatewayTypeVirtualNetwork)
gatewayCreateDisplayName := testhelp.RandomName()
gatewayCreateInactivityMinutesBeforeSleep := int(testhelp.RandomElement(gateway.PossibleInactivityMinutesBeforeSleepValues))
Expand Down

0 comments on commit 5e278f5

Please sign in to comment.