chiradeep / go-nitro

A Golang client to the Citrix ADC API
Apache License 2.0
18 stars 21 forks source link

Introducing methods for Enabling NS modes. #30

Closed dheerajng closed 4 years ago

dheerajng commented 4 years ago

Signed-off-by: dheerajng dhiraj.gedam@citrix.com

chiradeep commented 4 years ago

Would you be able to write a test as well?

dheerajng commented 4 years ago

Sure! Will do it.

From: Chiradeep Vittal notifications@github.com Reply-To: chiradeep/go-nitro reply@reply.github.com Date: Thursday, 24 October 2019 at 9:03 PM To: chiradeep/go-nitro go-nitro@noreply.github.com Cc: Dhiraj Gedam Dhiraj.Gedam@citrix.com, Author author@noreply.github.com Subject: Re: [chiradeep/go-nitro] Introducing methods for Enabling NS modes. (#30)

Would you be able to write a test as well?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/chiradeep/go-nitro/pull/30?email_source=notifications&email_token=AIAP7Z3VCPO4535MWTANJ3LQQG54RA5CNFSM4JERGMA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECFOS3Y#issuecomment-545974639, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AIAP7Z322YTRJR7MGHZCSHDQQG54RANCNFSM4JERGMAQ.

dheerajng commented 4 years ago

Snapshot of unit test:

=== RUN   TestEnableModes
2019/10/24 22:49:55 [DEBUG] go-nitro Enabling modes
2019/10/24 22:49:55 [DEBUG] go-nitro: response Status: 200 OK
2019/10/24 22:49:55 [DEBUG] go-nitro: listing modes
2019/10/24 22:49:55 [DEBUG] go-nitro: response Status: 200 OK
2019/10/24 22:49:55 result:  FR L3 MBF Edge USNIP PMTUD ULFD mlist:  [FR L3 MBF Edge USNIP PMTUD ULFD]
--- PASS: TestEnableModes (0.07s)