test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts]  [PATCH v2] test_plans/virtio_smoke_test_plan.rst
@ 2020-12-25 14:23 Yinan Wang
  2020-12-28  7:37 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Yinan Wang @ 2020-12-25 14:23 UTC (permalink / raw)
  To: dts; +Cc: Yinan Wang

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(-)

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 >= 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-28  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-25 14:23 [dts] [PATCH v2] test_plans/virtio_smoke_test_plan.rst Yinan Wang
2020-12-28  7:37 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).