Skip to content

Commit

Permalink
BM: fix the issue of not such file in idxd and pcie
Browse files Browse the repository at this point in the history
This patch is to fix the following issues.
./runtests -f pcie/tests
Next run cases from pcie/tests
<<<test start - './pcie_check.sh gen4'>>
./runtests: line 255: ./pcie_check.sh: No such file or directory
<<<test end, result: FAIL, duration: 0.006s>>
and
./runtests -f idxd/tests
Next run cases from idxd/tests
<<<test start - './intr.host_test.sh -m dedicated -i 10 -t 1'>>
./runtests: line 255: ./intr.host_test.sh: No such file or directory
<<<test end, result: FAIL, duration: 0.006s>>

Signed-off-by: Zheng Wu <[email protected]>
  • Loading branch information
wzhen12 committed Sep 3, 2024
1 parent a88b60d commit c7a4073
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions BM/idxd/tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
./intr.host_test.sh -m dedicated -i 10 -t 1
./intr.host_test.sh -m shared -i 10 -t 1
./intr.host_test.sh -m dedicated -i 1000000 -t 1
./intr.host_test.sh -m shared -i 1000000 -t 1
intr.host_test.sh -m dedicated -i 10 -t 1
intr.host_test.sh -m shared -i 10 -t 1
intr.host_test.sh -m dedicated -i 1000000 -t 1
intr.host_test.sh -m shared -i 1000000 -t 1
Empty file modified BM/pcie/pcie_check.sh
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions BM/pcie/tests
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This file collects PCIe tests on Intel® Architecture-based platforms.

# case info: PCIe gen4 device capability check
./pcie_check.sh gen4
pcie_check.sh gen4
# case info: PCIe gen5 device capability check
./pcie_check.sh gen5
pcie_check.sh gen5
# case info: PCIe gen6 device capability check
./pcie_check.sh gen6
pcie_check.sh gen6

0 comments on commit c7a4073

Please sign in to comment.