From 032826f947147dc9d0c5a763bcea173e995acdfb Mon Sep 17 00:00:00 2001 From: "Varma, Vikas (vv8305)" Date: Mon, 27 Aug 2018 15:58:57 -0400 Subject: Fixing functional test cases Change-Id: I752e465f8f8a83cf5e18d300ff7aeb2e1b8de3c5 Signed-off-by: Varma, Vikas (vv8305) Issue-ID: OPTFRA-321 Signed-off-by: Varma, Vikas (vv8305) --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 18be307..88b595d 100644 --- a/tox.ini +++ b/tox.ini @@ -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/*" -- cgit 1.2.3-korg