To run the tests, you will need Python installed. They have only been tested with Python 3.11, but should run on any recent Python version.
- Install poetry.
- Run
poetry run app <TARGET_IP_OR_HOSTNAME> --outfile <FILENAME>
.
- Optionally create a virtual environment.
- Install requirements with
python -m pip install -r requirements.txt
. - Run
PYTHONPATH=. python -m push_latency_tests.main <TARGET_IP_OR_HOSTNAME> --outfile <FILENAME>
.