[Test] Deploy the fabric key test case for ql memory bank to basic regression tests

This commit is contained in:
tangxifan 2021-09-21 15:43:54 -07:00
parent dc2d1d1c3c
commit 7327850cf3
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ echo -e "Testing Secured FPGA fabrics";
run-task basic_tests/fabric_key/generate_vanilla_key --debug --show_thread_logs
run-task basic_tests/fabric_key/generate_multi_region_vanilla_key --debug --show_thread_logs
run-task basic_tests/fabric_key/generate_random_key --debug --show_thread_logs
run-task basic_tests/fabric_key/generate_random_key_ql_memory_bank --debug --show_thread_logs
run-task basic_tests/fabric_key/load_external_key --debug --show_thread_logs
run-task basic_tests/fabric_key/load_external_key_cc_fpga --debug --show_thread_logs
run-task basic_tests/fabric_key/load_external_key_multi_region_cc_fpga --debug --show_thread_logs