fix bug of tc075 \t format error in yaml 47/18647/4
authorrexlee8776 <limingjiang@huawei.com>
Mon, 15 Aug 2016 04:58:49 +0000 (04:58 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Mon, 15 Aug 2016 05:12:09 +0000 (05:12 +0000)
Change-Id: Ieaea4ccee6d991d1e648a65abb2ecbc7f3455056
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
docs/userguide/03-list-of-tcs.rst
docs/userguide/opnfv_yardstick_tc075.rst
tests/opnfv/test_suites/opnfv_os-nosdn-nofeature-ha_daily.yaml

index 96e5297..7e8c854 100644 (file)
@@ -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
 ========================
index cbc3c2e..a6ff344 100644 (file)
@@ -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.                                                      |
 |              |                                                              |
 +--------------+--------------------------------------------------------------+
index 024fb69..8bf0c65 100644 (file)
@@ -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"}'
+