From patchwork Mon Jul 3 16:18:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yuan, DukaiX" X-Patchwork-Id: 129190 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 3767E42DC2; Mon, 3 Jul 2023 10:41:41 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0C37140ED5; Mon, 3 Jul 2023 10:41:41 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 20B9440156 for ; Mon, 3 Jul 2023 10:41:38 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688373699; x=1719909699; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=5OTU4mk+HCYllAF5K3tS2H0SV2oQl9CZKDXddsCPOuo=; b=JDKG4IQ2MyIxfMXoMg6iMFTfvpSreQzgAUltqQPPK1/Fe1b2g68CQ6SS KLTCpvyvQSp8+tAO68fjIsocEPlA6b3TocRwf0avcmUARQCjodCSxO9Ty 00Lb2Vse35nMgraXxFdFbKVG3aBDhlTa+vurqraknpqZW/QksNqA1MM2f I2sgddo3qEiAo7mLtuS6wQfSFa0mLlV+/Yx2QnU3+nF7ybH5h/lEWEPMi CLg3iO6xA6Vj8Kz5SLO2XceeUl5mmnROz/F9VreZf8tdaYkIfyUVV+0ah eTaSeQqCXq//kR9lqpocTinrUNPt/VRGtHBBOx/n+mkPBvMqKwVdYRvVq Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="426510685" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="426510685" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jul 2023 01:41:38 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10759"; a="788449811" X-IronPort-AV: E=Sophos;i="6.01,177,1684825200"; d="scan'208";a="788449811" Received: from unknown (HELO localhost.localdomain) ([10.239.252.44]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jul 2023 01:41:36 -0700 From: Dukai Yuan To: dts@dpdk.org Cc: Dukai Yuan Subject: [dts][PATCH V1 0/2] Modify the test suite to be consistent with the test plan Date: Mon, 3 Jul 2023 16:18:11 +0000 Message-Id: <20230703161813.8685-1-dukaix.yuan@intel.com> X-Mailer: git-send-email 2.31.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 *** BLURB HERE *** Dukai Yuan (2): tests/pvp_multi_paths_vhost_single_core_performance: keep test suite consistent with the test plan Some differences exist between the test suite and the test plan, so modify the scripts to be consistent with the test plan. conf/pvp_multi_paths_vhost_single_core_performance: update the configuration file to fit the test suite ...ti_paths_vhost_single_core_performance.cfg | 10 ++-- ...lti_paths_vhost_single_core_performance.py | 50 +++++++++---------- 2 files changed, 30 insertions(+), 30 deletions(-)