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

[testenv]
basepython = python3
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