deploy fast configuration chain test case to CI

This commit is contained in:
tangxifan 2020-07-15 11:57:12 -06:00
parent ca90f337a7
commit 7d1b524969
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ echo -e "Basic regression tests";
echo -e "Testing configuration chain of a K4N4 FPGA";
python3 openfpga_flow/scripts/run_fpga_task.py full_testbench/configuration_chain --debug --show_thread_logs
python3 openfpga_flow/scripts/run_fpga_task.py full_testbench/fast_configuration_chain --debug --show_thread_logs
python3 openfpga_flow/scripts/run_fpga_task.py preconfig_testbench/configuration_chain --debug --show_thread_logs
echo -e "Testing fram-based configuration protocol of a K4N4 FPGA";