-
Notifications
You must be signed in to change notification settings - Fork 93
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
Test Ipmi Payload #2242
Comments
@Ganesan149 @aravinth0510 @KothaiSrini Can your help respond to the above? or are you also seeing the same? |
@gkeishin |
I've encountered the same failure based on openbmc v2.17. sol session connection is handled by phosphor-net-ipmid, If we sends an ipmi payload actiavte command with instance id The payload instance will treat as activated, but the session manager removed the session since it's a corrupted session. The actual behavior of
On the other hand, if you to use My suggestion is to modify the ipmi payload validation logic and evaluate if we can use |
openbmc code base: 2.14.0
auto-test : v4.0-stable
For the test items of Test Deactivate Payload,
I based on
openbmc/phosphor-net-ipmid@34a2c41
This commit fix, according to the description
But this behavior will still be considered as fail in auto-test, so should I modify the test process or the source code?
In addition,
Verify Set User Access Payload For Invalid User
'' does not contain 'rsp=0xcc'
Verify Get User Access Payload For Invalid User
' 02 00 00 00' does not contain 'rsp=0xcc'
Verify Get Channel Payload Support For Invalid Channel
'Unable to send RAW command (channel=0x0 netfn=0x6 lun=0x0 cmd=0x4e rsp=0xff): Unspecified error' does not contain 'rsp=0xcc'
I don’t know if these three response codes are code or auto-test that need to be modified.
The text was updated successfully, but these errors were encountered: