aboutsummaryrefslogtreecommitdiffstats
path: root/tests/opnfv/test_cases
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-08-10 07:48:21 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-10 07:48:21 +0000
commit271d5a1bca3e7c8c22280bc564e2f4ab0722c860 (patch)
treeb7746989b350f54b7cd8559237e9228ef3bab0f5 /tests/opnfv/test_cases
parent7892704fdcb96964f6d10476198a9becd4188f89 (diff)
parentcb3ad660b88db19e5f4409bc375c417dd5118fc1 (diff)
Merge "add ping6 to nosdn-nofeature-ha scenario"
Diffstat (limited to 'tests/opnfv/test_cases')
-rw-r--r--tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml
index ccdcaebc8..544118869 100644
--- a/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml
+++ b/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml
@@ -3,7 +3,7 @@
# Measure IPV6 network latency using ping6
schema: "yardstick:task:0.1"
-
+{% set pod_info = pod_info or "etc/yardstick/nodes/compass_sclab_physical/pod.yaml" %}
scenarios:
-
type: Ping6
@@ -33,6 +33,6 @@ precondition:
context:
type: Node
name: IPV6
- file: /home/opnfv/repos/yardstick/etc/yardstick/nodes/compass_sclab_physical/pod.yaml
+ file: {{pod_info}}