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 51565A00BE; Mon, 25 Apr 2022 03:57:07 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2111C40F35; Mon, 25 Apr 2022 03:57:07 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 7D68B4069D for ; Mon, 25 Apr 2022 03:57:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650851825; x=1682387825; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=g6ImH8fFayyTwvhXqSvKdeT8OGzZRAzwyY3tOyNssY8=; b=a74ROLez3YwH6T7zuj7waEP8vibQ68yXxUwelcOCb8JLlmhu8/uFHkPi 5ZZ8xrFwGRQ5Bi4ffH94wesQs2QCWYenypz1nMsd/oSTi3UJ7hHeiZdSW 4wQ6RnqTIxiGcsnZ0qF2Lj6vtcBeySSM40fKKjmWERbfEYzqQKnOTUbP3 Q5f9CcEYy4/D2XDOFuSGFefLppYJi/boi0QU3SvqszCVOQGcnG/338f2X P3J7CoVtcaHmiJIO3FiGBkGFeP3SlDDRkZ/HYyusAjp0Cd5vErYccxf0v x5MxYAQ0Wy1pGmfhmvjuVFrwSaUrQPrezR6Mc2blhm1XVXej8LHUCQJOf w==; X-IronPort-AV: E=McAfee;i="6400,9594,10327"; a="265277752" X-IronPort-AV: E=Sophos;i="5.90,287,1643702400"; d="scan'208";a="265277752" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2022 18:57:04 -0700 X-IronPort-AV: E=Sophos;i="5.90,287,1643702400"; d="scan'208";a="557459223" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2022 18:57:03 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] fix testplan issue and add automation Date: Mon, 25 Apr 2022 09:56:58 +0800 Message-Id: <20220425015658.1573134-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