From patchwork Wed Nov 30 06:17:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ling, WeiX" X-Patchwork-Id: 120324 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 B6634A00C2; Wed, 30 Nov 2022 07:23:00 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B0E1A40151; Wed, 30 Nov 2022 07:23:00 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 934AA4014F for ; Wed, 30 Nov 2022 07:22:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1669789378; x=1701325378; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=33NWkn6QMMmO38hYkij8hvHuyl+YC5wEMrRBqtzr/wo=; b=WPC979zmXvjwhLrEhcG8tN5WLfp5N2LL5vKog8VvjdjJVskhTHN/EbRQ 33MT1Gx1sksbr7Q62AA6iPKkDVDdjxX++/VJgjQ659AqvEAiUK1ZWrAB1 IjgpOKyfJOWu6wcGH5l/2oPOBypduCjfNtg3sSmdTlmjtFHl/ac+zYm4Y xYyTaD1rJq6L6dnl1qB0tl7mS0ngS/ZhBK8kfqropfW3yEBkTppaK0IzC exakedRhh5yJ5+ZPr0QSK1F07wTsX5cO8eHRaAFjWCGEd6AwjT/ca9ZKR ke4hcxyYUNAJBFTHjP1m8jOM3fWFm4rvxJ3PoT4ZOSQoEQgfjvWr++LvZ w==; X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="317167317" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="317167317" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:22:57 -0800 X-IronPort-AV: E=McAfee;i="6500,9779,10546"; a="732861304" X-IronPort-AV: E=Sophos;i="5.96,205,1665471600"; d="scan'208";a="732861304" Received: from unknown (HELO localhost.localdomain) ([10.239.252.222]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Nov 2022 22:22:56 -0800 From: Wei Ling To: dts@dpdk.org Cc: Wei Ling Subject: [dts][PATCH V2 0/3] add basic_4k_pages_dsa testsuite Date: Wed, 30 Nov 2022 14:17:20 +0800 Message-Id: <20221130061720.1163831-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 the description in testplan. 2.Add the TestSuite_basic_4k_pages_dsa.py testsuite. 3.Add the testsuite config file. Wei Ling (3): test_plans/basic_4k_pages_dsa_test_plan: modify testplan description tests/basic_4k_pages_dsa: add new testsuite conf/basic_4k_pages_dsa: add testsuite config file conf/basic_4k_pages_dsa.cfg | 36 + test_plans/basic_4k_pages_dsa_test_plan.rst | 75 +- tests/TestSuite_basic_4k_pages_dsa.py | 1677 +++++++++++++++++++ 3 files changed, 1751 insertions(+), 37 deletions(-) create mode 100644 conf/basic_4k_pages_dsa.cfg create mode 100644 tests/TestSuite_basic_4k_pages_dsa.py