<div dir="ltr">Hi Tony,<div><br></div><div>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.</div><div><br></div><div>Thanks</div><div>Rahul<br><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 12, 2021 at 4:49 PM Tony Lee (李文富) <<a href="mailto:Tony.Lee@quantatw.com">Tony.Lee@quantatw.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi George,<br>
<br>
I would like to add a table which similar to data/ipmi_raw_cmd_table.py for ipmi standard commands.<br>
<br>
For example, in the test "Verify_SDR_Info".<br>
The output of the SDR info command could be different for different machines.<br>
<br>
The table will be like:<br>
'''<br>
ipmi_standard_cmd_resp_map = {<br>
    "${machine}": {<br>
        "sdr_info": {<br>
            "free_space": "unspecified",<br>
            "most_recent_addition": "01/01/1970 00:00:59",<br>
            "most_recent_erase": "01/01/1970 00:00:59",<br>
            "sdr_overflow": "yes",<br>
            "sdr_repository_update_support": "unspecified",<br>
            "delete_sdr_supported": "no",<br>
            "partial_add_sdr_supported": "no",<br>
            "reserve_sdr_repository_supported": "yes",<br>
            "sdr_repository_alloc_info_supported": "yes"<br>
        },<br>
                "${ipmi_standard_cmd}":{<br>
<br>
                ...<br>
                }<br>
    }<br>
'''<br>
<br>
Does this seem feasible to you?<br>
<br>
Thanks<br>
Best Regards,<br>
Tony<br>
<br>
</blockquote></div>