From: rexlee8776 Date: Mon, 15 Aug 2016 04:58:49 +0000 (+0000) Subject: fix bug of tc075 \t format error in yaml X-Git-Tag: colorado.1.0~46 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=1a31405923f0007e3aaaf36f174b268ed99fa368;p=yardstick.git fix bug of tc075 \t format error in yaml Change-Id: Ieaea4ccee6d991d1e648a65abb2ecbc7f3455056 Signed-off-by: rexlee8776 --- diff --git a/docs/userguide/03-list-of-tcs.rst b/docs/userguide/03-list-of-tcs.rst index 96e5297a1..7e8c85433 100644 --- a/docs/userguide/03-list-of-tcs.rst +++ b/docs/userguide/03-list-of-tcs.rst @@ -49,6 +49,7 @@ Generic NFVI Test Case Descriptions opnfv_yardstick_tc070.rst opnfv_yardstick_tc071.rst opnfv_yardstick_tc072.rst + opnfv_yardstick_tc075.rst OPNFV Feature Test Cases ======================== diff --git a/docs/userguide/opnfv_yardstick_tc075.rst b/docs/userguide/opnfv_yardstick_tc075.rst index cbc3c2ec3..a6ff34447 100644 --- a/docs/userguide/opnfv_yardstick_tc075.rst +++ b/docs/userguide/opnfv_yardstick_tc075.rst @@ -9,31 +9,28 @@ Yardstick Test Case Description TC075 +-----------------------------------------------------------------------------+ -|Network Capacity and Scale Testing | +|Network Capacity and Scale Testing | | | +--------------+--------------------------------------------------------------+ |test case id | OPNFV_YARDSTICK_TC075_Network_Capacity_and_Scale_testing | -| | | +| | | +--------------+--------------------------------------------------------------+ |metric | Number of connections, Number of frames sent/received | | | | +--------------+--------------------------------------------------------------+ -|test purpose | To evaluate the network capacity and scale with regards to | -| | connections and frmaes. | -| | | +|test purpose | To evaluate the network capacity and scale with regards to | +| | connections and frmaes. | | | | +--------------+--------------------------------------------------------------+ |configuration | file: opnfv_yardstick_tc075.yaml | | | | -| | There is no additional configuration to be set for this TC. | -| | | +| | There is no additional configuration to be set for this TC. | | | | +--------------+--------------------------------------------------------------+ |test tool | netstar | | | | -| | Netstat is normally part of any Linux distribution, hence it | -| | doesn't need to be installed. | -| | | +| | Netstat is normally part of any Linux distribution, hence it | +| | doesn't need to be installed. | | | | +--------------+--------------------------------------------------------------+ |references | Netstat man page | @@ -41,8 +38,7 @@ Yardstick Test Case Description TC075 | | ETSI-NFV-TST001 | | | | +--------------+--------------------------------------------------------------+ -|applicability | This test case is mainly for evaluating network performance. | -| | | +|applicability | This test case is mainly for evaluating network performance. | | | | +--------------+--------------------------------------------------------------+ |pre_test | Each pod node must have netstat included in it. | @@ -58,7 +54,7 @@ Yardstick Test Case Description TC075 | | Result: Logs are stored. | | | | +--------------+--------------------------------------------------------------+ -|test verdict | None. Number of connections and frames are fetched and | +|test verdict | None. Number of connections and frames are fetched and | | | stored. | | | | +--------------+--------------------------------------------------------------+ 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"}' +