Skip to content

Commit e2f9250

Browse files
committed
add test note about VMSS
1 parent 0a63725 commit e2f9250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/azure_accelnet.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ func AzureAcceleratedNetworkingSpec(ctx context.Context, inputGetter func() Azur
9999
err = page.NextWithContext(ctx)
100100
Expect(err).NotTo(HaveOccurred())
101101
}
102+
By("verifying EnableAcceleratedNetworking for the primary NIC of each VMSS instance")
102103
p, err := vmssClient.List(ctx, rgName)
103104
Expect(err).NotTo(HaveOccurred())
104105
for p.NotDone() {

0 commit comments

Comments
 (0)