oeqa/manual/kernel-dev.json: test id updated

All test id (eg. @alias) inside manual testcase file shall follow the same test id
naming convention from oeqa automated tests (eg. selftest, runtime, sdk, etc), where
the test id consists of  <test_module>.<test_suite>.<test_function>. Furthermore,
there shall be only 1 unique test_module per each manual testcases file.

This file was using more than 1 unique test_module for testcases. Furthermore,
some of the testcases were defined using different test_suite where it was not needed.
This patch fix the manual testcases file to have only 1 unique test_module
as well as test_suite to simplify test id naming.

(From OE-Core rev: 35233e411db1a5978bfb2f4265b8e3a8fbdc4246)

Signed-off-by: sangeeta jain <sangeeta.jain@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
sangeeta jain
2019-03-14 13:14:18 +08:00
committed by Richard Purdie
parent fcde665168
commit ad2fe82652

View File

@@ -1,7 +1,7 @@
[ [
{ {
"test": { "test": {
"@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_defconfig", "@alias": "kernel-dev.kernel-dev.Kernel_dev_defconfig",
"author": [ "author": [
{ {
"email": "ee.peng.yeoh@intel.com", "email": "ee.peng.yeoh@intel.com",
@@ -18,12 +18,12 @@
"expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_7" "expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_7"
} }
}, },
"summary": "TCTEMP_2.3_MANUAL_Kernel_dev_defconfig" "summary": "Kernel_dev_defconfig"
} }
}, },
{ {
"test": { "test": {
"@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_defconfig+fragments", "@alias": "kernel-dev.kernel-dev.Kernel_dev_defconfig+fragments",
"author": [ "author": [
{ {
"email": "ee.peng.yeoh@intel.com", "email": "ee.peng.yeoh@intel.com",
@@ -40,12 +40,12 @@
"expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_8" "expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_8"
} }
}, },
"summary": "TCTEMP_2.3_MANUAL_Kernel_dev_defconfig+fragments" "summary": "Kernel_dev_defconfig+fragments"
} }
}, },
{ {
"test": { "test": {
"@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_Applying_patches", "@alias": "kernel-dev.kernel-dev.Kernel_dev_Applying_patches",
"author": [ "author": [
{ {
"email": "ee.peng.yeoh@intel.com", "email": "ee.peng.yeoh@intel.com",
@@ -62,12 +62,12 @@
"expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results" "expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results"
} }
}, },
"summary": "TCTEMP_2.3_MANUAL_Kernel_dev_Applying_patches" "summary": "Kernel_dev_Applying_patches"
} }
}, },
{ {
"test": { "test": {
"@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_linux-yocto-local-source", "@alias": "kernel-dev.kernel-dev.Kernel_dev_linux-yocto-local-source",
"author": [ "author": [
{ {
"email": "ee.peng.yeoh@intel.com", "email": "ee.peng.yeoh@intel.com",
@@ -84,12 +84,12 @@
"expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_2" "expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_2"
} }
}, },
"summary": "TCTEMP_2.3_MANUAL_Kernel_dev_linux-yocto-local-source" "summary": "Kernel_dev_linux-yocto-local-source"
} }
}, },
{ {
"test": { "test": {
"@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_linux-yocto-custom-local-source", "@alias": "kernel-dev.kernel-dev.Kernel_dev_linux-yocto-custom-local-source",
"author": [ "author": [
{ {
"email": "ee.peng.yeoh@intel.com", "email": "ee.peng.yeoh@intel.com",
@@ -106,12 +106,12 @@
"expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_3" "expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_3"
} }
}, },
"summary": "TCTEMP_2.3_MANUAL_Kernel_dev_linux-yocto-custom-local-source" "summary": "Kernel_dev_linux-yocto-custom-local-source"
} }
}, },
{ {
"test": { "test": {
"@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_recipe-space_meta", "@alias": "kernel-dev.kernel-dev.Kernel_dev_recipe-space_meta",
"author": [ "author": [
{ {
"email": "ee.peng.yeoh@intel.com", "email": "ee.peng.yeoh@intel.com",
@@ -128,12 +128,12 @@
"expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_5" "expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_5"
} }
}, },
"summary": "TCTEMP_2.3_MANUAL_Kernel_dev_recipe-space_meta" "summary": "Kernel_dev_recipe-space_meta"
} }
}, },
{ {
"test": { "test": {
"@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_External_source", "@alias": "kernel-dev.kernel-dev.Kernel_dev_External_source",
"author": [ "author": [
{ {
"email": "ee.peng.yeoh@intel.com", "email": "ee.peng.yeoh@intel.com",
@@ -150,12 +150,12 @@
"expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_6" "expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_6"
} }
}, },
"summary": "TCTEMP_2.3_MANUAL_Kernel_dev_External_source" "summary": "Kernel_dev_External_source"
} }
}, },
{ {
"test": { "test": {
"@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_building_external_modules(hello-mod)", "@alias": "kernel-dev.kernel-dev.Kernel_dev_building_external_modules(hello-mod)",
"author": [ "author": [
{ {
"email": "ee.peng.yeoh@intel.com", "email": "ee.peng.yeoh@intel.com",
@@ -172,12 +172,12 @@
"expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_10" "expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_10"
} }
}, },
"summary": "TCTEMP_2.3_MANUAL_Kernel_dev_building_external_modules(hello-mod)" "summary": "Kernel_dev_building_external_modules(hello-mod)"
} }
}, },
{ {
"test": { "test": {
"@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_local_parallel_meta", "@alias": "kernel-dev.kernel-dev.Kernel_dev_local_parallel_meta",
"author": [ "author": [
{ {
"email": "ee.peng.yeoh@intel.com", "email": "ee.peng.yeoh@intel.com",
@@ -194,7 +194,7 @@
"expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_4" "expected_results": "Review expected results on thethe \"Kernel Development Test Cases\"wiki. https://wiki.yoctoproject.org/wiki/Kernel_Development_Test_Cases#Expected_Results_4"
} }
}, },
"summary": "TCTEMP_2.3_MANUAL_Kernel_dev_local_parallel_meta" "summary": "Kernel_dev_local_parallel_meta"
} }
} }
] ]