From patchwork Tue Mar 28 08:55:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 125551 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 E250842856; Tue, 28 Mar 2023 10:59:01 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DD8BF40A87; Tue, 28 Mar 2023 10:59:01 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by mails.dpdk.org (Postfix) with ESMTP id C9E0A40156 for ; Tue, 28 Mar 2023 10:58: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=1679993940; x=1711529940; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=oB1QNOg3v0SVCDj6kjPogMTYSAflJYADS8sZ2WIt064=; b=jTmechhULfGb1H11Q4FOKKMuk5ulDSYWgH5glHCQgJzy26eYyWVQoVwI NckCTQbbLnMSHq9glUWiT458CmZGNyAskplG+gFjximcbx6EYcq+6jKg0 mFtl53DEdU1cXC/sqJjdApPjHtwLKczkLJObl2XtjvhhJCIhEv74A3nqZ OwRe/GA0Z/7bAsptM5sG84WmdzzS7INVTrc7Mhu/7eiJLfDh2xYWOVqc6 SCCImSKIAjsxpFMS58jZ90NAHzhJJ7d0BipNeoHrBC+DtUwdab5BTC7Ac Kri92PT64bM4Are5LAHRu+TNlrv5PGLt8vsJm8/e7c+RuGK3PcElZ0dr9 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="405448948" X-IronPort-AV: E=Sophos;i="5.98,296,1673942400"; d="scan'208";a="405448948" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 01:58:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="716412881" X-IronPort-AV: E=Sophos;i="5.98,296,1673942400"; d="scan'208";a="716412881" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 01:58:55 -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 16:55:55 +0800 Message-Id: <20230328085557.3796893-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: modify re-run times from 100 to 10 tests/virtio_event_idx_interrupt: modify re-run times from 100 to 10 .../virtio_event_idx_interrupt_test_plan.rst | 30 ++++++--- tests/TestSuite_virtio_event_idx_interrupt.py | 67 ++++++++----------- 2 files changed, 49 insertions(+), 48 deletions(-)