tests/intel: add other missing core tests to xe_test_config.json
All core tests are used to check Xe functionality. Add them to the Xe
testplan configuration.
Also, add descriptions for simple tests to the right place,
as otherwise warnings will be produced:
Warning: igt@core_getclient Description documentation is missing
Warning: igt@core_getstats Description documentation is missing
Warning: igt@core_setmaster_vs_auth Description documentation is missing
As each subtest requires its own description.
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
diff --git a/tests/core_getclient.c b/tests/core_getclient.c
index 308f2c0..5914335 100644
--- a/tests/core_getclient.c
+++ b/tests/core_getclient.c
@@ -41,6 +41,7 @@
* Test category: GEM_Legacy
*
* SUBTEST:
+ * Description: Tests the DRM_IOCTL_GET_CLIENT ioctl.
*/
IGT_TEST_DESCRIPTION("Tests the DRM_IOCTL_GET_CLIENT ioctl.");
diff --git a/tests/core_getstats.c b/tests/core_getstats.c
index b2d26a8..05e0eae 100644
--- a/tests/core_getstats.c
+++ b/tests/core_getstats.c
@@ -42,6 +42,7 @@
* Test category: GEM_Legacy
*
* SUBTEST:
+ * Description: Tests the DRM_IOCTL_GET_STATS ioctl.
*/
/**
diff --git a/tests/core_setmaster_vs_auth.c b/tests/core_setmaster_vs_auth.c
index 592d850..4605f84 100644
--- a/tests/core_setmaster_vs_auth.c
+++ b/tests/core_setmaster_vs_auth.c
@@ -50,6 +50,7 @@
* Test category: GEM_Legacy
*
* SUBTEST:
+ * Description: Check that drop/setMaster correctly transfer master state
*/
IGT_TEST_DESCRIPTION("Check that drop/setMaster correctly transfer master "
diff --git a/tests/intel/xe_test_config.json b/tests/intel/xe_test_config.json
index 3775e63..6651c12 100644
--- a/tests/intel/xe_test_config.json
+++ b/tests/intel/xe_test_config.json
@@ -2,7 +2,7 @@
"description": "JSON file to be used to parse Xe documentation",
"name": "Tests for Xe Driver",
"drivers": [ "xe" ],
- "files": [ "xe_*.c", "../core_hotunplug.c", "../sriov_basic.c", "intel_hwmon.c" ],
+ "files": [ "xe_*.c", "../core_*.c", "../sriov_basic.c", "intel_hwmon.c" ],
"fields": {
"Run type": {
"_properties_": {