Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(network): port assignment invariants (#9715)
refs: #XXXX ## Description This PR tests additional invariants related to port assignments. Namely: * Automatic port assignment doesn't collide * Custom port assignment can't intentionally collide with automatic port assignment (e.g. you can't squat an auto assigned port via a custom one) ### Security Considerations This validates assumptions that may have security consequences if they break in the future. ### Scaling Considerations N/A ### Documentation Considerations ### Testing Considerations N/A ### Upgrade Considerations N/A
- Loading branch information