Lines Matching refs:cmd
51 ${cmd}= Catenate ${HOST_WORK_DIR}/burn_my_bmc --command update --interface ipmilpc
55 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} ignore_err=1
77 ${cmd}= Catenate ${HOST_WORK_DIR}/burn_my_bmc --command update --interface ipmilpc
81 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} ignore_err=1
96 ${cmd}= Catenate dd if=/dev/urandom of=${HOST_WORK_DIR}/${BAD_IMG} bs=1K count=4
97 OS Execute Command ${cmd} ignore_err=1
98 ${cmd}= Catenate dd if=/dev/urandom of=${HOST_WORK_DIR}/${BAD_SIG} bs=1 count=128
99 OS Execute Command ${cmd} ignore_err=1
136 ${cmd}= Catenate systemctl show --property=ActiveState --property=LoadState
138 ${output} ${stderr} ${rc}= BMC Execute Command ${cmd}
188 ${cmd}= Catenate tar -xf ${HOST_WORK_DIR}/${image_file_path} -C ${HOST_WORK_DIR}
189 ${output} ${stderr} ${rc}= OS Execute Command ${cmd}
191 ${cmd}= Catenate ${HOST_WORK_DIR}/burn_my_bmc --command update --interface ipmilpc
195 OS Execute Command ${cmd} fork=1
203 ${cmd}= Catenate systemctl show --property=Result
205 ${output} ${stderr} ${rc}= BMC Execute Command ${cmd}
225 ${cmd}= Catenate tar -xf ${HOST_WORK_DIR}/${image_file_path} -C ${HOST_WORK_DIR}
226 ${output} ${stderr} ${rc}= OS Execute Command ${cmd}
228 ${cmd}= Catenate ${HOST_WORK_DIR}/burn_my_bmc --command update --interface ipmilpc
232 ${output} ${stderr} ${rc}= OS Execute Command ${cmd} ignore_err=1