From patchwork Tue Mar 28 07:40:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 125547 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A551942854; Tue, 28 Mar 2023 09:44:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 74A72410F2; Tue, 28 Mar 2023 09:44:01 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 13D5340156 for ; Tue, 28 Mar 2023 09:43:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679989440; x=1711525440; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=hCyO5VHMPJCk5GZQOTaXE4ZsWRkbj+/GIa+gUwCYaG4=; b=E9BOAL8iLtHkWaTB5M9m9I+J9SY7DE2jTZ63dSOOLbiBRbcR8Av9nfH7 QmnQ/mclTfi45U8VVFS0v9G3MaVWCUVtXSdHt7z0gNwom4e+biz5dqKAi Y+CGDpzi8AgbQB0LF889d1zIAsKJXGWqTiMwwGvvwyL4YseB3iNmkUQRv s/N+OTVnGzJrhCdZ9IHQvg7RdWjh893C1SbcsFNgtuFXzN/NGSpfygZaB DNNuuU6I6FZDIuViqZrtZyafdA3FKN1I29GAE0Ym9bAF39f+Z2FJOYhc5 GE9wM0o7L+GCkvlC9wb3EK0I929U8kPYENFMzK0inpoWf0m1+6b21tBl9 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="342905937" X-IronPort-AV: E=Sophos;i="5.98,296,1673942400"; d="scan'208";a="342905937" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 00:43:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="753030398" X-IronPort-AV: E=Sophos;i="5.98,296,1673942400"; d="scan'208";a="753030398" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 00:43:57 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify re-run times from 100 to 10 Date: Tue, 28 Mar 2023 15:40:56 +0800 Message-Id: <20230328074058.3796087-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Modify re-run times from 100 to 10 for reduce run time in testplan and testsuite. Wei Ling (2): test_plans/virtio_event_idx_interrupt_cbdma: modify re-run times from 100 to 10 tests/virtio_event_idx_interrupt_cbdma: modify re-run times from 100 to 10 ...io_event_idx_interrupt_cbdma_test_plan.rst | 122 +++++++++--------- ...tSuite_virtio_event_idx_interrupt_cbdma.py | 9 +- 2 files changed, 63 insertions(+), 68 deletions(-)