deploy load_arch_bitstream test case to CI

This commit is contained in:
tangxifan 2020-07-27 19:39:14 -06:00
parent 5d83abb2cf
commit 9809db01c5
1 changed files with 3 additions and 0 deletions

View File

@ -13,4 +13,7 @@ echo -e "FPGA-Bitstream regression tests";
echo -e "Testing bitstream generation only";
python3 openfpga_flow/scripts/run_fpga_task.py fpga_bitstream/generate_bitstream --debug --show_thread_logs
echo -e "Testing loading architecture bitstream from an external file";
python3 openfpga_flow/scripts/run_fpga_task.py fpga_bitstream/load_external_architecture_bitstream --debug --show_thread_logs
end_section "OpenFPGA.TaskTun"