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 1FCDEA0032; Fri, 22 Apr 2022 11:20:13 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id F04E14067C; Fri, 22 Apr 2022 11:20:12 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 6223D4067B for ; Fri, 22 Apr 2022 11:20:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650619211; x=1682155211; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=g6ImH8fFayyTwvhXqSvKdeT8OGzZRAzwyY3tOyNssY8=; b=K2rHFr9lkcvODScwhHmlUGtNJ0SWO+FMA9dCoFHLp3NMTtNCoCfn+Zwp 6yvygFCJjuju1U0MD1pLwkWiuqYWIWn2e6sogW6nvcEu88r/X+teveAci KPEhSjlbQxivi4NEVl8oef01ChXWLrO8tBXDTeO0cbamTrv6rUcFVtjWD Um+43FXydg4AQT3+3ubOwYPZM1OVOw45OEhbjL+83eB4AqBs2AvaPSF5l 9nUmNtd/CJCXrkqoscP79bMAR76IS89NeNTxSCKPUwXeQp70DtpYBlBbI eAfLWq+OEHR5wNtnFgTq8eGUYJ0t4+3CsbIc3zcqsAJEHynst+LJVhgty w==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="263479249" X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="263479249" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 02:20:09 -0700 X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="703478840" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 02:20:08 -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:20:04 +0800 Message-Id: <20220422092004.1563127-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 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/ 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