From patchwork Tue Sep 14 02:34:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 98815 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 27199A0C45; Tue, 14 Sep 2021 04:41:08 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C75F4068F; Tue, 14 Sep 2021 04:41:08 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id 7D79D40151 for ; Tue, 14 Sep 2021 04:41:06 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10106"; a="209083595" X-IronPort-AV: E=Sophos;i="5.85,291,1624345200"; d="scan'208";a="209083595" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Sep 2021 19:41:05 -0700 X-IronPort-AV: E=Sophos;i="5.85,291,1624345200"; d="scan'208";a="543623626" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Sep 2021 19:41:03 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Date: Tue, 14 Sep 2021 10:34:52 +0800 Message-Id: <20210914023452.2305828-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [dts] [PATCH V1 0/6] check expected value from config file 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 Sender: "dts" 1.tests/pvp_multi_paths_*: check expected value from config file. 2.conf/pvp_multi_paths_*: modify test parameter and expected value. Wei Ling (6): tests/pvp_multi_paths_performance: check expected value from config file conf/pvp_multi_paths_performance: modify test parameter and expected value tests/pvp_multi_paths_vhost_single_core_performance: check expected value from config file conf/pvp_multi_paths_vhost_single_core_performance: modify test parameter and expected value tests/pvp_multi_paths_virtio_single_core_performance: check expected value from config file conf/pvp_multi_paths_virtio_single_core_performance: modify test parameter and expected value conf/pvp_multi_paths_performance.cfg | 14 ++++++++++++-- ..._multi_paths_vhost_single_core_performance.cfg | 14 ++++++++++++-- ...multi_paths_virtio_single_core_performance.cfg | 15 +++++++++++++-- tests/TestSuite_pvp_multi_paths_performance.py | 12 ------------ ...p_multi_paths_vhost_single_core_performance.py | 12 ------------ ..._multi_paths_virtio_single_core_performance.py | 12 ------------ 6 files changed, 37 insertions(+), 42 deletions(-) Tested-by: Wei Ling Acked-by: Yinan Wang