test: migrate integration tests to rust - #1793
Open
hackeramitkumar wants to merge 12 commits into
Open
Conversation
amitami2
force-pushed
the
test/integration-tests-migration
branch
from
July 8, 2026 22:47
e68013e to
9497d9f
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
amitami2
force-pushed
the
test/integration-tests-migration
branch
3 times, most recently
from
July 16, 2026 21:29
fb52e27 to
653886a
Compare
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Sort tests/Cargo.toml dependencies for cargo-sort, centralize slimctl cm retries with a 30s timeout, and extend session-handler waits so add-participant succeeds on slower CI runners. Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
Signed-off-by: amitami2 <amitami2@cisco.com>
amitami2
force-pushed
the
test/integration-tests-migration
branch
from
July 20, 2026 14:09
d2357e2 to
60141fb
Compare
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.
Summary
tests/integration/with Rust integration tests intests/(slim-integration-testscrate), including shared helpers for config rewriting, process lifecycle, log watching, and port allocation.#[ignore]whereslimctl n route addor Edge route cleanup is still pending.task tests:integrationand hardens the new suite (port allocation across parallel test binaries, dataplane startup wait, clippy clean).Test plan
task tests:integration— all active tests passcargo clippy -p slim-integration-tests -- -D warningsci-integration-testsworkflow green on PRType of Change
Checklist