diff --git a/linux_app/sbsa-acs-app/sbsa_app_main.c b/linux_app/sbsa-acs-app/sbsa_app_main.c index 94f1676b..63be6e93 100644 --- a/linux_app/sbsa-acs-app/sbsa_app_main.c +++ b/linux_app/sbsa-acs-app/sbsa_app_main.c @@ -142,6 +142,8 @@ main (int argc, char **argv) printf("\n *** PCIe Exerciser tests only runs on UEFI *** \n"); //execute_tests_exerciser(1, g_sbsa_level, g_print_level); } + printf("\n ** For complete SBSA test coverage, it is "); + printf("\n necessary to also run the BSA test **\n\n"); printf("\n *** SBSA tests complete *** \n\n"); cleanup_test_environment(); diff --git a/uefi_app/SbsaAvsMain.c b/uefi_app/SbsaAvsMain.c index 95072e7b..caddf8e9 100644 --- a/uefi_app/SbsaAvsMain.c +++ b/uefi_app/SbsaAvsMain.c @@ -781,6 +781,8 @@ ShellAppMainsbsa ( freeSbsaAvsMem(); + val_print(AVS_PRINT_TEST, "\n ** For complete SBSA test coverage, it is ", 0); + val_print(AVS_PRINT_TEST, "\n necessary to also run the BSA test ** \n\n", 0); val_print(AVS_PRINT_TEST, "\n *** SBSA tests complete. Reset the system. *** \n\n", 0); if(g_sbsa_log_file_handle) {