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 E1CABA00BE; Wed, 20 Apr 2022 09:50:48 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DAA64410E1; Wed, 20 Apr 2022 09:50:48 +0200 (CEST) Received: from mga06.intel.com (mga06b.intel.com [134.134.136.31]) by mails.dpdk.org (Postfix) with ESMTP id 664264068E for ; Wed, 20 Apr 2022 09:50:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650441047; x=1681977047; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=NfgKrJqhCA5JmRaF+YioPFx9ycMnmIGYL7FKBxePV9A=; b=cp6UaFZyPTWgQwNq/zUmjtIntcFJBU1TJv6Laao1iwy0CH7xoodHQvAH lr12C778ThoRNoescVIvc+vQci1kbmzx6lL0nDOiidqLcr2P8hFxLbXAA KthrllNDVyMh8J6YSDkQ9TDXjPV1jedbWtA0F3+IA5QxrekZHgwTI00ER Lo0Nc/onp8ZRxZ0FgVfoaKoLXINIRSEBZFyEC1actgi1B4ReTsop8M0+M MDowH8w0d01LYxV/2YgDHHBcw53OB352+ZaTJwssE9T88464xO2aYjx2R hSupTX94OSec8t9uCWPt9L2qCePg7gdz4hB6c8DYbOiTsadlYjg5acWDj w==; X-IronPort-AV: E=McAfee;i="6400,9594,10322"; a="324407858" X-IronPort-AV: E=Sophos;i="5.90,275,1643702400"; d="scan'208";a="324407858" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 00:50:46 -0700 X-IronPort-AV: E=Sophos;i="5.90,275,1643702400"; d="scan'208";a="576470723" Received: from unknown (HELO localhost.localdomain) ([10.239.251.222]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Apr 2022 00:50:44 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] add hotplug testcase2 Date: Wed, 20 Apr 2022 15:50:36 +0800 Message-Id: <20220420075036.1388688-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: add hotplug testcase2 tests/vdev_primary_secondary: add hotplug testcase2 .../vdev_primary_secondary_test_plan.rst | 188 ++++++++---------- tests/TestSuite_vdev_primary_secondary.py | 104 +++++++--- 2 files changed, 161 insertions(+), 131 deletions(-) -- 2.25.1