aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/ran-nssmf-simulator/tox.ini
blob: 0eae155a4b9a0f223ee2013daf80eb83de2d5956 (plain)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist =nssmf

[testenv]
basepython = python3.8
deps = -r{toxinidir}/test-requirements.txt

[testenv:nssmf]
commands_pre = /bin/bash -c "RAN_NSSMF_REST_PORT=8443 RAN_NSSMF_AUTH_DB=test/test_auth.json python main.py &"
commands = pytest -v