Skip to content
Snippets Groups Projects
Commit cc5574a7 authored by Valentin Syrovatskiy's avatar Valentin Syrovatskiy
Browse files

test: add check ports for not in use before integration testsing

Integration tests use some TCP ports. These ports may conflict with:
- already running instances on the developer host
- any other program on the developer host or on the CI host

The `port_range` fixture checks that all ports between
base_port and max_port (inclusive) are unused,
so integration tests are allowed to run.
parent 04246f40
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment