[igt-dev] [i-g-t V4 2/7] testplan/kms: Move kms testplan to intel dir

Bhanuprakash Modem bhanuprakash.modem at intel.com
Wed Aug 2 19:33:25 UTC 2023


As this testplan is specific to the Intel hardware, the correct
place for it is inside the tests/i915/.

V2: - Fix the included files path

Cc: Mauro Carvalho Chehab <mauro.chehab at linux.intel.com>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
 docs/testplan/meson.build             | 2 +-
 tests/{ => i915}/kms_test_config.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename tests/{ => i915}/kms_test_config.json (94%)

diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build
index e838f2eb1..8d3ad952d 100644
--- a/docs/testplan/meson.build
+++ b/docs/testplan/meson.build
@@ -7,7 +7,7 @@ rst2pdf = find_program('rst2pdf', required: false)
 stylesheet = join_paths(meson.current_source_dir(), 'testplan.css')
 
 xe_test_config = join_paths(source_root, 'tests', 'xe', 'xe_test_config.json')
-kms_test_config = join_paths(source_root, 'tests', 'kms_test_config.json')
+kms_test_config = join_paths(source_root, 'tests', 'i915', 'kms_test_config.json')
 i915_test_config = join_paths(source_root, 'tests', 'i915', 'i915_test_config.json')
 
 check_testlist = []
diff --git a/tests/kms_test_config.json b/tests/i915/kms_test_config.json
similarity index 94%
rename from tests/kms_test_config.json
rename to tests/i915/kms_test_config.json
index 5fbe40bdc..d781822e9 100644
--- a/tests/kms_test_config.json
+++ b/tests/i915/kms_test_config.json
@@ -1,7 +1,7 @@
 {
     "description": "JSON file to be used to parse KMS documentation",
     "name": "Display and KMS Tests for Intel i915 and Xe Drivers",
-    "files": [ "chamelium/kms_*.c", "i915/kms_*.c", "kms_*.c" ],
+    "files": [ "../chamelium/kms_*.c", "../kms_*.c", "kms_*.c" ],
     "fields": {
         "Category": {
             "_properties_": {
-- 
2.40.0



More information about the igt-dev mailing list