aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/tox.ini
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-05-25 06:25:15 -0700
committerMorgan Richomme <morgan.richomme@orange.com>2020-05-25 14:06:11 +0000
commitf0190dd42eb489d83270d5f698d0ab037f513db7 (patch)
tree81a4c08ac660d072937d4fc327b54b66d983f710 /test/mocks/mass-pnf-sim/tox.ini
parentee15fa4d68876e79e809ba6e11341e81e41fc047 (diff)
Add functional tests for verifying simulator services status
Status is verified after each lifecycle change for proper subcommand action. Change-Id: Ia1c0e1bce24ddf1ca2c805a420e4a0665412aedf Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'test/mocks/mass-pnf-sim/tox.ini')
-rw-r--r--test/mocks/mass-pnf-sim/tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/mocks/mass-pnf-sim/tox.ini b/test/mocks/mass-pnf-sim/tox.ini
index aaa0d7a07..afa54589f 100644
--- a/test/mocks/mass-pnf-sim/tox.ini
+++ b/test/mocks/mass-pnf-sim/tox.ini
@@ -6,6 +6,7 @@ basepython = python3
deps =
pytest
pyyaml
+ docker
commands = pytest -v
[testenv:MassPnfSim-runtime]