Expected response table for ipmi standard commands used for verification

Tony Lee (李文富) Tony.Lee at quantatw.com
Tue Oct 19 14:24:37 AEDT 2021


Hi Rahul,

OK, I will give a sample file. Thanks for your reply.

From: Rahul Maheshwari <rahulmaheshwari01 at gmail.com> 
Sent: Monday, October 18, 2021 10:32 PM
To: Tony Lee (李文富) <Tony.Lee at quantatw.com>
Cc: George Keishing <gkeishin at in.ibm.com>; openbmc <openbmc at lists.ozlabs.org>
Subject: Re: Expected response table for ipmi standard commands used for verification

Hi Tony,

It would be better if you can come up with a sample file with the required fields for IPMI standard commands. And the sample file can have the table which you have suggested except the machine field. Later command usage for required IPMI standard commands can be changed in IPMI suite. Others can use the same sample file to create one for their specific system and use it.

Thanks
Rahul


On Tue, Oct 12, 2021 at 4:49 PM Tony Lee (李文富) <mailto:Tony.Lee at quantatw.com> wrote:
Hi George,

I would like to add a table which similar to data/ipmi_raw_cmd_table.py for ipmi standard commands.

For example, in the test "Verify_SDR_Info".
The output of the SDR info command could be different for different machines.

The table will be like:
'''
ipmi_standard_cmd_resp_map = {
    "${machine}": {
        "sdr_info": {
            "free_space": "unspecified",
            "most_recent_addition": "01/01/1970 00:00:59",
            "most_recent_erase": "01/01/1970 00:00:59",
            "sdr_overflow": "yes",
            "sdr_repository_update_support": "unspecified",
            "delete_sdr_supported": "no",
            "partial_add_sdr_supported": "no",
            "reserve_sdr_repository_supported": "yes",
            "sdr_repository_alloc_info_supported": "yes"
        },
                "${ipmi_standard_cmd}":{

                ...
                }
    }
'''

Does this seem feasible to you?

Thanks
Best Regards,
Tony


More information about the openbmc mailing list