Home
last modified time | relevance | path

Searched refs:Command (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/openbmc/openbmc-test-automation/lib/
H A Dipmi_utils.robot20 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device ID']['Get'][0]}
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]}
32 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Device GUID']['Get'][0]}
35 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['lan_parameters']['get_ip'][0]}
38 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['lan_parameters']['get_ip_src'][0]}
41 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['lan_parameters']['get_dot1q'][0]}
44 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['SDR_Info']['get'][0]}
47 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['Chassis_status']['get'][0]}
50 Run Inband IPMI Raw Command ${IPMI_RAW_CMD['SEL_Info']['get'][0]}
[all …]
H A Dos_utils_install.robot24 OS Execute Command sudo apt-get update
28 OS Execute Command sudo apt-get -y install git
44 OS Execute Command sudo apt-get update
52 OS Execute Command sudo git clone https://www.github.com/open-power/HTX
56 OS Execute Command
60 OS Execute Command
63 OS Execute Command
68 OS Execute Command cd HTX && sudo make all
71 OS Execute Command sudo make install
82 ${stdout} ${stderr} ${rc} OS Execute Command
[all …]
H A Dipmi_client.robot31 Run IPMI Command
44 ${resp}= Run External IPMI Raw Command ${command} ${fail_on_err} &{options}
46 ${resp}= Run Inband IPMI Raw Command ${command}
48 ${resp}= Run Dbus IPMI RAW Command ${command}
50 Fail msg=Invalid IPMI Command type provided: ${IPMI_COMMAND}
56 Run IPMI Standard Command
71 …${resp}= Run External IPMI Standard Command ${command} ${fail_on_err} ${expected_rc} &{option…
73 ${resp}= Run Inband IPMI Standard Command ${command} ${fail_on_err}
75 ${resp}= Run Dbus IPMI Standard Command ${command}
77 Fail msg=Invalid IPMI Command type provided : ${IPMI_COMMAND}
[all …]
H A Dos_utils_config.robot11 ${version} ${stderr}= Execute Command pflash -r /dev/stdout -P VERSION
19 ${inventory} ${stderr}= Execute Command lshw -short return_stderr=True
27 ... Execute Command lshw -short | grep memory | wc -l return_stderr=True
42 ${dimm_count} ${stderr}= Execute Command lshw -short | grep DIMM | wc -l
58 ${output} ${stderr}= Execute Command systemctl status opal-prd.service
67 ${output} ${stderr}= Execute Command opal-gard list
74 ${output} ${stderr}= Execute Command dmesg -xT -l emerg,alert,crit,err
H A Dbmc_cleanup.robot32 ${file_count1} ${stderr} ${rc}= BMC Execute Command
34 BMC Execute Command ${skip_list_string}
36 ${file_count2} ${stderrt} ${rc}= BMC Execute Command
41 BMC Execute Command rm -r ${cleanup_dir_path}
/openbmc/phosphor-host-ipmid/
H A Dhost-interface.cpp36 static const std::map<OEMCmd, Host::Command> intfCommand = {
37 {CMD_HEARTBEAT, Base::Host::Command::Heartbeat},
38 {CMD_POWER, Base::Host::Command::SoftOff}};
44 static const std::map<Host::Command, IpmiCmdData> ipmiCommand = {
45 {Base::Host::Command::Heartbeat, std::make_pair(CMD_HEARTBEAT, 0x00)},
46 {Base::Host::Command::SoftOff, std::make_pair(CMD_POWER, SOFT_OFF)}};
49 void Host::execute(Base::Host::Command command) in execute()
92 ipmiCommand.at(Base::Host::Command::Heartbeat), in currentFirmwareCondition()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_disable.robot16 ... AND Run Inband IPMI Standard Command lan set ${CHANNEL_NUMBER} access on
19 Run Inband IPMI Standard Command lan set ${CHANNEL_NUMBER} access off
21 ... Run External IPMI Standard Command lan print ${CHANNEL_NUMBER}
24 Run Inband IPMI Standard Command lan set ${CHANNEL_NUMBER} access on
36 ... AND Run Inband IPMI Standard Command lan set ${CHANNEL_NUMBER} access on
40 ... Run External IPMI Standard Command lan set ${CHANNEL_NUMBER} access off
43 ... Run External IPMI Standard Command lan print ${CHANNEL_NUMBER}
46 Run Inband IPMI Standard Command lan set ${CHANNEL_NUMBER} access on
58 ... AND Run Inband IPMI Standard Command lan set ${CHANNEL_NUMBER} access on
61 Run Inband IPMI Standard Command lan set ${CHANNEL_NUMBER} access off
[all …]
H A Dtest_ipmi_watchdog.robot24 [Template] Execute IPMI Raw Command And Verify Response Data
35 [Template] Execute IPMI Raw Command And Verify Response Data After Watchdog Expires
46 [Template] Execute IPMI Raw Command And Verify Response Data
63 [Template] Execute IPMI Raw Command And Verify Response Data
74 [Template] Execute IPMI Raw Command And Verify Response Data
89 [Template] Execute IPMI Raw Command And Verify Timer Expiration Data
124 Run IPMI Command ${IPMI_RAW_CMD['Watchdog']['Set'][72]}
127 ${resp}= Run IPMI Command ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
146 ${resp}= Run IPMI Command ${IPMI_RAW_CMD['Watchdog']['Get'][0]}
152 Run IPMI Command ${IPMI_RAW_CMD['Watchdog']['Reset'][0]}
[all …]
H A Dtest_ipmi_poh_counter.robot11 ... Get POH Counter Command Via IPMI
46 Get POH Counter Command Via IPMI
51 ${resp}= Run External IPMI Raw Command
62 ... Run External IPMI Raw Command ${IPMI_RAW_CMD['Get']['POH_Counter'][0]} 0x00
70 ${poh_counter_1}= Run Get POH Command And Return Counter Reading
76 ${poh_counter_2}= Run Get POH Command And Return Counter Reading
89 ${poh_counter_1}= Run Get POH Command And Return Counter Reading
98 ${poh_counter_2}= Run Get POH Command And Return Counter Reading
110 ${poh_counter_1}= Run Get POH Command And Return Counter Reading
119 ${poh_counter_2}= Run Get POH Command And Return Counter Reading
[all …]
H A Dtest_ipmi_mc_id.robot27 ... Run IPMI Standard Command dcmi get_mc_id_string
34 # Set Management Controller Identifier String Command: HOST
52 Run IPMI Standard Command dcmi set_conf_param dhcp_config 0x00
56 Run IPMI Standard Command dcmi set_conf_param dhcp_config 0x01
64 Run IPMI Standard Command raw ${IPMI_RAW_CMD['conf_param']['Disabled'][0]}
68 Run IPMI Standard Command raw ${IPMI_RAW_CMD['conf_param']['Enabled'][0]}
81 ${set_mc_id_string}= Run IPMI Standard Command
92 ${get_mc_id}= Run IPMI Standard Command dcmi get_mc_id_string
94 ... msg=Command failed: get_mc_id.
109 ${resp}= Run IPMI Standard Command dcmi get_conf_param
H A Dtest_ipmi_network_verification.robot72 ${stdout}= Run IPMI Standard Command
88 ${stdout}= Run IPMI Standard Command
118 ... via IPMI raw Command.
121 ${ipmi_output}= Run IPMI Command
134 ... via IPMI raw Command.
137 ${ipmi_output}= Run IPMI Command
150 ... via IPMI raw Command.
153 ${ipmi_output}= Run IPMI Command
171 ... via IPMI raw Command.
175 ${output_msg}= Run Inband IPMI Raw Command
[all …]
H A Dtest_get_bios_post_code.robot3 Documentation Module to test IPMI Get BIOS POST Code Command.
16 Test Get BIOS POST Code via IPMI Raw Command
22 ${resp}= Run IPMI Standard Command raw ${IPMI_RAW_CMD['BIOS_POST_Code']['Get'][0]}
25 Test Get BIOS POST Code via IPMI Raw Command After Power Cycle
29 ${resp}= Run IPMI Standard Command chassis power cycle
33 ${resp}= Run IPMI Standard Command raw ${IPMI_RAW_CMD['BIOS_POST_Code']['Get'][0]}
36 Test Get BIOS POST Code via IPMI Raw Command With Host Powered Off
40 ${resp}= Run IPMI Standard Command chassis power off
44 …${resp}= Run IPMI Standard Command raw ${IPMI_RAW_CMD['BIOS_POST_Code']['Get'][0]} fail_on_err=0
77 ${resp}= Run IPMI Standard Command chassis power status
H A Dtest_ipmi_sel.robot47 ${resp}= Run IPMI Standard Command sel elist last 1
54 Run IPMI Standard Command sel clear
59 ${resp}= Run IPMI Standard Command sel list
72 [Teardown] Run Keywords FFDC On Test Case Fail AND Run IPMI Standard Command sel clear
80 ${resp}= Run IPMI Standard Command sel elist last 1
90 [Teardown] Run Keywords FFDC On Test Case Fail AND Run IPMI Standard Command sel clear
109 ${resp}= Run IPMI Standard Command sel elist
121 # Get SEL Entry IPMI Raw Command.
139 ${resp}= Run IPMI Command
144 # Command will not execute unless the correct Reservation ID value is provided.
[all …]
H A Dtest_ipmi_user.robot50 Run IPMI Standard Command user enable ${random_userid}
73 Run IPMI Standard Command
75 Run IPMI Standard Command user enable ${random_userid}
110 ${msg}= Run Keyword And Expect Error * Run IPMI Standard Command
126 ${msg}= Run Keyword And Expect Error * Run IPMI Standard Command
142 ${msg}= Run Keyword And Expect Error * Run IPMI Standard Command
156 ${msg}= Run Keyword And Expect Error * Run IPMI Standard Command
162 Verify IPMI User Password Via Test Command
172 Run IPMI Standard Command
176 ${msg}= Run IPMI Standard Command
[all …]
H A Dtest_ipmi_cipher.robot31 Run External IPMI Standard Command power status C=${cipher}
40 ... Run External IPMI Standard Command power status C=${cipher}
82 Verify Cipher Suite And Supported Algorithms Via IPMI Raw Command
98 Verify Get Cipher Suite Command For Invalid Channels
99 [Documentation] Verify Get Cipher Suite Command For all Invalid Channels.
109 Verify Get Cipher Suite Raw Command With Invalid Data Length
110 [Documentation] Verify Get Cipher Suite Raw Command With One Extra and Less Byte.
112 [Template] Verify Cipher Suite Command for Invalid Request Data
195 ${resp}= Run IPMI Command ${cmd}
219 Verify Invalid IPMI Command
[all...]
/openbmc/openbmc-test-automation/oem/nuvoton/
H A Dtest_ipmi_flash.robot34 BMC Execute Command
40 BMC Execute Command
55 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} ignore_err=1
81 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} ignore_err=1
96 OS Execute Command ${cmd} ignore_err=1
98 OS Execute Command ${cmd} ignore_err=1
105 OS Execute Command outb 0x4e 0x07
106 OS Execute Command outb 0x4f 0x0f
108 OS Execute Command outb 0x4e 0xf4
109 ${output} ${stderr} ${rc}= OS Execute Command inb 0x4f
[all …]
/openbmc/openbmc-test-automation/xcat/
H A Dtest_power_operation.robot19 Execute Command On XCAT rpower on
26 Execute Command On XCAT rpower off
33 ${xcat_resp}= Execute Command On XCAT rpower bmcstate
42 Execute Command On XCAT rpower softoff
45 Execute Command On XCAT rpower on
53 Execute Command On XCAT rpower off
56 Execute Command On XCAT rpower on
67 ${cmd_output}= Execute Command ${XCAT_DIR_PATH}/lsxcatd -v
/openbmc/openpower-host-ipmi-oem/
H A Dhost-interface.cpp26 static const std::map<OEMCmd, Host::Command> intfCommand = {
27 {IPMI_CMD_OCC_RESET, Base::Host::Command::OCCReset}};
30 void Host::execute(Base::Host::Command command, std::variant<uint8_t> data) in execute()
40 if (command == Base::Host::Command::OCCReset) in execute()
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_asset_tag.robot24 Run Keyword Run IPMI Standard Command dcmi set_asset_tag ${random_string}
26 ${asset_tag}= Run Keyword Run IPMI Standard Command dcmi asset_tag
37 ${resp}= Run IPMI Standard Command
47 Run Keyword Run IPMI Standard Command dcmi set_asset_tag ${random_string}
53 Set Asset Tag With Valid String Length Via DCMI Command
61 Validate Asset Tag Via Raw Command
64 Set Asset Tag With Invalid String Length Via DCMI Command
75 ... Run IPMI Command ${cmd}
103 ${ret}= Run IPMI Command ${cmd}
115 ${ret}= Run IPMI Command ${cmd}
[all …]
H A Dtest_dcmi_get_temperature_reading.robot29 Verify Get Temperature Reading Command For Inlet Temperature Sensor
35 ${ipmi_resp}= Run IPMI Command ${cmd}
39 Verify Get Temperature Reading Command For CPU 0 Temperature Sensor
45 ${ipmi_resp}= Run IPMI Command ${cmd}
49 Verify Get Temperature Reading Command For CPU 1 Temperature Sensor
55 ${ipmi_resp}= Run IPMI Command ${cmd}
59 Verify Get Temperature Reading Command For Baseboard Temperature Sensor
65 ${ipmi_resp}= Run IPMI Command ${cmd}
117 ${busctl_cmd_resp}= BMC Execute Command ${busctl_cmd}
137 ${busctl_cmd_resp}= BMC Execute Command ${busctl_cmd}
[all …]
/openbmc/openbmc-test-automation/lib/xcat/
H A Dxcat_utils.robot24 Execute Command On XCAT
30 # command Command to be run(e.g. "rinv").
31 # command_option Command's option to be run(e.g. "dimm").
36 ${stdout} ${stderr}= Execute Command ${xcat_cmd} return_stderr=True
70 Execute Command ${cmd_buf}
80 ${stdout} ${stderr}= Execute Command ${XCAT_DIR_PATH}/nodels
92 ${stdout} ${stderr}= Execute Command ${XCAT_DIR_PATH}/rpower ${node} on
103 ${stdout} ${stderr}= Execute Command ${XCAT_DIR_PATH}/rpower ${node} off
114 ${stdout} ${stderr}= Execute Command
128 ${stdout} ${stderr}= Execute Command
[all …]
/openbmc/qemu/docs/specs/
H A Dacpi_cpu_hotplug.rst58 Command data 2: (DWORD access)
60 If value last stored in 'Command field' is:
95 Command data: (DWORD access)
97 If value last stored in 'Command field' is one of:
146 Command field: (1 byte access)
152 following reads from 'Command data' register return
158 following writes to 'Command data' register set OST event
161 following writes to 'Command data' register set OST status
164 following reads from 'Command data' and 'Command data 2' return
173 Command data: (DWORD access)
[all …]
/openbmc/openbmc-test-automation/tools/
H A Dfactory_reset_bmc.robot31 BMC Execute Command /usr/bin/hostnamectl set-hostname ${OPENBMC_MODEL}
32 BMC Execute Command /sbin/fw_setenv rwreset true
33 Execute Command On Serial Console reboot -f
39 Execute Command On Serial Console ${cmd_ip}
42 Execute Command On Serial Console ${cmd_gw}
/openbmc/openbmc-test-automation/lib/pdu/
H A Dcyber.robot22 # CyberPowerSystems Inc., Command Shell v1.0
96 # 1- Start a Control Command
101 # +------- Command Information: Step 1 ---------------------------------------+
109 # +------- Command Information: Step 2 ---------------------------------------+
122 # 7- Cancel Pending Command
127 # +------- Command Information: Step 3 ---------------------------------------+
132 # with Command:
133 # Cancel Pending Command
151 # Select 1- Start a Control Command
/openbmc/pldm/pldmd/
H A Dhandler.hpp13 using Command = uint8_t; typedef
36 Response handle(pldm_tid_t tid, Command pldmCommand, in handle()
63 std::map<Command, HandlerFunc> handlers;

12345678910>>...13