diff options
author | kubi <jean.gaoliang@huawei.com> | 2016-02-23 15:17:51 -0500 |
---|---|---|
committer | Ana Cunha <ana.cunha@ericsson.com> | 2016-02-23 12:54:52 +0000 |
commit | 21ac7f414dd77d37d5c7ced49c4644b1c580ca02 (patch) | |
tree | 036e2fcb126049b774bd5d2f0bda11ab0de07454 /tests | |
parent | cb2f7c2eb7291e6365ea319db1daebd1939b3ded (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>
(cherry picked from commit 790e54ca0806f4b826fbe77f260f1b3127324507)
Change-Id: I883608e49aec5805a41ce20085504aebb0999eb9
Diffstat (limited to 'tests')
-rw-r--r-- | tests/opnfv/test_cases/opnfv_yardstick_tc027.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
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 |