From patchwork Fri Jun 24 09:37:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 113432 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B8F36A0032; Fri, 24 Jun 2022 11:40:09 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B3F1E40A87; Fri, 24 Jun 2022 11:40:09 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id 64B414069D for ; Fri, 24 Jun 2022 11:40:08 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1656063608; x=1687599608; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=X/7mgUyDOC2dLuirNsxl5jYNNUW3BIvtXXwO5WoFQHg=; b=llfPYmk7V2EY/NEowYxqJra5o4zs18tLboeINVMEAEG4zmS3VBwn2XA5 tn8It2HfCsrwOftMes7xSFS3cwjTXr96ZP7D2HoLWo5u15Hq2eZiCIQMq gIU3EsUDukE/U+vJQwGFgWvAnWl4RFg0ibwCRM248URkyuhzpTIiuYdXA fseBOj77MYTQiT+5T6g48BLDKxyzeomuNdkhSc8RH/7kHbARhzofo3uoX hZvc3uyPjXSBXYQnmsrEQKAHD7x9w1W5OYiWoyromM0bGYIsjpbYJCwnA K1gQ3etZ8XR5MIAwAUJjFCQfZjzc/Gu/1cF8hnbENoB97R8Doi9x9mFZG A==; X-IronPort-AV: E=McAfee;i="6400,9594,10387"; a="279731549" X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="279731549" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2022 02:39:59 -0700 X-IronPort-AV: E=Sophos;i="5.92,218,1650956400"; d="scan'208";a="645197234" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jun 2022 02:39:58 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V1 0/2] modify testplan and add new testsuite Date: Fri, 24 Jun 2022 05:37:23 -0400 Message-Id: <20220624093723.2891075-1-weix.ling@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 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.Modify testplan to fix the test step issue. 2.Add new testsuite tests/TestSuite_vhost_qemu_mtu.py. Wei Ling (2): test_plans/vhost_qemu_mtu_test_plan: modify testplan tests/vhost_qemu_mtu: add new testsuite test_plans/vhost_qemu_mtu_test_plan.rst | 35 +++---- tests/TestSuite_vhost_qemu_mtu.py | 131 ++++++++++++++++++++++++ 2 files changed, 145 insertions(+), 21 deletions(-) create mode 100644 tests/TestSuite_vhost_qemu_mtu.py