Skip to content
Snippets Groups Projects
Commit ec9285cf authored by dwn1c21's avatar dwn1c21
Browse files

Fixed test case for deployment on ZCU104

parent 728a6dd6
No related branches found
No related tags found
No related merge requests found
...@@ -170,13 +170,10 @@ deploy-job-ZCU104: # This job runs in the deploy stage. ...@@ -170,13 +170,10 @@ deploy-job-ZCU104: # This job runs in the deploy stage.
- screen -r zynq -X stuff "deactivate \n" - screen -r zynq -X stuff "deactivate \n"
- screen -r zynq -X stuff "exit \n" - screen -r zynq -X stuff "exit \n"
# test the screenlog for "Overlay Loaded" # test the screenlog for "Overlay Loaded"
- if (grep -r "Overlay Loaded" ./screenlog) - cp ./Cortex-M0/nanosoc/systems/mcu/fpga_imp/CI_verification/test_bitfile_ZCU104.sh
- then - chmod +x test_bitfile_ZCU104.sh
- echo "Bit file loaded successfully" - ./test_bitfile_ZCU104.sh
- else
- echo "Bit file load failed"
- exit 1
- fi
after_script: after_script:
# cleanup xilinx directories and quit screen # cleanup xilinx directories and quit screen
- screen -r zynq -X stuff "rm load_bitfile.py \n" - screen -r zynq -X stuff "rm load_bitfile.py \n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment