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 9005E42B8C; Wed, 24 May 2023 15:30:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C128406BC; Wed, 24 May 2023 15:30:45 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id C99F640156 for ; Wed, 24 May 2023 15:30:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684935044; x=1716471044; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=veWEMpjwDut+2xwQ1S/mvxrtJM3+X/CzLIbZpV5BFPI=; b=hKcqdHATq9mPmt0ajxLtyihrXUxsAPbQdUZi5IbCsAFGmIeakw/Lo05k H5Zld3upW2UrJhcL7ssD5WqbrnUhj7wt4rUzX0vT3UFF52Smlwt3sun8B y1J4K8esSO9zmhg4m4ouO2ymxhQGbJosG/VlxKj3AFe++Y5Dc7A1Ucsno EqtvQPyBMerh+k7lXizwGl59V8B3F5ZFC4+BoHm+dDRYFGAnBfwSpupw+ 32K5xyuRVJEwQr/j2PmvqLOECRhtTNU2wIQkzg/rfGTptq2oMXiZ3YKuL VZxHMyE8mj6duIeqzZZv2Cxjh1FW8PXxD2HPqSjYicEpRhfudIWqm16dC w==; X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="333922300" X-IronPort-AV: E=Sophos;i="6.00,189,1681196400"; d="scan'208";a="333922300" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 06:30:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10720"; a="951025259" X-IronPort-AV: E=Sophos;i="6.00,189,1681196400"; d="scan'208";a="951025259" Received: from silpixa00401183.ir.intel.com ([10.55.129.127]) by fmsmga006.fm.intel.com with ESMTP; 24 May 2023 06:30:40 -0700 From: Tadhg Kearney To: dts@dpdk.org Cc: karen.kelly@intel.com, Tadhg Kearney Subject: [dts][PATCH v3 0/2] add new power_intel_uncore testsuite Date: Wed, 24 May 2023 13:30:30 +0000 Message-Id: <20230524133032.132392-1-tadhg.kearney@intel.com> X-Mailer: git-send-email 2.34.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 Automated tests added to test intel uncore API enabled through l3fwd-power. Also adding test plan. Tadhg Kearney (2): tests/power_intel_uncore: add new power_intel_uncore test suite test_plans/power_intel_uncore: add test_plan for newly added test suite test_plans/index.rst | 1 + test_plans/power_intel_uncore_test_plan.rst | 126 +++++++++ tests/TestSuite_power_intel_uncore.py | 294 ++++++++++++++++++++ 3 files changed, 421 insertions(+) create mode 100644 test_plans/power_intel_uncore_test_plan.rst create mode 100644 tests/TestSuite_power_intel_uncore.py -- 2.34.1