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 4E5AA42B8A; Wed, 24 May 2023 11:00:27 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3470840ED8; Wed, 24 May 2023 11:00:27 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 4B2C64067E for ; Wed, 24 May 2023 11:00: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=1684918826; x=1716454826; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=b9Mce40W4LN+WxwWk9MqcuXIVLP6BaL92beZiwYPWN8=; b=Xtw9QaPPid5z7fdNrnG1yBNnbGSs/FusTz3B0+DPRUSfmWwbNcsSG/zG eobOfkTheyTgdbSj7xp5eI3NLcf7vtXkSNM4dsbBjTbNEmskpOH3Pv32T 1tlzxTHIhiITux4p0DmpDXjXq/ign0z0g7Ok4wsFco6Ka3YQzgzCSl4+q ldOTD9IQbqe9Kb/u6HDS7HKZU16RVjxYKAugzh23DZImReGNb7OQfVNPQ r8MqdmdAZ9B3lzTmYN8/NvcsMWPAVk1rMdYe3JxHWfZ30/fQzmkqtRe9o 40h1EMjOEAmPvDzCOF7EEKgocEpkZuXwS7hRP65Ku4OF/LzfX59hju+Np A==; X-IronPort-AV: E=McAfee;i="6600,9927,10719"; a="439858689" X-IronPort-AV: E=Sophos;i="6.00,188,1681196400"; d="scan'208";a="439858689" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 May 2023 01:57:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10719"; a="878570973" X-IronPort-AV: E=Sophos;i="6.00,188,1681196400"; d="scan'208";a="878570973" Received: from silpixa00401183.ir.intel.com ([10.55.129.127]) by orsmga005.jf.intel.com with ESMTP; 24 May 2023 01:57:33 -0700 From: Tadhg Kearney To: dts@dpdk.org Cc: reshma.pattan@intel.com, karen.kelly@intel.com, Tadhg Kearney Subject: [dts][PATCH v2 0/2] add new power_intel_uncore testsuite Date: Wed, 24 May 2023 08:57:25 +0000 Message-Id: <20230524085727.123156-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