summaryrefslogtreecommitdiffstats
path: root/testsuites/rubbos
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-22 22:19:35 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-04-22 22:27:15 -0400
commita54df93abcc028f15da96538bc99bcfd03703f4b (patch)
treef72523828799ab7428e56aade5777096538eeb2d /testsuites/rubbos
parentb77e43f1c4eecb00ce28ca82aed622daf2eee8d3 (diff)
define the vstf test running workflow and add vstf into unified test entrance
JIRA: BOTTLENECK-47 the run_vstf.py file will be completed later which mainly focuses on instances creation and vstf configuration info for each testcase, the configuration info for each testcase in define under /vstf/testcase_cfg directory Change-Id: I2dc5615e2f377202fadaf351ac9d31ec93d8598a Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'testsuites/rubbos')
-rwxr-xr-xtestsuites/rubbos/run_rubbos.py2
-rwxr-xr-xtestsuites/rubbos/testsuite_story/rubbos_story11
2 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/rubbos/run_rubbos.py b/testsuites/rubbos/run_rubbos.py
index 9f4e1175..0a4acd94 100755
--- a/testsuites/rubbos/run_rubbos.py
+++ b/testsuites/rubbos/run_rubbos.py
@@ -164,7 +164,7 @@ def rubbos_create_flavors(name="bottlenecks_rubbos_flavor", ram=4096, vcpus=2, d
nova = _get_nova_client()
nova.flavors.create(name=name, ram=ram, vcpus=vcpus, disk=disk)
-def rubbos_create_instance(template_file, rubbos_parameters=None, stack_name="bottlenecks_rubbos_stack"):
+def rubbos_create_instances(template_file, rubbos_parameters=None, stack_name="bottlenecks_rubbos_stack"):
print "========== Create rubbos instances =========="
heat = _get_heat_client()
diff --git a/testsuites/rubbos/testsuite_story/rubbos_story1 b/testsuites/rubbos/testsuite_story/rubbos_story1
index f3e7f31a..c3b1e921 100755
--- a/testsuites/rubbos/testsuite_story/rubbos_story1
+++ b/testsuites/rubbos/testsuite_story/rubbos_story1
@@ -1,2 +1 @@
rubbos_1-1-1
-rubbos_1-2-1