[v1] test_plans/virtio_smoke_test_plan.rst

Message ID 20201225142114.625484-1-yinan.wang@intel.com (mailing list archive)
State Superseded
Headers
Series [v1] test_plans/virtio_smoke_test_plan.rst |

Commit Message

Wang, Yinan Dec. 25, 2020, 2:21 p.m. UTC
  Change pvp case to function test.

Signed-off-by: Yinan Wang <yinan.wang@intel.com>
---
 test_plans/virtio_smoke_test_plan.rst | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
  

Patch

diff --git a/test_plans/virtio_smoke_test_plan.rst b/test_plans/virtio_smoke_test_plan.rst
index cc184bf5..0535535e 100644
--- a/test_plans/virtio_smoke_test_plan.rst
+++ b/test_plans/virtio_smoke_test_plan.rst
@@ -92,9 +92,21 @@  Test Case 2: pvp test with virtio packed ring vectorized path
     testpmd>set fwd mac
     testpmd>start
 
-3. Send 64B and 1518B packets with packet generator, check the throughput with below command::
+3. Send 10 IP packets with 64B and 10 IP packets with 1518B to nic using scapy, check the ”RX-packets“ and ”TX-packets“ stats of virtio-user are larger than 20::
 
     testpmd>show port stats all
 
+  ######################## NIC statistics for port 0  ########################
+  RX-packets: 20         RX-missed: 0          RX-bytes:  15740
+  RX-errors: 0
+  RX-nombuf:  0
+  TX-packets: 20         TX-errors: 0          TX-bytes:  15740
+
+  Throughput (since last show)
+  Rx-pps:            0          Rx-bps:         7232
+  Tx-pps:            0          Tx-bps:         7232
+  ############################################################################

 
 
-- 
2.25.1