diff --git a/SystemReady-band/build-scripts/build-bsaefi.sh b/SystemReady-band/build-scripts/build-bsaefi.sh index 720dbbb7..945d8004 100755 --- a/SystemReady-band/build-scripts/build-bsaefi.sh +++ b/SystemReady-band/build-scripts/build-bsaefi.sh @@ -1,7 +1,7 @@ #!/bin/sh # @file -# Copyright (c) 2021-2025, Arm Limited or its affiliates. All rights reserved. +# Copyright (c) 2021-2026, Arm Limited or its affiliates. All rights reserved. # SPDX-License-Identifier : Apache-2.0 # Licensed under the Apache License, Version 2.0 (the "License"); @@ -63,6 +63,7 @@ do_build() echo " URL(sysarch-acs) = $(git remote get-url origin)" >> "${SYSTEMREADY_COMMIT_LOG}" echo " commit(sysarch-acs) = $(git rev-parse HEAD)" >> "${SYSTEMREADY_COMMIT_LOG}" echo "" >> "${SYSTEMREADY_COMMIT_LOG}" + git apply $TOP_DIR/patches/bsa_srversion.patch popd source ./edksetup.sh make -C BaseTools/Source/C diff --git a/SystemReady-band/build-scripts/build-sbsaefi.sh b/SystemReady-band/build-scripts/build-sbsaefi.sh index f88a4c52..56f98e23 100755 --- a/SystemReady-band/build-scripts/build-sbsaefi.sh +++ b/SystemReady-band/build-scripts/build-sbsaefi.sh @@ -1,7 +1,7 @@ #!/bin/sh # @file -# Copyright (c) 2021-2025, Arm Limited or its affiliates. All rights reserved. +# Copyright (c) 2021-2026, Arm Limited or its affiliates. All rights reserved. # SPDX-License-Identifier : Apache-2.0 # Licensed under the Apache License, Version 2.0 (the "License"); @@ -63,6 +63,7 @@ do_build() echo " URL(sysarch-acs) = $(git remote get-url origin)" >> "${SYSTEMREADY_COMMIT_LOG}" echo " commit(sysarch-acs) = $(git rev-parse HEAD)" >> "${SYSTEMREADY_COMMIT_LOG}" echo "" >> "${SYSTEMREADY_COMMIT_LOG}" + git apply $TOP_DIR/patches/sbsa_srversion.patch popd source ./edksetup.sh make -C BaseTools/Source/C diff --git a/SystemReady-band/build-scripts/get_source.sh b/SystemReady-band/build-scripts/get_source.sh index 4bd70390..39b1493c 100755 --- a/SystemReady-band/build-scripts/get_source.sh +++ b/SystemReady-band/build-scripts/get_source.sh @@ -233,19 +233,6 @@ get_efitools_src() fi } -get_edk2-test-parser_src() -{ - echo "Downloading edk2-test-parser source code. TAG : $EDK2_TEST_PARSER_TAG" - git clone https://git.gitlab.arm.com/systemready/edk2-test-parser.git - pushd $TOP_DIR/edk2-test-parser/ - git checkout $EDK2_TEST_PARSER_TAG - echo "EDK2 Parser" >> "${SYSTEMREADY_COMMIT_LOG}" - echo " URL(edk2-test-parser) = $(git remote get-url origin)" >> "${SYSTEMREADY_COMMIT_LOG}" - echo " commit(edk2-test-parser) = $(git rev-parse HEAD)" >> "${SYSTEMREADY_COMMIT_LOG}" - echo "" >> "${SYSTEMREADY_COMMIT_LOG}" - popd -} - get_edk2-test-parser_src() { echo "Downloading edk2-test-parser source code. TAG : $EDK2_TEST_PARSER_TAG" diff --git a/SystemReady-band/patches/bsa_srversion.patch b/SystemReady-band/patches/bsa_srversion.patch new file mode 100644 index 00000000..c8c3aa23 --- /dev/null +++ b/SystemReady-band/patches/bsa_srversion.patch @@ -0,0 +1,12 @@ +diff --git a/apps/uefi/bsa_main.c b/apps/uefi/bsa_main.c +index 4458fe5..80f964c 100644 +--- a/apps/uefi/bsa_main.c ++++ b/apps/uefi/bsa_main.c +@@ -158,6 +158,7 @@ execute_tests() + goto exit_acs; + } + ++ val_print(ACS_PRINT_TEST, "\n\n SystemReady band ACS v3.1.1 RC-final", 0); + val_print(ACS_PRINT_TEST, "\n\n BSA Architecture Compliance Suite", 0); + val_print(ACS_PRINT_TEST, "\n Version %d.", BSA_ACS_MAJOR_VER); + val_print(ACS_PRINT_TEST, "%d.", BSA_ACS_MINOR_VER); diff --git a/SystemReady-band/patches/sbsa_srversion.patch b/SystemReady-band/patches/sbsa_srversion.patch new file mode 100644 index 00000000..5b9de3a8 --- /dev/null +++ b/SystemReady-band/patches/sbsa_srversion.patch @@ -0,0 +1,12 @@ +diff --git a/apps/uefi/sbsa_main.c b/apps/uefi/sbsa_main.c +index 1695605..d644135 100644 +--- a/apps/uefi/sbsa_main.c ++++ b/apps/uefi/sbsa_main.c +@@ -163,6 +163,7 @@ execute_tests() + goto exit_acs; + } + ++ val_print(ACS_PRINT_ERR, "\n\n SystemReady band ACS v3.1.1 RC-final\n", 0); + val_print(ACS_PRINT_ERR, "\n\n SBSA Architecture Compliance Suite\n", 0); + val_print(ACS_PRINT_ERR, " Version %d.", SBSA_ACS_MAJOR_VER); + val_print(ACS_PRINT_ERR, "%d.", SBSA_ACS_MINOR_VER); diff --git a/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/bsa-acs-uefi/bsa-acs.bb b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/bsa-acs-uefi/bsa-acs.bb index 05102aa4..1f1e7df7 100644 --- a/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/bsa-acs-uefi/bsa-acs.bb +++ b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/bsa-acs-uefi/bsa-acs.bb @@ -9,6 +9,7 @@ COMPATIBLE_MACHINE:genericarm64 = "genericarm64" SRC_URI += "git://github.com/ARM-software/sysarch-acs;destsuffix=edk2/ShellPkg/Application/sysarch-acs;protocol=https;branch=main;name=sysarch-acs \ git://github.com/tianocore/edk2-libc;destsuffix=edk2/edk2-libc;protocol=https;branch=master;name=edk2-libc \ + file://bsa_dtversion.patch;patch=1;patchdir=ShellPkg/Application/sysarch-acs \ " SRCREV_sysarch-acs = "${AUTOREV}" diff --git a/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/bsa-acs-uefi/files/bsa_dtversion.patch b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/bsa-acs-uefi/files/bsa_dtversion.patch new file mode 100644 index 00000000..3f7c5dec --- /dev/null +++ b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/bsa-acs-uefi/files/bsa_dtversion.patch @@ -0,0 +1,12 @@ +diff --git a/apps/uefi/bsa_main.c b/apps/uefi/bsa_main.c +index 4458fe5..80f964c 100644 +--- a/apps/uefi/bsa_main.c ++++ b/apps/uefi/bsa_main.c +@@ -158,6 +158,7 @@ execute_tests() + goto exit_acs; + } + ++ val_print(ACS_PRINT_TEST, "\n\n SystemReady devicetree band ACS v3.1.2 RC-final", 0); + val_print(ACS_PRINT_TEST, "\n\n BSA Architecture Compliance Suite", 0); + val_print(ACS_PRINT_TEST, "\n Version %d.", BSA_ACS_MAJOR_VER); + val_print(ACS_PRINT_TEST, "%d.", BSA_ACS_MINOR_VER); diff --git a/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/install-files/files/init.sh b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/install-files/files/init.sh index 8feaa8a4..5a6f1aeb 100644 --- a/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/install-files/files/init.sh +++ b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/install-files/files/init.sh @@ -447,6 +447,10 @@ if [ $ADDITIONAL_CMD_OPTION != "noacs" ]; then if [ -f /mnt/acs_tests/systemready-commit.log ]; then cp /mnt/acs_tests/systemready-commit.log /mnt/acs_results_template/acs_results/acs_summary/config/ fi + # Copying acs_config.txt into result directory + if [ -f /mnt/acs_tests/config/acs_config.txt ]; then + cp /mnt/acs_tests/config/acs_config.txt /mnt/acs_results_template/acs_results/acs_summary/config/ + fi echo "Please wait acs results are syncing on storage medium." sync sleep 60 diff --git a/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/pfdi-acs/files/pfdi_dtversion.patch b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/pfdi-acs/files/pfdi_dtversion.patch new file mode 100644 index 00000000..c01cafe3 --- /dev/null +++ b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/pfdi-acs/files/pfdi_dtversion.patch @@ -0,0 +1,12 @@ +diff --git a/apps/uefi/pfdi_main.c b/apps/uefi/pfdi_main.c +index f8842b7..7b89ce0 100644 +--- a/apps/uefi/pfdi_main.c ++++ b/apps/uefi/pfdi_main.c +@@ -97,6 +97,7 @@ execute_tests() + goto exit_close; + } + ++ val_print(ACS_PRINT_TEST, "\n\n SystemReady devicetree band ACS v3.1.2 RC-final", 0); + val_print(ACS_PRINT_TEST, "\n\n PFDI Architecture Compliance Suite", 0); + val_print(ACS_PRINT_TEST, "\n Version %d.", PFDI_ACS_MAJOR_VER); + val_print(ACS_PRINT_TEST, "%d.", PFDI_ACS_MINOR_VER); diff --git a/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/pfdi-acs/pfdi-acs.bb b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/pfdi-acs/pfdi-acs.bb index c95ef0b9..838a170e 100644 --- a/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/pfdi-acs/pfdi-acs.bb +++ b/SystemReady-devicetree-band/Yocto/meta-woden/recipes-acs/pfdi-acs/pfdi-acs.bb @@ -8,6 +8,7 @@ COMPATIBLE_MACHINE:genericarm64 = "genericarm64" SRC_URI += "git://github.com/ARM-software/sysarch-acs;destsuffix=edk2/ShellPkg/Application/sysarch-acs;protocol=https;branch=main;name=sysarch-acs \ git://github.com/tianocore/edk2-libc;destsuffix=edk2/edk2-libc;protocol=https;branch=master;name=edk2-libc \ + file://pfdi_dtversion.patch;patch=1;patchdir=ShellPkg/Application/sysarch-acs \ " SRCREV_sysarch-acs = "${AUTOREV}" diff --git a/common/config/acs_run_config.ini b/common/config/acs_run_config.ini index d2e36621..38c84042 100755 --- a/common/config/acs_run_config.ini +++ b/common/config/acs_run_config.ini @@ -34,7 +34,7 @@ sbsa_level = 4 # Add tests to run here. sbsa_tests = # Add tests you want to skip here. -sbsa_skip = S_L3MM_01 +sbsa_skip = # valid values 1,2,3,4,5 sbsa_verbose = 3 diff --git a/common/linux_scripts/init.sh b/common/linux_scripts/init.sh index a4079275..5fffb207 100644 --- a/common/linux_scripts/init.sh +++ b/common/linux_scripts/init.sh @@ -257,8 +257,8 @@ if [ $ADDITIONAL_CMD_OPTION != "noacs" ]; then if [ -f /lib/modules/sbsa_acs.ko ]; then insmod /lib/modules/sbsa_acs.ko echo "${SR_VERSION}" > /mnt/acs_results/linux/SbsaResultsApp.log - echo "Running command $sbsa_command --skip-dp-nic-ms" - $sbsa_command --skip-dp-nic-ms >> /mnt/acs_results/linux/SbsaResultsApp.log + echo "Running command $sbsa_command -skip S_L3_01 --skip-dp-nic-ms" + $sbsa_command --skip S_L3_01 --skip-dp-nic-ms >> /mnt/acs_results/linux/SbsaResultsApp.log dmesg | sed -n 'H; /PE_INFO/h; ${g;p;}' > /mnt/acs_results/linux/SbsaResultsKernel.log sync /mnt sleep 5 @@ -304,6 +304,11 @@ if [ $ADDITIONAL_CMD_OPTION != "noacs" ]; then if [ -f /mnt/acs_tests/config/systemready-commit.log ]; then cp /mnt/acs_tests/config/systemready-commit.log /mnt/acs_results/acs_summary/config/ fi + # Copying acs_config.txt into result directory + if [ -f /mnt/acs_tests/config/acs_config.txt ]; then + cp /mnt/acs_tests/config/acs_config.txt /mnt/acs_results/acs_summary/config/ + fi + sync /mnt # systemready scripts for os logs diff --git a/common/linux_scripts/scmi_init.sh b/common/linux_scripts/scmi_init.sh index 32a9ee7a..45ef9b30 100644 --- a/common/linux_scripts/scmi_init.sh +++ b/common/linux_scripts/scmi_init.sh @@ -53,7 +53,10 @@ if [ -d "$RESULTS_DIR" ]; then if [ -f /mnt/acs_tests/systemready-commit.log ]; then cp /mnt/acs_tests/systemready-commit.log "$RESULTS_DIR/acs_summary/config/" fi - + # Copying acs_config.txt into result directory + if [ -f /mnt/acs_tests/config/acs_config.txt ]; then + cp /mnt/acs_tests/config/acs_config.txt "$RESULTS_DIR/acs_summary/config/" + fi echo "Please wait acs results are syncing on storage medium." sync /mnt sleep 60 diff --git a/common/linux_scripts/secure_init.sh b/common/linux_scripts/secure_init.sh index 47cd0846..5e077c18 100644 --- a/common/linux_scripts/secure_init.sh +++ b/common/linux_scripts/secure_init.sh @@ -142,6 +142,10 @@ if [ -d "$RESULTS_DIR" ]; then if [ -f /mnt/acs_tests/systemready-commit.log ]; then cp /mnt/acs_tests/systemready-commit.log "$RESULTS_DIR/acs_summary/config/" fi + # Copying acs_config.txt into result directory + if [ -f /mnt/acs_tests/config/acs_config.txt ]; then + cp /mnt/acs_tests/config/acs_config.txt "$RESULTS_DIR/acs_summary/config/" + fi echo "Please wait acs results are syncing on storage medium." sync /mnt diff --git a/common/log_parser/main_log_parser.sh b/common/log_parser/main_log_parser.sh index 602c3fe7..a89ea038 100755 --- a/common/log_parser/main_log_parser.sh +++ b/common/log_parser/main_log_parser.sh @@ -45,7 +45,7 @@ LOGS_PATH=$1 ACS_CONFIG_PATH=$2 SYSTEM_CONFIG_PATH=$3 WAIVER_JSON=$4 -POST_SCRIPT_LOG="$LOGS_PATH/post-script/post-script.log" +POST_SCRIPT_LOG="$LOGS_PATH/post-scripts/post-script.log" if [ $YOCTO_FLAG_PRESENT -eq 1 ]; then test_category="/usr/bin/log_parser/test_categoryDT.json" diff --git a/common/log_parser/os_tests/sr_logs_to_json.py b/common/log_parser/os_tests/sr_logs_to_json.py index 2f1219da..15fc9178 100644 --- a/common/log_parser/os_tests/sr_logs_to_json.py +++ b/common/log_parser/os_tests/sr_logs_to_json.py @@ -189,12 +189,6 @@ def add_presence_subtest(label, os_info): test_suite["subtests"].append(sub) update_suite_summary(test_suite["test_suite_summary"], status) subtest_number += 1 - else: - desc = "No post-script errors found for OS logs" - sub = create_subtest(subtest_number, desc, "PASSED") - test_suite["subtests"].append(sub) - update_suite_summary(test_suite["test_suite_summary"], "PASSED") - subtest_number += 1 suite_summary = { "total_passed": test_suite["test_suite_summary"]["total_passed"], diff --git a/common/uefi_scripts/bsa.nsh b/common/uefi_scripts/bsa.nsh index 76b4ee8f..2520632b 100644 --- a/common/uefi_scripts/bsa.nsh +++ b/common/uefi_scripts/bsa.nsh @@ -17,8 +17,6 @@ # limitations under the License. echo -off -set DT_Version " SystemReady devicetree band ACS v3.1.2 RC0" -set SR_Version " SystemReady band ACS v3.1.1 RC0" for %i in 0 1 2 3 4 5 6 7 8 9 A B C D E F then if exist FS%i:\yocto_image.flag then @@ -101,13 +99,7 @@ if exist FS%i:\acs_tests\bsa\Bsa.efi then endif stall 200000 if exist BsaVerboseTempResults.log then - if exist FS%i:\acs_tests\bsa\bsa_dt.flag then - echo %DT_Version% > BsaVerboseResults.log - else - echo %SR_Version% > BsaVerboseResults.log - endif - stall 200000 - type BsaVerboseTempResults.log >> BsaVerboseResults.log + cp BsaVerboseTempResults.log BsaVerboseResults.log cp BsaVerboseTempResults.log temp/ rm BsaVerboseTempResults.log reset @@ -152,13 +144,7 @@ if exist FS%i:\acs_tests\bsa\Bsa.efi then stall 200000 :BsaEE if exist BsaTempResults.log then - if exist FS%i:\acs_tests\bsa\bsa_dt.flag then - echo %DT_Version% > BsaResults.log - else - echo %SR_Version% > BsaResults.log - endif - stall 200000 - type BsaTempResults.log >> BsaResults.log + cp BsaTempResults.log BsaResults.log cp BsaTempResults.log temp/ rm BsaTempResults.log reset diff --git a/common/uefi_scripts/pfdi.nsh b/common/uefi_scripts/pfdi.nsh index 20c80321..2865278e 100644 --- a/common/uefi_scripts/pfdi.nsh +++ b/common/uefi_scripts/pfdi.nsh @@ -1,7 +1,7 @@ #!/bin/sh # @file -# Copyright (c) 2025, Arm Limited or its affiliates. All rights reserved. +# Copyright (c) 2025-2026, Arm Limited or its affiliates. All rights reserved. # SPDX-License-Identifier : Apache-2.0 # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,6 +17,7 @@ # limitations under the License. echo -off + for %i in 0 1 2 3 4 5 6 7 8 9 A B C D E F then if exist FS%i:\yocto_image.flag then if exist FS%i:\acs_results_template\acs_results then @@ -64,9 +65,7 @@ if exist FS%i:\acs_tests\pfdi\pfdi.efi then FS%i:\acs_tests\pfdi\pfdi.efi -v 1 -f pfdiverbosetempresults.log stall 200000 if exist pfdiverbosetempresults.log then - echo " SystemReady devicetree band ACS v3.1.2 RC0" > pfdiverboseresults.log - stall 200000 - type pfdiverbosetempresults.log >> pfdiverboseresults.log + cp pfdiverbosetempresults.log pfdiverboseresults.log cp pfdiverbosetempresults.log temp/ rm pfdiverbosetempresults.log reset @@ -96,9 +95,7 @@ if exist FS%i:\acs_tests\pfdi\pfdi.efi then stall 200000 if exist pfditempresults.log then - echo " SystemReady devicetree band ACS v3.1.2 RC0" > pfdiresults.log - stall 200000 - type pfditempresults.log >> pfdiresults.log + cp pfditempresults.log pfdiresults.log cp pfditempresults.log temp/ rm pfditempresults.log reset diff --git a/common/uefi_scripts/sbsa.nsh b/common/uefi_scripts/sbsa.nsh index c7ab0bbb..f336de5e 100644 --- a/common/uefi_scripts/sbsa.nsh +++ b/common/uefi_scripts/sbsa.nsh @@ -1,7 +1,7 @@ #!/bin/sh # @file -# Copyright (c) 2021-2025, Arm Limited or its affiliates. All rights reserved. +# Copyright (c) 2021-2026, Arm Limited or its affiliates. All rights reserved. # SPDX-License-Identifier : Apache-2.0 # Licensed under the Apache License, Version 2.0 (the "License"); @@ -17,6 +17,7 @@ # limitations under the License. echo -off + for %i in 0 1 2 3 4 5 6 7 8 9 A B C D E F then if exist FS%i:\acs_results then if "%1" == "true" then @@ -45,8 +46,8 @@ for %i in 0 1 2 3 4 5 6 7 8 9 A B C D E F then if "%1" == "" then FS%i: acs_tests\parser\Parser.efi -sbsa - echo "UEFI EE SBSA Command: %SbsaCommand%" - FS%i:\acs_tests\bsa\sbsa\%SbsaCommand% -skip-dp-nic-ms -f SbsaTempResults.log + echo "UEFI EE SBSA Command: %SbsaCommand% -skip S_L3MM_01,S_L3_01 -skip-dp-nic-ms -f SbsaTempResults.log" + FS%i:\acs_tests\bsa\sbsa\%SbsaCommand% -skip S_L3MM_01,S_L3_01 -skip-dp-nic-ms -f SbsaTempResults.log goto SbsaEE endif if exist FS%i:\acs_tests\bsa\sbsa\Sbsa.efi then @@ -69,13 +70,11 @@ for %i in 0 1 2 3 4 5 6 7 8 9 A B C D E F then goto SbsaNormalMode endif :SbsaVerboseRun - echo "SBSA Command: Sbsa.efi -v 1 -skip S_L3MM_01 -skip-dp-nic-ms -f SbsaVerboseTempResults.log" - FS%i:\acs_tests\bsa\sbsa\Sbsa.efi -v 1 -skip S_L3MM_01 -skip-dp-nic-ms -f SbsaVerboseTempResults.log + echo "SBSA Command: Sbsa.efi -v 1 -skip S_L3MM_01,S_L3_01 -skip-dp-nic-ms -f SbsaVerboseTempResults.log" + FS%i:\acs_tests\bsa\sbsa\Sbsa.efi -v 1 -skip S_L3MM_01,S_L3_01 -skip-dp-nic-ms -f SbsaVerboseTempResults.log stall 200000 if exist FS%i:\acs_results\uefi\SbsaVerboseTempResults.log then - echo " SystemReady band ACS v3.1.1 RC0" > SbsaVerboseResults.log - stall 200000 - type SbsaVerboseTempResults.log >> SbsaVerboseResults.log + cp SbsaVerboseTempResults.log SbsaVerboseResults.log cp SbsaVerboseTempResults.log temp/ rm SbsaVerboseTempResults.log reset @@ -101,24 +100,22 @@ for %i in 0 1 2 3 4 5 6 7 8 9 A B C D E F then endif :SbsaNormalRun if "%1" == "false" then - echo "SBSA Command: Sbsa.efi -skip S_L3MM_01 -skip-dp-nic-ms -f SbsaTempResults.log" - FS%i:\acs_tests\bsa\sbsa\Sbsa.efi -skip S_L3MM_01 -skip-dp-nic-ms -f SbsaTempResults.log + echo "SBSA Command: Sbsa.efi -skip S_L3MM_01,S_L3_01 -skip-dp-nic-ms -f SbsaTempResults.log" + FS%i:\acs_tests\bsa\sbsa\Sbsa.efi -skip S_L3MM_01,S_L3_01 -skip-dp-nic-ms -f SbsaTempResults.log else if "%SbsaCommand%" == "" then echo "SbsaCommand variable does not exist, running default command Sbsa.efi" - echo "SBSA Command: Sbsa.efi -skip S_L3MM_01 -skip-dp-nic-ms -f SbsaTempResults.log" - FS%i:\acs_tests\bsa\sbsa\Sbsa.efi -skip S_L3MM_01 -skip-dp-nic-ms -f SbsaTempResults.log + echo "SBSA Command: Sbsa.efi -skip S_L3MM_01,S_L3_01 -skip-dp-nic-ms -f SbsaTempResults.log" + FS%i:\acs_tests\bsa\sbsa\Sbsa.efi -skip S_L3MM_01,S_L3_01 -skip-dp-nic-ms -f SbsaTempResults.log else - echo "SBSA Command: %SbsaCommand% -skip S_L3MM_01 -skip-dp-nic-ms -f SbsaTempResults.log" - FS%i:\acs_tests\bsa\sbsa\%SbsaCommand% -skip S_L3MM_01 -skip-dp-nic-ms -f SbsaTempResults.log + echo "SBSA Command: %SbsaCommand% -skip S_L3MM_01,S_L3_01 -skip-dp-nic-ms -f SbsaTempResults.log" + FS%i:\acs_tests\bsa\sbsa\%SbsaCommand% -skip S_L3MM_01,S_L3_01 -skip-dp-nic-ms -f SbsaTempResults.log endif endif stall 200000 :SbsaEE if exist FS%i:\acs_results\uefi\SbsaTempResults.log then - echo " SystemReady band ACS v3.1.1 RC0" > SbsaResults.log - stall 200000 - type SbsaTempResults.log >> SbsaResults.log + cp SbsaTempResults.log SbsaResults.log cp SbsaTempResults.log temp/ rm SbsaTempResults.log reset