From patchwork Thu Jun 23 08:02:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 113319 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 50703A00C2; Thu, 23 Jun 2022 10:05:28 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4B5754069D; Thu, 23 Jun 2022 10:05:28 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 54A234067B for ; Thu, 23 Jun 2022 10:05:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655971526; x=1687507526; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=X/7mgUyDOC2dLuirNsxl5jYNNUW3BIvtXXwO5WoFQHg=; b=k6A6H3KdvsXsQfsQdHECFalTyi9Me2lstPSuDIbL/ICNxccs0BNNlNib p+9Hi7pLUWrDy/5XD64hnTifZjNLbvf0mbwP3INnDEorepEbu+8PGWKp+ 1LPQgSiJYaFZ2pVf8CYBDdI+U1KM1tarrB+an43Zn6pzP7+bMGm3mfIao U33jZnXRsnic0hnolxSQ+xZ/+d8UZuDkuVtJRPmwt01GHoOmygdmHea9X GQ8ZRjEYR9bTI770+g4WdbacoIWkOyOjcUII8XljsjsgYPIFXqLvGrgCw S2kmSBzv55xvSMx8DHwd/XMI6HJxdwl5jRFxyepUOlJSePwAYEASo6Z5A w==; X-IronPort-AV: E=McAfee;i="6400,9594,10386"; a="281734742" X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="281734742" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 01:05:25 -0700 X-IronPort-AV: E=Sophos;i="5.92,215,1650956400"; d="scan'208";a="644620503" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Jun 2022 01:05:23 -0700 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/2] modify testplan and add new testsuite Date: Thu, 23 Jun 2022 04:02:57 -0400 Message-Id: <20220623080257.2237805-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