Skip to content
Snippets Groups Projects
Commit 00535ea6 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Added BSN check.

parent c7a17a3d
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,17 @@ else
exit 1
fi
###############################################################################
# Check if the back node BSNs are close enough
###############################################################################
NOF_ERR=$(python $UPE/peripherals/pi_bsn_scheduler.py --unb 0:7 --bn 0:3 -n 0 | grep Difference | grep Error -c)
if [ "$NOF_ERR" == "0" ]; then
echo dish_status.sh: Passed - Back node BSN difference OK
else
echo dish_status.sh: Error - Back node BSN difference wrong
exit 1
fi
###############################################################################
# Get number of BSN timeouts
# . FIXME Read 2 times as workaround for too tight BSN timeout parameter in VHDL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment