You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moved http_username and password down in the init method to avoid forcing user to explicitly call name and endpoint parameters.
added 412 error message from the spec update into the create_l2vpn method
corrected the logger message in the delete method
corrected the repr and str method return strings
sdx_response:
corrected the str and eq utility methods to return a more readable format
unit tests:
after adjusting sdx_client and sdx_response per previous feedback (return pandas dataframe, etc) there were several unit tests that needed attention. This PR covers those and all 146 current unit tests now pass.
According to the additions made to the SDX Provisioning document the error handling will need to be adjusted.
The text was updated successfully, but these errors were encountered: