CLI acommadation to the current test case calling method
[bottlenecks.git] / cli / command_group / testcase.py
index 1fe0fba..33c1578 100644 (file)
@@ -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)