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 B2AE442B7D; Tue, 23 May 2023 11:12:46 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8BD9B40EE5; Tue, 23 May 2023 11:12:46 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mails.dpdk.org (Postfix) with ESMTP id 21B3940A80 for ; Tue, 23 May 2023 11:12: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=1684833164; x=1716369164; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=onChkygTXr2H704FVR+AJAQE9/chWntlKY8yR3Zjmss=; b=mEqYkqoLhtfogQpIx8nJAE6G4VtR1MxCN4SUPC77hk2MkIAIRjgPwPAo k7CYDjuVVby52YkLAuRwEe5i19yMsCwkmvuMlPpvVYwRi2Hm7BeJMHZhU Lgn5lnK5oo0AFpHJMxO4+x8dDKsMS8eJ9bX6UzSnUxCUUkmQbymJe1/MX V65ACZNPbANTt1T4RcYWq2iwmSDlcCoxINyzu1h3CXEwcUfEyRCRL4MNA ugzoadwZRDs2hCnqJQ7jIx5bctFP1JE3Z4E+o2offU6vI8RGntOqgd2km LGmvnjTh1psrONkZWbamRM/e/nWqyf3yMigCfiVQYlnSNKFvf01j1YMVP A==; X-IronPort-AV: E=McAfee;i="6600,9927,10718"; a="439538164" X-IronPort-AV: E=Sophos;i="6.00,185,1681196400"; d="scan'208";a="439538164" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 May 2023 02:12:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10718"; a="697986181" X-IronPort-AV: E=Sophos;i="6.00,185,1681196400"; d="scan'208";a="697986181" Received: from silpixa00401183.ir.intel.com ([10.55.129.127]) by orsmga007.jf.intel.com with ESMTP; 23 May 2023 02:12:22 -0700 From: Tadhg Kearney To: dts@dpdk.org Cc: reshma.pattan@intel.com, karen.kelly@intel.com, Tadhg Kearney Subject: [dts][PATCH v1 0/2] add new power_intel_uncore testsuite Date: Tue, 23 May 2023 09:12:18 +0000 Message-Id: <20230523091220.32474-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 | 266 ++++++++++++++++++++ 3 files changed, 393 insertions(+) create mode 100644 test_plans/power_intel_uncore_test_plan.rst create mode 100644 tests/TestSuite_power_intel_uncore.py -- 2.34.1