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

spr-oe: Remove some functional tests for IFS #367

Merged
merged 1 commit into from
Aug 22, 2024
Merged
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
10 changes: 5 additions & 5 deletions scenario/spr-oe/tests-ifs
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# 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 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_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
Expand All @@ -21,4 +21,4 @@ ifs_tests.sh -m 0 -p all -b 1 -n reload_ifs_scan_image
#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, will skip ifs_1 scan on SPR
test_ifs.sh
#test_ifs.sh
Loading