diff options
Diffstat (limited to 'cli/commands')
-rw-r--r-- | cli/commands/cli_testcase.py | 2 | ||||
-rw-r--r-- | cli/commands/cli_tier.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/commands/cli_testcase.py b/cli/commands/cli_testcase.py index 5fe78a590..abf67d193 100644 --- a/cli/commands/cli_testcase.py +++ b/cli/commands/cli_testcase.py @@ -60,7 +60,7 @@ class CliTestcase: 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) diff --git a/cli/commands/cli_tier.py b/cli/commands/cli_tier.py index 4b714c28b..8e031cce9 100644 --- a/cli/commands/cli_tier.py +++ b/cli/commands/cli_tier.py @@ -70,7 +70,7 @@ class CliTier: 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) |