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