From 8a612addc382204fa8a4331366152e32a5969500 Mon Sep 17 00:00:00 2001 From: wangyaoguang Date: Fri, 20 May 2016 15:13:44 +0800 Subject: Add a fundamental rubbos test case with minimum resources This is a fundamental test case with minimum resource for rubbos test. The benefits are two-fold. One is as daily test case since its bring-up time is fastest. Another is as a baseline. JIRA: BOTTLENECK-79 Change-Id: Ia4ffa5f2631da69ca5c6fc52558d3cf063d1b893 Signed-off-by: wangyaoguang --- testsuites/rubbos/run_rubbos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/rubbos/run_rubbos.py') diff --git a/testsuites/rubbos/run_rubbos.py b/testsuites/rubbos/run_rubbos.py index 4005f4eb..97b5357c 100755 --- a/testsuites/rubbos/run_rubbos.py +++ b/testsuites/rubbos/run_rubbos.py @@ -26,7 +26,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-0-1.yaml") + default="/home/opnfv/bottlenecks/testsuites/rubbos/testcase_cfg/rubbos_basic.yaml") args = parser.parse_args() #-------------------------------------------------- -- cgit 1.2.3-korg