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 F3E77A0093; Fri, 11 Mar 2022 02:44:27 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CA5AD40E78; Fri, 11 Mar 2022 02:44:27 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id D98D040042 for ; Fri, 11 Mar 2022 02:44:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646963066; x=1678499066; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=Qk7XxX5DRjnd2gpKEtjAtT7rTX2nISG/pnQCFwSVRy0=; b=Lmgut1W+tKXqJu8S6emr+cekh4esSa0CalUsKIYj2X3x5wPbphlScgoP ZrnWLIu0NQeSUNpWrE95Q3koLI13NMv22ZMUx2yUfvDIqA65SM3t0MzdM mgx9VLMvPsaHDgGFAC0WwV2BqLa2tvQZETrKakxGLLszgnvYQ1ANdmJ/l xK/IpcfcGoX6YhwjaTFtEt5BHYYptUAelQlcARuh/Ts/fHCI3gJ7xf4Gs LZCihHOkwG1+NbVhh5/Ub3KFjpTeILVfDme/58m9Vl9ul6xVVqDfatjZw 7DSjCY8EGq/yQaR479MbdB0kZATMr1WWVg70vgdahIkV8oEIdG2GBynTi Q==; X-IronPort-AV: E=McAfee;i="6200,9189,10282"; a="255658397" X-IronPort-AV: E=Sophos;i="5.90,172,1643702400"; d="scan'208";a="255658397" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 17:44:19 -0800 X-IronPort-AV: E=Sophos;i="5.90,172,1643702400"; d="scan'208";a="644738895" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 17:44:17 -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: Fri, 11 Mar 2022 09:44:13 +0800 Message-Id: <20220311014413.974659-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 and testsuite 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 | 27 +++++-------------- 2 files changed, 13 insertions(+), 39 deletions(-) -- 2.25.1