Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

srf-oe: add ifs, cet, umip and xsave cases to srf-oe scenario folder #353

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scenario/srf-oe/tests-cet
24 changes: 24 additions & 0 deletions scenario/srf-oe/tests-ifs
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This file collects Intel IFS(In Field SCAN) tests on
# Intel® Architecture-based platforms.
# @hw_dep: general_test.sh -t fms -p "ifs_fms_list" @ CPU doesn't support ifs, family model not in ifs/ifs_fms_list
# @other_dep: general_test.sh -t kconfig -k "CONFIG_INTEL_IFS=m"
# @other_warn: ifs_tests.sh -m 0 -p all -b 1 -n ifs_batch @ check if SGX init ok and DIMM proper set as IFS relies on enabled SGX
# ifs_0 scan test cases, it works on SPR(Sapphire Rapids) platform and future server
ifs_tests.sh -m 0 -p all -n load_ifs
# Need to set the IFS BIOS and put IFS scan blob image, please check BM/ifs/README.md
#ifs_tests.sh -m 0 -p all -b 1 -n ifs_batch
#ifs_tests.sh -m 0 -p all -b 1 -n legacy_twice_run
#ifs_tests.sh -m 0 -p all -b 2 -n legacy_twice_run
#ifs_tests.sh -m 0 -p all -b 3 -n legacy_twice_run
#ifs_tests.sh -m 0 -p all -b 1 -n img_version
#ifs_tests.sh -m 0 -p all -b 1 -n reload_ifs_scan_image

# ifs_1 array BIST(Board Integrated System Test), it works on EMR(Emerald Rapids) and future server
ifs_tests.sh -m 1 -p all -n ifs_array_scan
ifs_tests.sh -m 1 -p ran -n ifs_array_off_sib -t 10
ifs_tests.sh -m 1 -p ran -n ifs_array_offran -t 5
ifs_tests.sh -m 1 -p ran -n ifs_array_cpuran_fullload -t 10
ifs_tests.sh -m 1 -p ran -b 1 -n ifs_loop -t 500

# Test ifs_0 all available image scan and ifs_1 scan
test_ifs.sh
1 change: 1 addition & 0 deletions scenario/srf-oe/tests-umip
1 change: 1 addition & 0 deletions scenario/srf-oe/tests-xsave
Loading