I'm going to be adding tracie, which isn't deqp.
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5393>
$BM/write-serial.py $BM_SERIAL `printf '\016'`
# Wait for the device to complete the deqp run
-$BM/expect-output.sh serial-output.txt -f "DEQP RESULT"
+$BM/expect-output.sh serial-output.txt -f "bare-metal result"
# power down the CPU on the device
$BM/write-serial.py $BM_SERIAL_EC 'power off'
cp -Rp /nfs/results/. results/
set +e
-if grep -q "DEQP RESULT: pass" serial-output.txt; then
+if grep -q "bare-metal result: pass" serial-output.txt; then
exit 0
else
exit 1
fastboot boot -s $BM_FASTBOOT_SERIAL artifacts/fastboot.img
# Wait for the device to complete the deqp run
-$BM/expect-output.sh artifacts/serial-output.txt -f "DEQP RESULT"
+$BM/expect-output.sh artifacts/serial-output.txt -f "bare-metal result"
# power down the device
PATH=$BM:$PATH $BM_POWERDOWN
set +e
-if grep -q "DEQP RESULT: pass" artifacts/serial-output.txt; then
+if grep -q "bare-metal result: pass" artifacts/serial-output.txt; then
exit 0
else
exit 1
fi
if sh /deqp/deqp-runner.sh; then
- echo "DEQP RESULT: pass"
+ echo "bare-metal result: pass"
else
- echo "DEQP RESULT: fail"
+ echo "bare-metal result: fail"
fi
# Wait until the job would have timed out anyway, so we don't spew a "init