IBM / networking-go-sdk

IBM Cloud Networking Services Go SDK
Apache License 2.0
9 stars 11 forks source link

feat: Provider changes for VLAN #162

Closed MalarvizhiK closed 7 months ago

MalarvizhiK commented 7 months ago

PR summary

Fixes: <! -- link to issue -->

PR Checklist

Please make sure that your PR fulfills the following requirements:

PR Type

What is the current behavior?

What is the new behavior?

Does this PR introduce a breaking change?

Other information

MalarvizhiK commented 7 months ago

Test cases are passing

malark@Malars-MacBook-Pro networking-go-sdk % go test -v ./directlinkproviderv2
=== RUN   TestDirectLinkProviderV2
Entered here 
Running Suite: DirectLinkProviderV2 Suite
=========================================
Random Seed: 1709821827
Will run 120 of 120 specs
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
Ran 120 of 120 Specs in 368.671 seconds
SUCCESS! -- 120 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestDirectLinkProviderV2 (368.70s)
PASS
ok      github.com/IBM/networking-go-sdk/directlinkproviderv2   369.231s