Skip to content

Commit 9381b19

Browse files
committed
add more verify
1 parent 58958bc commit 9381b19

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/integration/private_zonal_with_networking/private_zonal_with_networking_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func TestPrivateZonalWithNetworking(t *testing.T) {
3434
bpt.DefineVerify(func(assert *assert.Assertions) {
3535
// Commenting Default Verify due to issue 1478 for location Policy
3636
// bpt.DefaultVerify(assert)
37+
testutils.TGKEVerify(t, bpt, assert) // Verify Resources
3738

3839
projectId := bpt.GetStringOutput("project_id")
3940
location := bpt.GetStringOutput("location")

test/integration/simple_regional_private/simple_regional_private_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func TestSimpleRegionalPrivate(t *testing.T) {
3232
bpt.DefineVerify(func(assert *assert.Assertions) {
3333
//Skipping Default Verify as the Verify Stage fails due to change in Client Cert Token
3434
// bpt.DefaultVerify(assert)
35+
testutils.TGKEVerify(t, bpt, assert) // Verify Resources
3536

3637
projectId := bpt.GetStringOutput("project_id")
3738
location := bpt.GetStringOutput("location")

test/integration/simple_zonal_private/simple_zonal_private_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func TestSimpleZonalPrivate(t *testing.T) {
3232
bpt.DefineVerify(func(assert *assert.Assertions) {
3333
//Skipping Default Verify as the Verify Stage fails due to change in Client Cert Token
3434
// bpt.DefaultVerify(assert)
35+
testutils.TGKEVerify(t, bpt, assert) // Verify Resources
3536

3637
projectId := bpt.GetStringOutput("project_id")
3738
location := bpt.GetStringOutput("location")

0 commit comments

Comments
 (0)