Integration tests - #52
Open
gennadiyvt wants to merge 20 commits into
Open
Conversation
…mpt" from "partial" connection failures
Move certificates from `scripts/certificates/` to `integration_tests/certificates/`
- Add `make_node_pair()` to conftest.py to remove duplicate `NodeProcess` instantiation with magic port literals 4712/4710 from three files - Add `await_uc_ready()` and `UC_READY_TIMEOUT` to collapse four identical 5-line nodes_* fixture bodies to a single return statement each - Extract `_check_active_power_limit()` in `_lp_tests.py` to remove the 12-line get/wait/parse/assert block duplicated between lp_s2 and lp_s5 - Export `DEFAULT_PROPAGATION` / `DEFAULT_SETTLE` from `conftest.py` to have single source of truth shared by monitor_set_and_verify and _lp_tests.py - Add `SHIP_CONNECTED_MARKER` / `NODES_CONNECT_TIMEOUT` constants to replace the "Remote SKI connected" string literal used in three files
…dent logic into `MeasurementVerifier` class
…g` and `test_simopen_stress`
gennadiyvt
force-pushed
the
feature/integration-tests
branch
from
August 19, 2026 18:31
f69b7e1 to
a0c4960
Compare
…t propagation before reading
…n each resolve and remove
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.
LPC, LPP, MPC, MGCP integration tests, also including the SIMOPEN and open-close stress tests