JIRA: FUNCTEST-340
The flag was placed after the flag -t and it should be
before
Change-Id: I069556b00c31039f1f4cb89c42e17887c45dcb50
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
else:
if noclean:
cmd = ("python /home/opnfv/repos/functest/ci/run_tests.py "
- "-t --no-clean %s" % testname)
+ "-n -t %s" % testname)
else:
cmd = ("python /home/opnfv/repos/functest/ci/run_tests.py "
"-t %s" % testname)
else:
if noclean:
cmd = ("python /home/opnfv/repos/functest/ci/run_tests.py "
- "-t --no-clean %s" % tiername)
+ "-n -t %s" % tiername)
else:
cmd = ("python /home/opnfv/repos/functest/ci/run_tests.py "
"-t %s" % tiername)