zynq: run ARTIQ test suite

pull/33/head
Sebastien Bourdeauducq 2020-09-01 17:53:07 +08:00
parent 82ff5added
commit 953000afd1
1 changed files with 4 additions and 1 deletions

View File

@ -54,7 +54,7 @@ in
export USER=hydra export USER=hydra
pushd ${<artiq-zynq>} pushd ${<artiq-zynq>}
bash ${<artiq-zynq>}/remote_run.sh -h rpi-4 -o "-F /dev/null -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR -i /opt/hydra_id_rsa" -d ${artiq-zynq.zc706-simple-jtag} bash ${<artiq-zynq>}/remote_run.sh -h rpi-4 -o "-F /dev/null -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=ERROR -i /opt/hydra_id_rsa" -d ${artiq-zynq.zc706-nist_qc2-jtag}
popd popd
echo Waiting for the firmware to boot... echo Waiting for the firmware to boot...
@ -63,6 +63,9 @@ in
echo Running test kernel... echo Running test kernel...
artiq_run --device-db ${<artiq-zynq>}/examples/device_db.py ${<artiq-zynq>}/examples/mandelbrot.py artiq_run --device-db ${<artiq-zynq>}/examples/device_db.py ${<artiq-zynq>}/examples/mandelbrot.py
echo Running ARTIQ unit tests...
ARTIQ_ROOT=${<artiq-zynq>}/examples/examples python -m unittest discover artiq.test.coredevice -v
touch $out touch $out
echo Completed echo Completed