summaryrefslogtreecommitdiffstats
path: root/cli/command_group/testcase.py
diff options
context:
space:
mode:
authorYu Yang (Gabriel) <Gabriel.yuyang@huawei.com>2017-03-27 03:10:50 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-27 03:10:50 +0000
commitec58becb7fe95a1d6fbc651a7a2032c3948659d8 (patch)
tree4517ceca7461c2c2478085337556cc00677641e7 /cli/command_group/testcase.py
parent8a80ab6d0991efc41e45ab8293a8572efb331072 (diff)
parent2bf5dbd9b63288e8ce77c7c4e42df8b1e4deb2ce (diff)
Merge "CLI acommadation to the current test case calling method"
Diffstat (limited to 'cli/command_group/testcase.py')
-rw-r--r--cli/command_group/testcase.py3
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)