Skip to content

Commit

Permalink
ifs: update the case cmd name to avoid confusion
Browse files Browse the repository at this point in the history
Signed-off-by: Pengfei Xu <[email protected]>
  • Loading branch information
xupengfe committed Jun 11, 2024
1 parent 6fa97af commit 6cbce1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BM/ifs/ifs_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ test_ifs() {
list_cpus "$PROCESSOR"

case $NAME in
"reload_ifs")
"reload_ifs_scan_image")
modprobe -r "$IFS_NAME"
enable_ifs_module
# Load the batch
Expand Down
2 changes: 1 addition & 1 deletion BM/ifs/tests
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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
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 Down

0 comments on commit 6cbce1d

Please sign in to comment.