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

Add msg about long download time; avoid YAML load warning #6

Closed billdodd closed 5 years ago

billdodd commented 5 years ago

Added text in status message to indicate that the download of resources may take a while.

Before:

Logging in to http://127.0.0.1:8007...

After:

Service URI: http://127.0.0.1:8007
Logging in and downloading resources; this may take a while...

Also added explicit Loader= param in call to yaml.load() to avoid deprecation warning.

Fixes #3

jautor commented 5 years ago

Approved 9/12.