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

BM: fix the issue of not such file in idxd and pcie #381

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Commits on Sep 3, 2024

  1. BM: fix the issue of not such file in idxd and pcie

    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]>
    wzhen12 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c7a4073 View commit details
    Browse the repository at this point in the history