TPT-4457: Add integration tests for RDMA interfaces#908
Open
mawilk90 wants to merge 5 commits into
Open
Conversation
mawilk90
requested review from
ezilber-akamai,
psnoch-akamai and
yec-akamai
and removed request for
a team and
jbilskiAkam
July 16, 2026 08:51
# Conflicts: # tests/integration/vpc/conftest.py
mawilk90
force-pushed
the
feature/TPT-4457-add-integration-tests-for-rdma-interfaces
branch
from
July 16, 2026 15:22
e4a492a to
73f717e
Compare
| vpc_id = get_test_vpc_wo_subnet | ||
| output = get_vpcs_list("--page-size 100") | ||
|
|
||
| assert all(header in output for header in HEADERS_VPC) |
Contributor
There was a problem hiding this comment.
You can consider existing helper assert_headers_in_lines
psnoch-akamai
approved these changes
Jul 17, 2026
psnoch-akamai
left a comment
Contributor
There was a problem hiding this comment.
LGTM. Before merge, please make sure that it's available on PROD
ezilber-akamai
approved these changes
Jul 17, 2026
ezilber-akamai
left a comment
Contributor
There was a problem hiding this comment.
LGTM! Agreed with Pawel, we should wait until Prod availability before merging.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
Added integration tests for RDMA interfaces and refactored existing ones
RDMA functionality is available on DevCloud only at the moment
Notes:
ARB-8019✔️ How to Test
make test-int TEST_SUITE=vpc TEST_ARGS="-k test_list_vpcs"make test-int TEST_SUITE=vpc TEST_ARGS="-k test_view_vpc"make test-int TEST_SUITE=vpc TEST_ARGS="-k test_vpc_with_rdma_type"make test-int TEST_SUITE=vpc TEST_ARGS="-k test_list_subnets"make test-int TEST_SUITE=vpc TEST_ARGS="-k test_view_subnet"make test-int TEST_SUITE=vpc TEST_ARGS="-k test_subnet_with_rdma_type_vpc"