tc076 rst documentation 99/28799/2
authorrexlee8776 <limingjiang@huawei.com>
Thu, 16 Feb 2017 09:33:26 +0000 (09:33 +0000)
committerrexlee8776 <limingjiang@huawei.com>
Thu, 16 Feb 2017 11:38:54 +0000 (11:38 +0000)
JIRA: YARDSTICK-534

Change-Id: Idcd8fb600d64c0300b5aaf9bd4108eca6c866526
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
docs/userguide/11-list-of-tcs.rst
docs/userguide/opnfv_yardstick_tc076.rst [new file with mode: 0644]

index 8798a8f..1b5806c 100644 (file)
@@ -51,6 +51,7 @@ Generic NFVI Test Case Descriptions
    opnfv_yardstick_tc072.rst
    opnfv_yardstick_tc073.rst
    opnfv_yardstick_tc075.rst
+   opnfv_yardstick_tc076.rst
 
 OPNFV Feature Test Cases
 ========================
diff --git a/docs/userguide/opnfv_yardstick_tc076.rst b/docs/userguide/opnfv_yardstick_tc076.rst
new file mode 100644 (file)
index 0000000..ac7bde7
--- /dev/null
@@ -0,0 +1,61 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International
+.. License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) OPNFV, Huawei Technologies Co.,Ltd and others.
+
+*************************************
+Yardstick Test Case Description TC076
+*************************************
+
+
++-----------------------------------------------------------------------------+
+|Monitor Network Metrics                                                      |
+|                                                                             |
++--------------+--------------------------------------------------------------+
+|test case id  | OPNFV_YARDSTICK_TC076_Monitor_Network_Metrics                |
+|              |                                                              |
++--------------+--------------------------------------------------------------+
+|metric        | IP datagram error rate, ICMP message error rate,             |
+|              | TCP segment error rate and UDP datagram error rate           |
+|              |                                                              |
++--------------+--------------------------------------------------------------+
+|test purpose  | Monitor network metrics provided by the kernel in a host and |
+|              | calculate IP datagram error rate, ICMP message error rate,   |
+|              | TCP segment error rate and UDP datagram error rate.          |
+|              |                                                              |
++--------------+--------------------------------------------------------------+
+|configuration | file: opnfv_yardstick_tc076.yaml                             |
+|              |                                                              |
+|              | There is no additional configuration to be set for this TC.  |
+|              |                                                              |
++--------------+--------------------------------------------------------------+
+|test tool     | nstat                                                        |
+|              |                                                              |
+|              | nstat is a simple tool to monitor kernel snmp counters and   |
+|              | network interface statistics.                                |
+|              |                                                              |
++--------------+--------------------------------------------------------------+
+|references    | nstat man page                                               |
+|              |                                                              |
+|              | ETSI-NFV-TST001                                              |
+|              |                                                              |
++--------------+--------------------------------------------------------------+
+|applicability | This test case is mainly for monitoring network metrics.     |
+|              |                                                              |
++--------------+--------------------------------------------------------------+
+|pre_test      |                                                              |
+|conditions    |                                                              |
+|              |                                                              |
++--------------+--------------------------------------------------------------+
+|test sequence | description and expected result                              |
+|              |                                                              |
++--------------+--------------------------------------------------------------+
+|step 1        | The pod is available.                                        |
+|              | Nstat is invoked and logs are produced and stored.           |
+|              |                                                              |
+|              | Result: Logs are stored.                                     |
+|              |                                                              |
++--------------+--------------------------------------------------------------+
+|test verdict  | None.                                                        |
+|              |                                                              |
++--------------+--------------------------------------------------------------+