bugfix for braces and testcase name
[bottlenecks.git] / testsuites / rubbos / run_rubbos.py
index 32221f7..904cd8a 100755 (executable)
@@ -25,7 +25,7 @@ from novaclient.client import Client as NovaClient
 parser = argparse.ArgumentParser()
 parser.add_argument("-c", "--conf",
                     help="configuration files for the testcase, in yaml format",
-                    default="/home/opnfv/bottlenecks/testsuites/rubbos/testcase_cfg/rubbos_1-1-1.yaml")
+                    default="/home/opnfv/bottlenecks/testsuites/rubbos/testcase_cfg/rubbos_1-1-0-1.yaml")
 args = parser.parse_args()
 
 #--------------------------------------------------