Lines Matching full:raw
15 [Documentation] Execute set of IPMI raw KCS interface commands and verify it is
16 ... executable from os host. Set of IPMI raw commands includes system interface
19 #### raw cmd for get device ID.
20 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
22 #### Raw cmd for cold reset.
23 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Cold Reset']['reset'][0]}
29 ... Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
31 #### raw cmd for get device GUID.
32 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device GUID']['Get'][0]}
34 #### raw cmd for get IP addr.
35 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['lan_parameters']['get_ip'][0]}
37 #### raw cmd for get IP addr src.
38 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['lan_parameters']['get_ip_src'][0]}
40 #### raw cmd for get Dot1Q details.
41 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['lan_parameters']['get_dot1q'][0]}
43 #### raw cmd for get SDR Info.
44 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['SDR_Info']['get'][0]}
46 #### raw cmd for get Chassis status.
47 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Chassis_status']['get'][0]}
49 #### raw cmd for get SEL INFO.
50 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['SEL_Info']['get'][0]}
53 [Documentation] Execute set of IPMI raw Command via lanplus interface and
54 ... verify it is executable from remote server. Set of IPMI raw commands
58 #### raw cmd for get device ID.
59 Run External IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
61 #### Raw cmd for cold reset.
62 Run External IPMI Raw Command ${IPMI_RAW_CMD['Cold Reset']['reset'][0]}
68 ... Run External IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
70 #### raw cmd for get device GUID.
71 Run External IPMI Raw Command ${IPMI_RAW_CMD['Device GUID']['Get'][0]}
73 #### raw cmd for get IP addr.
74 Run External IPMI Raw Command ${IPMI_RAW_CMD['lan_parameters']['get_ip'][0]}
76 #### raw cmd for get IP addr src.
77 Run External IPMI Raw Command ${IPMI_RAW_CMD['lan_parameters']['get_ip_src'][0]}
79 #### raw cmd for get Dot1Q details.
80 Run External IPMI Raw Command ${IPMI_RAW_CMD['lan_parameters']['get_dot1q'][0]}
82 #### raw cmd for get SDR Info.
83 Run External IPMI Raw Command ${IPMI_RAW_CMD['SDR_Info']['get'][0]}
85 #### raw cmd for get Chassis status.
86 Run External IPMI Raw Command ${IPMI_RAW_CMD['Chassis_status']['get'][0]}
88 #### raw cmd for get SEL INFO.
89 Run External IPMI Raw Command ${IPMI_RAW_CMD['SEL_Info']['get'][0]}