aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-04-25 07:01:23 +0000
committerxudan <xudan16@huawei.com>2017-04-25 07:06:50 +0000
commit3f7829f0f28ce4d517ea8654122ee0d686fddf3e (patch)
tree95909c406f3974bedea61c06b41d3f2deb738723 /tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml
parent942b41170ebb412cef1ccc0c134ea8984e82171d (diff)
Bugfix: Make tc019 abd tc025 accept --task-args options to change pod.yaml
JIRA: YARDSTICK-628 Change-Id: I7d1b84232a7477a2854ef1625cc63521999eff65 Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml')
-rw-r--r--tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml
index ea36b7b38..a5a89e418 100644
--- a/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml
+++ b/tests/opnfv/test_cases/opnfv_yardstick_tc019.yaml
@@ -12,6 +12,8 @@ schema: "yardstick:task:0.1"
description: >
Sample test case for the HA of controller node Openstack service.
+{% set file = file or 'etc/yardstick/nodes/fuel_virtual/pod.yaml' %}
+
scenarios:
-
type: ServiceHA
@@ -50,4 +52,4 @@ scenarios:
context:
type: Node
name: LF
- file: etc/yardstick/nodes/fuel_virtual/pod.yaml
+ file: {{file}}