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 251BFA0093; Thu, 10 Mar 2022 08:41:22 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1C41F41144; Thu, 10 Mar 2022 08:41:22 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id 638F8410DD for ; Thu, 10 Mar 2022 08:41:20 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646898080; x=1678434080; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=750WkLDsRkrWoK+t/2L9HV/OOmmy0+pDoM/3JOJSUvo=; b=M4TiIYM47aKnz3pWFfnaLoKPH12fouYut8Cu9Jo/GSLJ+YHXGO7mduPa /NGqbi9HZL6f8V7Vm1Yi9KPdvgWFROL453zbpdT2FCXXTnE1TUF1NwaOb AtLcux9TZ5nz3pRG8zmv8XbzW7M9HVLOUlkbLNuDvcA+MterDaEzH7Gk2 HZT7VoDq5YLgeCM6QNVRDZ9W2Haojy589EOMcrH4nb/32/RnigVqTr7rW EVLN611iA5JHXimYsclSr/xfYyvHZNfuUoI+iHupehFGw0fk0Cr+uJm4a Kk/w3zIP8n0MSXidkr9dztZwxNBmU6aXCcAzhXTtD3n+9tXFHBWGccp1E w==; X-IronPort-AV: E=McAfee;i="6200,9189,10281"; a="252751899" X-IronPort-AV: E=Sophos;i="5.90,169,1643702400"; d="scan'208";a="252751899" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2022 23:41:19 -0800 X-IronPort-AV: E=Sophos;i="5.90,169,1643702400"; d="scan'208";a="688576296" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2022 23:41:18 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify testplan and testsuite by DPDK Date: Thu, 10 Mar 2022 15:41:14 +0800 Message-Id: <20220310074114.492895-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 By DPDK change(commit 917229c24e), no need to modify DPDK code to test. 1.Delete modify DPDK code steps. 2.Add --total-num-mbufs 600000 params when start dpdk-vhost. 3.Modify verify the test result expect value. Wei Ling (2): test_plans/vswitch_sample_cbdma_test_plan: modify testplan by DPDK change tests/vswitch_sample_cbdma: modify testsuite by DPDK change test_plans/vswitch_sample_cbdma_test_plan.rst | 25 +++++-------------- tests/TestSuite_vswitch_sample_cbdma.py | 24 +++++++----------- 2 files changed, 15 insertions(+), 34 deletions(-) -- 2.25.1