diff options
Diffstat (limited to 'cli/command_group/testcase.py')
-rw-r--r-- | cli/command_group/testcase.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/command_group/testcase.py b/cli/command_group/testcase.py index 1fe0fba7..33c15786 100644 --- a/cli/command_group/testcase.py +++ b/cli/command_group/testcase.py @@ -22,5 +22,4 @@ class Testcase(object): self.test_case_list = [] def run(self, testname, noclean=False): - if testname == 'posca': - os.system('bash /home/opnfv/bottlenecks/run_tests.sh -s posca') + os.system('bash /home/opnfv/bottlenecks/run_tests.sh ' + testname) |