diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f287dc54..20150e8c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,37 +79,37 @@ jobs: robot -L TRACE -v config:qemu -v rte_ip:127.0.0.1 -v snipeit:no \ -v dpp_password:$DPP_PASSWORD -v dpp_download_key:$MSI_DOWNLOAD \ -v dpp_logs_key:$MSI_LOGS -v netboot_utilities_support:True \ - -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe + -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe \ -i "msi" dts/dts-e2e.robot 2>&1 | tee $LOG_DIR/output_msi.log | grep "| PASS |\|| FAIL |" robot -L TRACE -v config:qemu -v rte_ip:127.0.0.1 -v snipeit:no \ -v dpp_password:$DPP_PASSWORD -v dpp_download_key:$MSI_HEADS_DOWNLOAD \ -v dpp_logs_key:$MSI_HEADS_LOGS -v netboot_utilities_support:True \ - -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe + -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe \ -i "msi_heads" dts/dts-e2e.robot 2>&1 | tee $LOG_DIR/output_msi_heads.log | grep "| PASS |\|| FAIL |" robot -L TRACE -v config:qemu -v rte_ip:127.0.0.1 -v snipeit:no \ -v dpp_password:$DPP_PASSWORD -v dpp_download_key:$OPTIPLEX_DOWNLOAD \ -v dpp_logs_key:$OPTIPLEX_LOGS -v netboot_utilities_support:True \ - -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe + -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe \ -i "optiplex" dts/dts-e2e.robot 2>&1 | tee $LOG_DIR/output_optiplex.log | grep "| PASS |\|| FAIL |" robot -L TRACE -v config:qemu -v rte_ip:127.0.0.1 -v snipeit:no \ -v dpp_password:$DPP_PASSWORD -v dpp_download_key:$NOVACUSTOM_HEADS_DOWNLOAD \ -v dpp_logs_key:$NOVACUSTOM_HEADS_LOGS -v netboot_utilities_support:True \ - -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe + -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe \ -i "novacustom_heads" dts/dts-e2e.robot 2>&1 | tee $LOG_DIR/output_nc_heads.log | grep "| PASS |\|| FAIL |" robot -L TRACE -v config:qemu -v rte_ip:127.0.0.1 -v snipeit:no \ -v dpp_password:$DPP_PASSWORD -v dpp_download_key:$PCENGINES_DOWNLOAD \ -v dpp_logs_key:$PCENGINES_LOGS -v netboot_utilities_support:True \ - -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe + -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe \ -i "pcengines" dts/dts-e2e.robot 2>&1 | tee $LOG_DIR/output_pcengines.log | grep "| PASS |\|| FAIL |" robot -L TRACE -v config:qemu -v rte_ip:127.0.0.1 -v snipeit:no \ -v dpp_password:$DPP_PASSWORD -v dpp_download_key:$PCENGINES_SEABIOS_DOWNLOAD \ -v dpp_logs_key:$PCENGINES_SEABIOS_LOGS -v netboot_utilities_support:True \ - -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe + -v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe \ -i "pcengines_seabios" dts/dts-e2e.robot 2>&1 | tee $LOG_DIR/output_pcengines_seabios.log | grep "| PASS |\|| FAIL |" - name: Copy log shell: bash