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 BE75FA0032; Fri, 22 Apr 2022 09:59:32 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6487A4067B; Fri, 22 Apr 2022 09:59:32 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 354A540042 for ; Fri, 22 Apr 2022 09:59:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650614371; x=1682150371; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=7/B3NF4ESYfO8PfGeaatWZcVqv+31ltVJWa3XfZcy2Q=; b=ZpxUPo4VAInpc1i41ez2Gm8O9SSoM+p4A50LrzvFx4g2ry0pZ7AAlOW3 Obtft25ZSqnNDngWlpLButoH+zPzIytJ0fsf20aMNzhM0UntvPdMY6fVq wF+3nsCnSz0D6c5BdHE6xh2Sk3hJsI/qhNEin3JfBJzl7ldxplaOsfBMP ThXBWVu4w3i+9ZT0QLutdYgfXviqPgatolhh7oSKjese6RzSEVnZ8nPx/ urHp1MoMqXiHcAs8lqX74yR0sdQoCG2IKIYKS9MPKS4ekLh2zC7nEeAOg 54zm16jwKswoJuyLgFFIhOKE3jHWw6e4aDbuYLCY6TqgMcw8wUF5JC+IC w==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="264778804" X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="264778804" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 00:59:29 -0700 X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="556236436" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 00:59:28 -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 15:59:23 +0800 Message-Id: <20220422075923.1560418-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 `set fwd txonly` to `set fwd mac` and change `start` to `start tx_first` to send packets. 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