ipv6-bug-fix: update physical pod yaml configure 99/10499/2
authorkubi <jean.gaoliang@huawei.com>
Tue, 23 Feb 2016 20:17:51 +0000 (15:17 -0500)
committerAna Cunha <ana.cunha@ericsson.com>
Tue, 23 Feb 2016 12:54:52 +0000 (12:54 +0000)
due to the configure of huawei sc physical pod has been changed, ipv6 testing failed,
so i update the pod.yaml in yardstick to make it run successfully again

JIRA: YARDSTICK-186

Signed-off-by: kubi <jean.gaoliang@huawei.com>
(cherry picked from commit 790e54ca0806f4b826fbe77f260f1b3127324507)

Change-Id: I883608e49aec5805a41ce20085504aebb0999eb9

etc/yardstick/nodes/compass_sclab_physical/pod.yaml
tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml

index 01881f7..b6ff772 100644 (file)
 
 nodes:
 -
-    name: node2
+    name: node1
     role: Controller
     ip: 192.168.10.10
     user: root
     password: root
 -
-    name: node3
+    name: node2
     role: Controller
     ip: 192.168.10.11
     user: root
     password: root
+-
+    name: node3
+    role: Controller
+    ip: 192.168.10.12
+    user: root
+    password: root
 -
     name: node4
     role: Compute
-    ip: 192.168.10.12
+    ip: 192.168.10.13
     user: root
     password: root
 -
     name: node5
     role: Compute
-    ip: 192.168.10.13
+    ip: 192.168.10.14
     user: root
     password: root
index cf3afc8..dc86c5e 100644 (file)
@@ -8,9 +8,10 @@ scenarios:
 -
   type: Ping6
   options:
-    packetsize: 200
-    host: host2,host3,host4,host5
+    packetsize: 56
+    host: host1,host2,host3,host4,host5
   nodes:
+    host1: node1.IPV6
     host2: node2.IPV6
     host3: node3.IPV6
     host4: node4.IPV6