diff options
author | rexlee8776 <limingjiang@huawei.com> | 2016-08-15 04:58:49 +0000 |
---|---|---|
committer | rexlee8776 <limingjiang@huawei.com> | 2016-08-15 05:12:09 +0000 |
commit | 1a31405923f0007e3aaaf36f174b268ed99fa368 (patch) | |
tree | c700a619cfb84915c45891693b35fe146bc0bfab /tests/opnfv | |
parent | 81d438404f189b1936777f1ec5abc34b6d171ffc (diff) |
fix bug of tc075 \t format error in yaml
Change-Id: Ieaea4ccee6d991d1e648a65abb2ecbc7f3455056
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'tests/opnfv')
-rw-r--r-- | tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml b/tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml index 024fb69f4..8bf0c6578 100644 --- a/tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml +++ b/tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml @@ -104,10 +104,11 @@ test_cases: huawei-pod1: '{"public_network": "ext-net", "StorPerf_ip": "192.168.200.2"}' - - file_name: opnfv_yardstick_tc075.yaml + file_name: opnfv_yardstick_tc075.yaml constraint: installer: compass pod: huawei-pod1 task_args: huawei-pod1: '{"pod_info": "etc/yardstick/nodes/compass_sclab_physical/pod.yaml", "host": "node1.LF"}' + |