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 68351A034F; Mon, 6 Dec 2021 10:44:28 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 375C84013F; Mon, 6 Dec 2021 10:44:27 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 5413440040 for ; Mon, 6 Dec 2021 10:44:25 +0100 (CET) X-IronPort-AV: E=McAfee;i="6200,9189,10189"; a="217969929" X-IronPort-AV: E=Sophos;i="5.87,291,1631602800"; d="scan'208";a="217969929" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2021 01:44:24 -0800 X-IronPort-AV: E=Sophos;i="5.87,291,1631602800"; d="scan'208";a="656962493" Received: from unknown (HELO localhost.localdomain) ([10.240.183.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Dec 2021 01:44:22 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/3] modify test plan and suite to coverage the test point Date: Mon, 6 Dec 2021 17:35:22 +0800 Message-Id: <20211206093522.3173954-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 test_plans/vm2vm_virtio_net_perf: case 5: Add test step to test exchange CBDMA channel and PA mode. case 13 and 14: Add new test case to cover the packed ring and PA mode. tests/vm2vm_virtio_net_perf: Modify Case 5 code sync with test plan. Add new test case 13 and 14 sync with test plan. Modify scp file size from 1K to 1024K sync with testplan. Modify case 2 and 13 except value case name with case 1. conf/vm2vm_virtio_net_perf: Modify except value case name 2 in config file. Wei Ling (3): test_plans/vm2vm_virtio_net_perf: modify and add cases tests/vm2vm_virtio_net_perf: modify and add cases conf/vm2vm_virtio_net_perf: modify case name conf/vm2vm_virtio_net_perf.cfg | 2 +- .../vm2vm_virtio_net_perf_test_plan.rst | 325 ++++++++++++++---- tests/TestSuite_vm2vm_virtio_net_perf.py | 116 +++++-- 3 files changed, 342 insertions(+), 101 deletions(-) -- 2.25.1