From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3550A10E87F for ; Fri, 8 Sep 2023 07:01:01 +0000 (UTC) From: Swati Sharma To: igt-dev@lists.freedesktop.org Date: Fri, 8 Sep 2023 12:30:49 +0530 Message-Id: <20230908070053.1283474-1-swati2.sharma@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [PATCH i-g-t 0/4] enable feature-discovery tests List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: Enable feature-discovery tests for xe. Add testplan documentation. Add new dp-mst feature discovery test. Swati Sharma (4): tests: rename feature_discovery to kms_feature_discovery tests/kms_feature_discovery: add testplan documentation tests/intel-ci: remove feature_discovery from blocklist tests/kms_feature_discovery: detect mst configuration tests/intel-ci/xe.blocklist.txt | 1 - ...re_discovery.c => kms_feature_discovery.c} | 79 ++++++++++++++++++- tests/meson.build | 2 +- 3 files changed, 79 insertions(+), 3 deletions(-) rename tests/{feature_discovery.c => kms_feature_discovery.c} (59%) -- 2.25.1