IBM / networking-go-sdk

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

Direct Link Changes for VLAN Mapping Dedicated Feature #161

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

My local test cases are passing

------------------------------
malark@Malars-MacBook-Pro networking-go-sdk % go test -v ./directlinkv1
=== RUN   TestDirectLinkV1
Running Suite: DirectLinkV1 Suite
=================================
Random Seed: 1709743568
Will run 328 of 328 specs
••
Ran 328 of 328 Specs in 524.008 seconds
SUCCESS! -- 328 Passed | 0 Failed | 0 Pending | 0 Skipped
--- PASS: TestDirectLinkV1 (524.10s)
PASS
ok      github.com/IBM/networking-go-sdk/directlinkv1   525.320s