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
{{ message }}
This repository was archived by the owner on Aug 23, 2024. It is now read-only.
Traceback (most recent call last):
File "/Redfish_Conformance_check/Redfish-Service-Conformance-Check-master/rfs_test/TEST_computersystem_schema.py", line 59, in Assertion_COMP139
json_payload, headers, status = self.http_GET(relative_uris['Root Service_Systems'], rq_headers, authorization)
KeyError: 'Root Service_Systems'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "sample_run.py", line 43, in
rfs_test.run(sut)
File "/Redfish_Conformance_check/Redfish-Service-Conformance-Check-master/rfs_test/init.py", line 58, in run
TEST_computersystem_schema.run(sut, log)
File "/Redfish_Conformance_check/Redfish-Service-Conformance-Check-master/rfs_test/TEST_computersystem_schema.py", line 117, in run
assertion_status = Assertion_COMP139(self, log)
File "/Redfish_Conformance_check/Redfish-Service-Conformance-Check-master/rfs_test/TEST_computersystem_schema.py", line 64, in Assertion_COMP139
log.assertion_log('line', "Resource %s, is not found." % (relative_uris['Root Service_Systems']))
KeyError: 'Root Service_Systems'
The text was updated successfully, but these errors were encountered:
The 'Root Service_Systems' KeyError could be from some problem reading resources on your service, or it could be that your service does not have a Systems NavigationProperty in the Service Root.
In any case, we have a newer, faster, and more comprehensive protocol validation tool here: Redfish-Protocol-Validator
This tool (Redfish-Service-Conformance-Check) is being deprecated.
Please try out the new tool.
(BTW: I just opened PR #195 to update the README here to note the deprecation and point to the new tool.)
---> Assertion: COMP139
Traceback (most recent call last):
File "/Redfish_Conformance_check/Redfish-Service-Conformance-Check-master/rfs_test/TEST_computersystem_schema.py", line 59, in Assertion_COMP139
json_payload, headers, status = self.http_GET(relative_uris['Root Service_Systems'], rq_headers, authorization)
KeyError: 'Root Service_Systems'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "sample_run.py", line 43, in
rfs_test.run(sut)
File "/Redfish_Conformance_check/Redfish-Service-Conformance-Check-master/rfs_test/init.py", line 58, in run
TEST_computersystem_schema.run(sut, log)
File "/Redfish_Conformance_check/Redfish-Service-Conformance-Check-master/rfs_test/TEST_computersystem_schema.py", line 117, in run
assertion_status = Assertion_COMP139(self, log)
File "/Redfish_Conformance_check/Redfish-Service-Conformance-Check-master/rfs_test/TEST_computersystem_schema.py", line 64, in Assertion_COMP139
log.assertion_log('line', "Resource %s, is not found." % (relative_uris['Root Service_Systems']))
KeyError: 'Root Service_Systems'
The text was updated successfully, but these errors were encountered: