From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2138A42854; Tue, 28 Mar 2023 09:24:04 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EDEEF40A87; Tue, 28 Mar 2023 09:24:03 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 0813040156 for ; Tue, 28 Mar 2023 09:24:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1679988242; x=1711524242; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=10faQk0aQJjXNhuySH8c3n1Xr5dmVd6xd56R3ShP+iU=; b=cyMUpA66HSiZUWDzPnjeu9AkLmaIUA1y6+v5LX6eng8To5zNCxOkdeP2 C2XObGFXK2gHv56ZYU8eg5dl/iAxtljpgvsDyj7qpWs+7x4riQaRDUqdt brOHSUBAWaUIZLRLUyeMf6cGRMlN3PqL7zzF1Q0eyCKLSwCvt22k0Jjoj 1dfbFJ15FD6suvP1R7Cqv+WSYPxyV8On6gOtB/OQYG34IJYAVilPsJfhw rYmJFmay+1XMOVzOphPuSAZHgJA966rtG/CEJjyR+DQJE5cM8AHSGq77u /RdM0PCaUQS/TS47XpxlrCkhhe4YPwNIECAIVEIY/wYks1GmOyglpzxHw Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="324389163" X-IronPort-AV: E=Sophos;i="5.98,296,1673942400"; d="scan'208";a="324389163" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 00:23:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10662"; a="794674355" X-IronPort-AV: E=Sophos;i="5.98,296,1673942400"; d="scan'208";a="794674355" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Mar 2023 00:23:41 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] completion testplan and optimize testsuite script Date: Tue, 28 Mar 2023 15:20:41 +0800 Message-Id: <20230328072043.3795609-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 1.Completion `-a 0000:04:00.0` parameter when start testpmd in VM and modify testcase 10 re-run time from 100 to 10 to reduce run time. 2.Replace pmd_out API to replace send_expect() to start testpmd. Wei Ling (2): test_plans/pvp_qemu_multi_paths_port_restart: completion testplan tests/pvp_qemu_multi_paths_port_restart: optimize testsuite script ...emu_multi_paths_port_restart_test_plan.rst | 130 ++++++++------ ...Suite_pvp_qemu_multi_paths_port_restart.py | 161 ++++++++---------- 2 files changed, 150 insertions(+), 141 deletions(-) -- 2.25.1