From: Wei Ling <weix.ling@intel.com>
To: dts@dpdk.org
Cc: Wei Ling <weix.ling@intel.com>
Subject: [dts][PATCH V1 2/2] tests/virtio_event_idx_interrupt_cbdma: modify re-run times from 100 to 10
Date: Tue, 28 Mar 2023 15:40:58 +0800 [thread overview]
Message-ID: <20230328074058.3796087-3-weix.ling@intel.com> (raw)
In-Reply-To: <20230328074058.3796087-1-weix.ling@intel.com>
Modify re-run times from 100 to 10 for reduce run time.
Signed-off-by: Wei Ling <weix.ling@intel.com>
---
tests/TestSuite_virtio_event_idx_interrupt_cbdma.py | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/tests/TestSuite_virtio_event_idx_interrupt_cbdma.py b/tests/TestSuite_virtio_event_idx_interrupt_cbdma.py
index a3431827..697cfd97 100644
--- a/tests/TestSuite_virtio_event_idx_interrupt_cbdma.py
+++ b/tests/TestSuite_virtio_event_idx_interrupt_cbdma.py
@@ -2,11 +2,6 @@
# Copyright(c) 2022 Intel Corporation
#
-"""
-DPDK Test suite.
-Virtio idx interrupt need test with l3fwd-power sample
-"""
-
import _thread
import re
import time
@@ -279,7 +274,7 @@ class TestVirtioIdxInterruptCbdma(TestCase):
self.queues = 1
self.start_vms(packed=False)
self.config_virito_net_in_vm()
- res = self.check_packets_after_reload_virtio_device(reload_times=100)
+ res = self.check_packets_after_reload_virtio_device(reload_times=10)
self.verify(res is True, "Should increase the wait times of ixia")
self.stop_all_apps()
@@ -406,7 +401,7 @@ class TestVirtioIdxInterruptCbdma(TestCase):
self.queues = 1
self.start_vms(packed=True)
self.config_virito_net_in_vm()
- res = self.check_packets_after_reload_virtio_device(reload_times=100)
+ res = self.check_packets_after_reload_virtio_device(reload_times=10)
self.verify(res is True, "Should increase the wait times of ixia")
self.stop_all_apps()
--
2.25.1
next prev parent reply other threads:[~2023-03-28 7:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-28 7:40 [dts][PATCH V1 0/2] " Wei Ling
2023-03-28 7:40 ` [dts][PATCH V1 1/2] test_plans/virtio_event_idx_interrupt_cbdma: " Wei Ling
2023-03-28 7:40 ` Wei Ling [this message]
2023-04-04 3:12 ` [dts][PATCH V1 2/2] tests/virtio_event_idx_interrupt_cbdma: " He, Xingguang
2023-04-11 8:56 ` lijuan.tu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230328074058.3796087-3-weix.ling@intel.com \
--to=weix.ling@intel.com \
--cc=dts@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).