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

Conversation

wzhen12
Copy link
Contributor

@wzhen12 wzhen12 commented Sep 3, 2024

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>>

@xupengfe
Copy link
Contributor

xupengfe commented Sep 3, 2024

Thank you!

Should also give pcie_check.sh executable permissions.

chmod 755 pcie_check.sh

Thanks!

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]>
Copy link
Contributor

@xupengfe xupengfe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Thanks!

@ysun
Copy link
Contributor

ysun commented Sep 4, 2024

Thanks for your commit! @wzhen12

@ysun ysun merged commit bcc8b39 into intel:main Sep 4, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants