diff options
author | Varma, Vikas (vv8305) <vv8305@att.com> | 2018-08-27 15:58:57 -0400 |
---|---|---|
committer | Vikas Varma <vv8305@att.com> | 2018-08-27 20:19:57 +0000 |
commit | 032826f947147dc9d0c5a763bcea173e995acdfb (patch) | |
tree | e2cc362405f75c45e3c5858860de0565bf52da27 /tox.ini | |
parent | 44795f01bc3c53875a759dd6043d25b237362fad (diff) |
Fixing functional test cases
Change-Id: I752e465f8f8a83cf5e18d300ff7aeb2e1b8de3c5
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
Issue-ID: OPTFRA-321
Signed-off-by: Varma, Vikas (vv8305) <vv8305@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ envlist = py3 [testenv] distribute = False commands = + - cat /etc/hosts /bin/bash test/functest/scripts/start-simulators.sh coverage run --module pytest --junitxml xunit-results.xml coverage xml --omit=".tox/py3/*","test/*" |