From 953000afd1982205ce299de0cc4b57ebea722c2b Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 1 Sep 2020 17:53:07 +0800 Subject: [PATCH] zynq: run ARTIQ test suite --- zynq.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zynq.nix b/zynq.nix index ffc6033..db993b2 100644 --- a/zynq.nix +++ b/zynq.nix @@ -54,7 +54,7 @@ in export USER=hydra pushd ${} - bash ${}/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 ${}/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 echo Waiting for the firmware to boot... @@ -63,6 +63,9 @@ in echo Running test kernel... artiq_run --device-db ${}/examples/device_db.py ${}/examples/mandelbrot.py + echo Running ARTIQ unit tests... + ARTIQ_ROOT=${}/examples/examples python -m unittest discover artiq.test.coredevice -v + touch $out echo Completed