Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chassis resource fail errors #177

Closed
plmanik opened this issue Aug 7, 2023 · 2 comments
Closed

Chassis resource fail errors #177

plmanik opened this issue Aug 7, 2023 · 2 comments

Comments

@plmanik
Copy link

plmanik commented Aug 7, 2023

Hi,
I'm confused about interpreting Redfish-Interop-Validator report related to Chassis resource
Tool Version: 2.1.3
Run against OCPServerHardwareManagement.v1_0_0.json

I'm able to see Chassis under /redfish/v1

{
"@odata.id": "/redfish/v1",
"@odata.type": "#ServiceRoot.v1_15_0.ServiceRoot",
"AccountService": {
"@odata.id": "/redfish/v1/AccountService"
},
"CertificateService": {
"@odata.id": "/redfish/v1/CertificateService"
},
"Chassis": {
"@odata.id": "/redfish/v1/Chassis"
},

Able to see Chassis collection
{
"@odata.id": "/redfish/v1/Chassis",
"@odata.type": "#ChassisCollection.ChassisCollection",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/AC_Baseboard"
}
],
"Members@odata.count": 1,
"Name": "Chassis Collection"
}

For above response getting below errors

Chassis collection resource availabl in Serviceroot, Chassis instance available as /redfish/v1/Chassis/AC_Baseboard, but getting error as DNE
Service Level Requirements
fail.Chassis.ReadRequirement: 2

Property Name Value Expected Actual Result
Chassis.ReadRequirement Mandatory Must Exist DNE FAIL
OCPBaselineHardwareManagement -- Chassis.ReadRequirement Mandatory Must Exist DNE FAIL

Same error passed in Serviceroot OCPBaselineHardwareManagement -- Chassis.ReadRequirement
/redfish/v1/(response time: 0)ServiceRoot
Property Name Value Expected Actual Result
OCPBaselineHardwareManagement -- Chassis.ReadRequirement Mandatory Must Exist Exists PASS

Able to see Members@odata.count": 1 in response, but showing below error
/redfish/v1/Chassis(response time: )
Property Name Value Expected Actual Result
OCPBaselineHardwareManagement -- Members. MinCount 1 <= 0 FAIL

Is it possible to print response(Show Payload) like Service validator to see whether redfish response is correct or not
Please explain about understanding above failure case

Thanks,
Mani

@mraineri
Copy link
Contributor

mraineri commented Aug 7, 2023

Please provide the HTML report and the debug txt file.

@mraineri
Copy link
Contributor

Closing; no further info provided to help with the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants