diff options
author | wangyaoguang <sunshine.wang@huawei.com> | 2016-05-20 15:13:44 +0800 |
---|---|---|
committer | wangyaoguang <sunshine.wang@huawei.com> | 2016-05-20 15:18:31 +0800 |
commit | 8a612addc382204fa8a4331366152e32a5969500 (patch) | |
tree | 1b4ad98cca02d2577c354bb3ce1d182157a29fca /testsuites/rubbos/run_rubbos.py | |
parent | 48d28135b5af171c878ba46d09bca917cbf985b2 (diff) |
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 <sunshine.wang@huawei.com>
Diffstat (limited to 'testsuites/rubbos/run_rubbos.py')
-rwxr-xr-x | testsuites/rubbos/run_rubbos.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() #-------------------------------------------------- |