Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
}
run_cmds() {
- uptime
echo "start: top output"
top -c -b -n1 -w 512
echo "end: top output"
if [ "$LOG_ONLY" = "true" ] ; then
+ uptime
run_cmds
exit
fi
exit 1
fi
+uptime
echo "Timeout used: ${TIMEOUT}"
timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
if [ $? -ne 0 ]; then