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 7641BA0093; Thu, 10 Mar 2022 09:39:45 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 67C1C4113E; Thu, 10 Mar 2022 09:39:45 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 86CCC410FC for ; Thu, 10 Mar 2022 09:39:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1646901583; x=1678437583; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=yKATjnz8h2r4CFBlPJTpMxG/EXd5Z9vES6IgU4eg8zU=; b=P1csGpGJXTFupoGaLLlPO1LC7OB+bPyL6XXL1luA6ULcvjmEppvsfBeu 8yGJnLShnEzlGLWDsdzwHooklWE//mOSIQc9BwBpFqMEiqLkokdxkEieO t6IMwiloRnVijV6OC4M8r8nfMJpPrmcR65hT1DRIILRFgvtyIig+SkU9M 8UPQP6DZKscYtNaqHQnSQ5FO2b9MmgMo6y2vAe/jUv2iaduga/eOBxC0U Xd21cT+y9LE4SBtUYkdfbgmungUPlYi4g4z89tV6ziUbuPr1wIWl1MCJz q37Zm6lIcROpmW3Z/d+rjp0dYnhvJEdETOVx2dzZ7TSWcAgvZWpjBqlaX A==; X-IronPort-AV: E=McAfee;i="6200,9189,10281"; a="279930767" X-IronPort-AV: E=Sophos;i="5.90,169,1643702400"; d="scan'208";a="279930767" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 00:39:41 -0800 X-IronPort-AV: E=Sophos;i="5.90,169,1643702400"; d="scan'208";a="554546296" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2022 00:39:39 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify testplan and testsuite by DPDK change Date: Thu, 10 Mar 2022 16:39:35 +0800 Message-Id: <20220310083935.494488-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 By DPDK change(commit 1c839246f9), no need to modify DPDK code to test, so delete modify DPDK code steps in testplan and testsuite. Wei Ling (2): test_plans/vdev_primary_secondary_test_plan: modify testplan by DPDK change tests/vdev_primary_secondary: modify testsuite by DPDK change .../vdev_primary_secondary_test_plan.rst | 21 ------------------- tests/TestSuite_vdev_primary_secondary.py | 19 ----------------- 2 files changed, 40 deletions(-) -- 2.25.1