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 4F476A0032; Fri, 22 Apr 2022 11:13:11 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 46E5D4067C; Fri, 22 Apr 2022 11:13:11 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id F16984067B for ; Fri, 22 Apr 2022 11:13:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650618790; x=1682154790; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=f+PMrYcb2y+/MMCJWpiBAx1vWn+aNBDMHoOEW9IE7y0=; b=EUtOqFP0AVkNO6gM/7gYjgbHbC2tZjfr/aOPmZe04Ol4DOQ3vsG1Ttqw 12c+Ru1ZSW6YxMUp5KlsTzRML1W+2bAuKtfVtm60ytyaLfl8b4rGqzMio NpetxBSRX6EHWgy7kyMtmxrGwqEaDvpDodr97t2mQIB9uhjeb2dO36Jm1 fFRg4347dFiFk5YBVjjHEkJ9X5PF9aLq++8qvVwRLojOaqBQq7+4aQWXW 5xkBSAZmVk0SZEmHxgniD11PVWkOtSYd9it18a6Z1HzE+0OXSh8JcBoq4 wGxzJPjbtaiEiw12spBZfL94LP4tEyaCFQejeLQBbuOQZFY5/dOpBinib g==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="251954417" X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="251954417" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 02:13:08 -0700 X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="577779925" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 02:11:35 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] fix testplan issue and add automation Date: Fri, 22 Apr 2022 17:11:31 +0800 Message-Id: <20220422091131.1562820-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 1.test_plans/vdev_primary_secondary_test_plan: 1)Fix testcase2 app name error issue. 2)Change testcase1 testpmd fwd mode 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/ 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 | 13 +- tests/TestSuite_vdev_primary_secondary.py | 148 +++++++++++------- 2 files changed, 103 insertions(+), 58 deletions(-) -- 2.25.1