-
Notifications
You must be signed in to change notification settings - Fork 106
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
test: add a test to enable and test rdma connect #1759
base: develop
Are you sure you want to change the base?
Conversation
dsharma-dc
commented
Oct 23, 2024
- Added a simple test to create and publish a nexus. Connect it over rdma.
- The connect API is modified to take transport parameter.
- The test automatically detects a suitable interface to create a soft-RDMA device, creates it and deletes it at the end of the test.
fde28b2
to
e6fd96c
Compare
The changes for composer dependencies are here: openebs/mayastor-dependencies#96 |
e6fd96c
to
5c64d04
Compare
scripts/cargo-test.sh
Outdated
@@ -19,6 +19,12 @@ trap cleanup_handler INT QUIT TERM HUP EXIT | |||
export PATH=$PATH:${HOME}/.cargo/bin | |||
set -euxo pipefail | |||
|
|||
# setup extra modules as we need rdma-rxe for rdma tests | |||
sudo apt -y install rdmacm-utils |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm you can't assume everyone and ci is using ubuntu.
I think we should leave this out, should be part of pre-requisites, just like hugepages and nvme-tcp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed installation of package and added warning if kernel modules aren't installed.
f542244
to
f4d3f01
Compare
bors try |
tryBuild failed: |
Signed-off-by: Diwakar Sharma <diwakar.sharma@datacore.com>
f4d3f01
to
acc6c2d
Compare
bors try |
tryBuild failed: |