From patchwork Tue Jul 4 10:59:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yuan, DukaiX" X-Patchwork-Id: 129228 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 228C842D60; Tue, 4 Jul 2023 05:23:24 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C76340F18; Tue, 4 Jul 2023 05:23:24 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 90C0140E03 for ; Tue, 4 Jul 2023 05:23:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1688441002; x=1719977002; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=O/cmqU1/xoeNCA/bHLuTh9B4quCsfqzi4GjSpZebAqg=; b=UcWFjoo+aMCiRHS4Muzelj5fimpu69YrsMBJmNBmYosveC93h6OfrKoI mQ98R/Q98eYJv5xKpHBx8UP3Gkjph/0U2WxSLFve/BYHXTaEmzrBnc7G/ sYxEkee7vKjhMNG2cV/8rfBowazrgz3cF3fQV1BES2H5aZEAjta6j1XTt 6HzEmXuZEG83JhHcdUbk0kn4QUfK/L7FlZRwGZJgBScKIPFIbusYA3Ic4 U9N95l4BDl3fwCVcUNDAOveq1I6qShfpdZa8l946DfYrlmH8zPNS/+1TN SSYR8+01FZIm/1F9Vr0PolrXow9luHTezC9CP0KTCZn3beCR3fQRFdws+ Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10760"; a="352848188" X-IronPort-AV: E=Sophos;i="6.01,179,1684825200"; d="scan'208";a="352848188" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jul 2023 20:23:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10760"; a="892722942" X-IronPort-AV: E=Sophos;i="6.01,179,1684825200"; d="scan'208";a="892722942" Received: from unknown (HELO localhost.localdomain) ([10.239.252.44]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Jul 2023 20:23:15 -0700 From: Dukai Yuan To: dts@dpdk.org Cc: Dukai Yuan Subject: [PATCH V1 0/2] modify the test suite to be consistent with the test plan Date: Tue, 4 Jul 2023 10:59:51 +0000 Message-Id: <20230704105953.1891576-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_virtio_single_core_performance: keep test suite consistent with the test plan conf/pvp_multi_paths_virtio_single_core_performance: update the configuration file to fit the test suite ...i_paths_virtio_single_core_performance.cfg | 12 ++--- ...ti_paths_virtio_single_core_performance.py | 50 +++++++++---------- 2 files changed, 31 insertions(+), 31 deletions(-)