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 5AA99A04FF; Thu, 28 Apr 2022 09:41:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3BF6E410E1; Thu, 28 Apr 2022 09:41:02 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 0235C410DC for ; Thu, 28 Apr 2022 09:41:00 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1651131661; x=1682667661; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xav2AIc+82awVFR0NkrqbR55vAZHujQVg+8gQJD29UM=; b=nDtqK1Hrdi0lTcHiphTCxVKaQY7rdwIMVeenoV6J4TMibrnjyOMp05GM RnLLwi5wAsTHoikJGWj0Ux0CJD2lBHv09WTncox6PIHO3n/85IzdUJQ7W FqnblleIUASJi+vRFK6KI6MjshTCH9ZGQAh1Qb1J2+p1hHMBvIdKtVtUe 7fpU4MeFVAwiSLpCFhLH2neWKQ0TuRBJt73anAbPaR+Q/cVZb2UB5Naq/ ihQ+Y32TjnofYEukqsT3SBLvJtDAB3xxdTYkANc+lvownbovpIWDXPEwy xVgVOV/4H32zWbFX+3Vcnqq5UZhJeZEOkBBAE44aJ4rRKJsJ64yLL+hal Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10330"; a="265042628" X-IronPort-AV: E=Sophos;i="5.90,295,1643702400"; d="scan'208";a="265042628" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 00:41:00 -0700 X-IronPort-AV: E=Sophos;i="5.90,295,1643702400"; d="scan'208";a="533709851" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Apr 2022 00:40:58 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] fix testplan issue and add automation Date: Thu, 28 Apr 2022 07:40:37 +0000 Message-Id: <20220428074037.42220-1-weix.ling@intel.com> X-Mailer: git-send-email 2.34.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 *** BLURB HERE *** v1: 1.test_plans/vdev_primary_secondary_test_plan: 1)Fix testcase2 app name error issue. 2)Change testcase1 testpmd fwd mode from `set fwd txonly` and `start` to `set fwd mac` and `start tx_first` take VM and testpmd can loop the traffic. 2.tests/vdev_primary_secondary: Add automation testcase2 sync with testplan and optimize code. 3.By DPDK-32213 bug, testcase2 will run FAILED before the bellow patch merged into DPDK. http://patchwork.dpdk.org/project/dpdk/patch/20220421111537.935333-1-yuanx.wang@intel.com/ v2: Delete testcase1 step 1 `Bind one port to vfio-pci` because this case no need to use port. Wei Ling (2): test_plans/vdev_primary_secondary_test_plan: fix testcase2 app name error issue tests/vdev_primary_secondary: add automation testcase2 sync with testplan .../vdev_primary_secondary_test_plan.rst | 15 +- tests/TestSuite_vdev_primary_secondary.py | 148 +++++++++++------- 2 files changed, 104 insertions(+), 59 deletions(-) -- 2.34.1