DMTF / Redfish-URI-Validator

The Redfish URI Validator is a Python3 tool which scans all resources on a given service and verifies the URIs on the service match the patterns described in a provided OpenAPI specification.
Other
1 stars 2 forks source link

Print exceptions caught and fix call to RMCOBJ.logout() #9

Closed billdodd closed 4 years ago

billdodd commented 4 years ago

While looking at issue #8 it became clear that we do not display information about what went wrong if the calls to RMCOBJ.login() or yaml.load() fail. This makes it difficult to diagnose problems.

This PR adds code to display the exception call stacks in those cases.

It also fixes the call to RMCOBJ.logout().

mraineri commented 4 years ago

Approved 10/3