From cb3ad660b88db19e5f4409bc375c417dd5118fc1 Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Tue, 9 Aug 2016 12:48:15 +0000 Subject: add ping6 to nosdn-nofeature-ha scenario Change-Id: Ic495293d37b51b95009000559b451ef7c12cfcbe Signed-off-by: rexlee8776 --- tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/opnfv/test_cases') 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}} -- cgit 1.2.3-korg