Merge "Add new Kubernetes resource kind: "CustomResourceDefinition""
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc027.yaml
index e360b4b..7646813 100644 (file)
@@ -1,16 +1,32 @@
+##############################################################################
+# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
 ---
-# Yardstick TC027 config file
-# Measure IPV6 network latency using ping6
 
 schema: "yardstick:task:0.1"
+description: >
+    Yardstick TC027 config file;
+    Measure IPV6 network latency using ping6.
 
+{% set openrc = openrc or "/opt/admin-openrc.sh" %}
+{% set external_network = external_network or "ext-net" %}
+{% set file = file or '/etc/yardstick/pod.yaml' %}
 scenarios:
 -
   type: Ping6
   options:
-    packetsize: 200
-    host: host2,host3,host4,host5
+    packetsize: 56
+    ping_count: 5
+    host: host1,host2,host3,host4,host5
+    openrc: {{openrc}}
+    external_network: {{external_network}}
   nodes:
+    host1: node1.IPV6
     host2: node2.IPV6
     host3: node3.IPV6
     host4: node4.IPV6
@@ -28,6 +44,5 @@ scenarios:
 context:
   type: Node
   name: IPV6
-  file: /home/opnfv/repos/yardstick/etc/yardstick/nodes/compass_sclab_physical/pod.yaml
-
+  file: {{file}}