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 AAE06A0093; Thu, 10 Mar 2022 08:53:16 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A402E410FC; Thu, 10 Mar 2022 08:53:16 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 8AEFF410FC for ; Thu, 10 Mar 2022 08:53:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646898796; x=1678434796; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=750WkLDsRkrWoK+t/2L9HV/OOmmy0+pDoM/3JOJSUvo=; b=TEFs36Jk3AtTD0iBy1E9jbkB66OJ8WmNWuGK1oBS7TEVK3k4PxTyCULV qpKPwVmTTOlr6ZAZZY8KF2IoD3epDLtKOYbE0XtKj1DR6ukGJUumd2m06 A1uiiXdMxmj2gHXuocMeUqFBmczdivGBXJ1Sy5koG8RmJVyUqF158dTFT tyEMXqabBIctQmwbobEcPUd4GAc09Qt8ZOkzRKthyc0z5MgfVGa4X33OW D+53u0iWJOYyLflwztJlsiBIIvorPv6xGZ+YqiBNRRokWC91RJyUFSm/4 48Fk9CF/81Kjnwh+HHI3Di+hsH9cjKA7zauvyG8cYe0XvuAbSs9/MlAu/ w==; X-IronPort-AV: E=McAfee;i="6200,9189,10281"; a="255373068" X-IronPort-AV: E=Sophos;i="5.90,169,1643702400"; d="scan'208";a="255373068" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Mar 2022 23:53:13 -0800 X-IronPort-AV: E=Sophos;i="5.90,169,1643702400"; d="scan'208";a="688579248" 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:53:12 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify testplan and testsuite by DPDK change Date: Thu, 10 Mar 2022 15:53:08 +0800 Message-Id: <20220310075308.493747-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