From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id D882710E03E for ; Tue, 12 Sep 2023 07:01:52 +0000 (UTC) From: Swati Sharma To: igt-dev@lists.freedesktop.org Date: Tue, 12 Sep 2023 12:31:45 +0530 Message-Id: <20230912070149.1305060-1-swati2.sharma@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [igt-dev] [v4 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} | 73 ++++++++++++++++++- tests/meson.build | 2 +- 3 files changed, 73 insertions(+), 3 deletions(-) rename tests/{feature_discovery.c => kms_feature_discovery.c} (60%) -- 2.25.1