[igt-dev] [V3 i-g-t 4/4] testplan/kms: Move kms testplan to intel dir

Bhanuprakash Modem bhanuprakash.modem at intel.com
Mon Jun 26 16:01:06 UTC 2023


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

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/{ => intel}/kms_test_config.json | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename tests/{ => intel}/kms_test_config.json (100%)

diff --git a/docs/testplan/meson.build b/docs/testplan/meson.build
index fb933a780..1167edc28 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', 'intel', 'xe_test_config.json')
-kms_test_config = join_paths(source_root, 'tests', 'kms_test_config.json')
+kms_test_config = join_paths(source_root, 'tests', 'intel', 'kms_test_config.json')
 i915_test_config = join_paths(source_root, 'tests', 'intel', 'i915_test_config.json')
 
 check_testlist = []
diff --git a/tests/kms_test_config.json b/tests/intel/kms_test_config.json
similarity index 100%
rename from tests/kms_test_config.json
rename to tests/intel/kms_test_config.json
-- 
2.40.0



More information about the igt-dev mailing list