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 B142FA00C3; Tue, 19 Apr 2022 08:34:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8A64140687; Tue, 19 Apr 2022 08:34:35 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 3FA0C40150 for ; Tue, 19 Apr 2022 08:34:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650350074; x=1681886074; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=QHD8cLV71Qncw6HKsmSG2wsQWE7Ik75KNu6AZKC1foI=; b=GjYD2ek/6Q+ej+1g7n9cpq98m8n3/mrvDVmgHwtheWh6hrbjcA1X3yyM NL1fkg7JAO9yHwIx53cRY0VemJ9BlaCb8Fsc1fkDKcubWwmD0+GDUqzPO RNkPUFS74evSlQxWKKP6ewTKa707lrNTJEZITyOCNv//ezmnpQStV8NUb AcSaocNx9wnhbq/CxbCfOHeh9PL7GlQl10CsPW+57QUR7ec8fGEKDpc+i 9rL2SRIQQ3UbCTk8sZr8i93GL7drYGazPRgLI5DcLctJV+9/hihBrI4hF XQcz4BzZwgh7Oh8AqVz5VQvdWd5zA1UNi8CNF1BFmhA2DK32/GDPTd7MQ A==; X-IronPort-AV: E=McAfee;i="6400,9594,10321"; a="263864958" X-IronPort-AV: E=Sophos;i="5.90,272,1643702400"; d="scan'208";a="263864958" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2022 23:34:33 -0700 X-IronPort-AV: E=Sophos;i="5.90,272,1643702400"; d="scan'208";a="554588498" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Apr 2022 23:34:31 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] add hotplug testcase2 Date: Tue, 19 Apr 2022 14:34:20 +0800 Message-Id: <20220419063420.974826-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 *** BLURB HERE *** 1.test_plans/vdev_primary_secondary_test_plan: add hotplug testcase2 and modify testplan with new format. 2.tests/vdev_primary_secondary: add hotplug testcase2. Wei Ling (2): test_plans/vdev_primary_secondary_test_plan: add hotplug testcase2 tests/vdev_primary_secondary: add hotplug testcase2 .../vdev_primary_secondary_test_plan.rst | 188 ++++++++---------- tests/TestSuite_vdev_primary_secondary.py | 102 +++++++--- 2 files changed, 160 insertions(+), 130 deletions(-) -- 2.25.1