Lines Matching +full:core +full:- +full:dump
33 ${dump_received} Dump notification received over websocket interface
35 ${monitor_cmd} ${monitor_pgm} ${OPENBMC_HOST} --openbmc_username ${OPENBMC_USERNAME}
56 # Generate eSEL (e.g. typically "CPU 1 core 3 has failed").
67 # --------------- ON_MESSAGE:begin --------------------
78 Test BMC Websocket Dump Interface
83 Start Websocket Monitor dump
84 ${dump_id}= Create User Initiated BMC Dump Via Redfish
85 Check Existence Of BMC Dump File ${dump_id}
87 # Check that the monitor received notification of the dump.
90 # --------------- ON_MESSAGE:begin --------------------
91 # {"event":"PropertiesChanged","interface":"xyz.openbmc_project.Dump.
92 # Entry","path":"/xyz/openbmc_project/dump/entry/1","properties":{"Size":157888}}
93 # Dump notification received over websocket interface.
97 Fail msg=No dump notification from websocket_monitor.py.
110 # either "logging" or "dump".
115 ${command}= Catenate ${monitor_cmd} --openbmc_password ${OPENBMC_PASSWORD}
116 ... --monitor_type ${monitor_type} 1>${monitor_file} 2>&1
128 ${cmd}= Catenate ps -ef | grep '${monitor_cmd}'
129 ... | grep -v grep | grep -v bash | cut -c10-14
142 Shell Cmd kill -s SIGTERM ${pid}
179 [Documentation] Do the post-suite teardown.