Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
integration
/
fd30314fcd836a0f0ead81cd6f4c15a678a58228
/
.
/
test
/
mocks
/
ran-nssmf-simulator
/
tox.ini
blob: a874ee4a7f112d37d5045bfd6a2c2a8176453b6c [
file
] [
log
] [
blame
]
[
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