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 3D2C1A00C3; Thu, 21 Apr 2022 04:10:26 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1066B410E1; Thu, 21 Apr 2022 04:10:26 +0200 (CEST) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id EEB0440C35 for ; Thu, 21 Apr 2022 04:10:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650507024; x=1682043024; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=GK1LuiTA9JEIMT9yzEquGEnOF2nPFJyPujYRsr3Ntk4=; b=L27ZiHKH0uu3KDNB9ZLb+qd9FSsuO+daJI8hasKbo07+Wer/K02pMB29 EB7TWxUDfZlKQ5qvvsF/EZL2ZabwpSmNKXZ7wyvmSo+40jGYZaGRDZcyR fbh4GjiMO8AuoMNJu3DmsyrmTKxLINQMdhxxm98Redqn9pkjcXrEk7N/w 54s8aqU2Sp5pgqgA0aoj9eBQSs24QMueziEhWboXhxdHuy5prHd6dFFTc KyOalh9SBvCWxvs0UpI15qDlS0mDSz8M82hLNNH9lcbySK9/mJf+s/L2d vS1YQGbs4zPjvETd7BEyaQFH7M2oAPtdtJykLA8ShkXFauyZLGx3HvxDl Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10323"; a="246098867" X-IronPort-AV: E=Sophos;i="5.90,277,1643702400"; d="scan'208";a="246098867" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 19:09:50 -0700 X-IronPort-AV: E=Sophos;i="5.90,277,1643702400"; d="scan'208";a="555506164" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 19:09:48 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] add hotplug testcase2 Date: Thu, 21 Apr 2022 10:09:42 +0800 Message-Id: <20220421020942.1551841-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: 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: modify testplan with new format tests/vdev_primary_secondary: add hotplug testcase2 .../vdev_primary_secondary_test_plan.rst | 205 ++++++++---------- tests/TestSuite_vdev_primary_secondary.py | 148 ++++++++----- 2 files changed, 186 insertions(+), 167 deletions(-) -- 2.25.1