summaryrefslogtreecommitdiffstats
path: root/testsuites/rubbos/testcase_cfg/rubbos_1-1-1.yaml
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-03-28 04:18:23 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-03-28 04:18:23 -0400
commit3c0f6d5ced2474240fa14f5594b84c527767edca (patch)
treea0c6c705582952d573c3f22f25c4e92b5dacd242 /testsuites/rubbos/testcase_cfg/rubbos_1-1-1.yaml
parentf84c8dcc22f1499128893e62b0e15b4b592c47ba (diff)
improvement: rubbos test suite running workflow
JIRA: BOTTLENECK-46 1)add .py file for test suite running entrance and .yaml config files 2)adjust the project test running scripts to top directory Change-Id: Iad9eedf704e85a8c7e974310938a7d652d008469 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'testsuites/rubbos/testcase_cfg/rubbos_1-1-1.yaml')
-rwxr-xr-xtestsuites/rubbos/testcase_cfg/rubbos_1-1-1.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/rubbos/testcase_cfg/rubbos_1-1-1.yaml b/testsuites/rubbos/testcase_cfg/rubbos_1-1-1.yaml
index e69de29b..cb590c0a 100755
--- a/testsuites/rubbos/testcase_cfg/rubbos_1-1-1.yaml
+++ b/testsuites/rubbos/testcase_cfg/rubbos_1-1-1.yaml
@@ -0,0 +1,24 @@
+---
+
+description:
+ casename: "rubbos_1-1-1"
+
+amount:
+ client_num: 5
+ httpd_num: 1
+ tomcat_num: 1
+ mysql_num: 1
+
+vms:
+ client_vm:
+ flavor: "m1.tiny"
+ OS_image: "ubuntu14.04"
+ httpd_vm:
+ flavor: "m1.tiny"
+ OS_image: "ubuntu14.04"
+ tomcat_vm:
+ flavor: "m1.tiny"
+ OS_image: "ubuntu14.04"
+ mysql_vm:
+ flavor: "m1.medium"
+ OS_image: "ubuntu14.04"