Skip to content

Commit

Permalink
Merge pull request #361 from terraform-providers/gm_tests
Browse files Browse the repository at this point in the history
Fix GM tests execution
  • Loading branch information
asarfaty authored Jun 17, 2020
2 parents f7d0b37 + 3fba977 commit 7904f30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nsxt/resource_nsxt_policy_tier0_gateway_gm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ func TestAccResourceNsxtPolicyTier0Gateway_globalManager(t *testing.T) {
testAccPreCheck(t)
testAccEnvDefined(t, "NSXT_TEST_SITE_NAME")
testAccEnvDefined(t, "NSXT_TEST_ANOTHER_SITE_NAME")
testAccOnlyGlobalManager(t)
},
Providers: testAccProviders,
CheckDestroy: func(state *terraform.State) error {
Expand Down Expand Up @@ -80,6 +81,7 @@ func TestAccResourceNsxtPolicyTier0Gateway_globalManagerNoSubnet(t *testing.T) {
testAccPreCheck(t)
testAccEnvDefined(t, "NSXT_TEST_SITE_NAME")
testAccEnvDefined(t, "NSXT_TEST_ANOTHER_SITE_NAME")
testAccOnlyGlobalManager(t)
},
Providers: testAccProviders,
CheckDestroy: func(state *terraform.State) error {
Expand Down

0 comments on commit 7904f30

Please sign in to comment.