tomasg2012
tomasg2012
Since the tool was restructured to a pypi deployment, running the script as a downloaded tool no longer returns a proper status code.
- Configuration errors that include certain options that do not activate as expected or are always activated. - Windows fails to print characters that are Chinese or of unknown encoding...
Should likely not follow such links, and should not be concerned with compiling those Schema.
``` ``` Afflicted line is ``` type_obj = sub_obj.Type.catalog.getSchemaDocByClass(my_odata_type).getTypeInSchemaDoc(my_odata_type) ``` ... where `my_odata_type` is the Type string above. Simple fix should strip my_odata_type from 'Collection('
For the purposes of `--collectionlimit`, it only considers links in the `validateUriTree` function. In `catalog.py`, `validateEntity` and `checkPropertyConformance` still consider the full collection. `validateEntity` should apply this limit as it...
Current caching relies on python's built in lru_cache function. When URIs contain fragments (i.e. `/redfish/v1/.../Thermal#/Fans/1`), it will call the resource `/redfish/v1/.../Thermal` for each link in a Collection, when once would...