diff options
author | kubi <jean.gaoliang@huawei.com> | 2016-02-23 15:17:51 -0500 |
---|---|---|
committer | liang gao <jean.gaoliang@huawei.com> | 2016-02-23 12:38:43 +0000 |
commit | 790e54ca0806f4b826fbe77f260f1b3127324507 (patch) | |
tree | 99e038c84064ca1d257bbc2df954155775d52e27 | |
parent | eaf476bd9a780de256c4cab37cc3632b14bafec3 (diff) |
ipv6-bug-fix: update physical pod yaml configure
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>
-rw-r--r-- | etc/yardstick/nodes/compass_sclab_physical/pod.yaml | 14 | ||||
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml | 5 |
2 files changed, 13 insertions, 6 deletions
diff --git a/etc/yardstick/nodes/compass_sclab_physical/pod.yaml b/etc/yardstick/nodes/compass_sclab_physical/pod.yaml index 01881f7a7..b6ff772c8 100644 --- a/etc/yardstick/nodes/compass_sclab_physical/pod.yaml +++ b/etc/yardstick/nodes/compass_sclab_physical/pod.yaml @@ -11,26 +11,32 @@ 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 diff --git a/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml b/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml index cf3afc866..dc86c5efa 100644 --- a/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml +++ b/tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml @@ -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 |