X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=cli%2Fcommand_group%2Ftestcase.py;h=33c15786450cba80b687faece3e2a5e196ead2ce;hb=2bf5dbd9b63288e8ce77c7c4e42df8b1e4deb2ce;hp=1fe0fba726d02f8661ae5b632bf5377c0d1e0599;hpb=4b36a57727cad302976ee38ad0046a7595339849;p=bottlenecks.git 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)