diff options
author | sangeeta jain <sangeeta.jain@intel.com> | 2019-03-14 13:14:18 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-04-06 16:16:12 +0530 |
commit | 879f5aeac3ca4d053347e5a86a6c0fb303cf0dc3 (patch) | |
tree | 19fecd959422496ad6ec446358b18c02d30068be | |
parent | 2af492e8b34e59fc58fe267da05f0868cb13ea0f (diff) | |
download | openembedded-core-879f5aeac3ca4d053347e5a86a6c0fb303cf0dc3.tar.gz openembedded-core-879f5aeac3ca4d053347e5a86a6c0fb303cf0dc3.tar.bz2 openembedded-core-879f5aeac3ca4d053347e5a86a6c0fb303cf0dc3.zip |
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.
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>
-rw-r--r-- | meta/lib/oeqa/manual/kernel-dev.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/meta/lib/oeqa/manual/kernel-dev.json b/meta/lib/oeqa/manual/kernel-dev.json index c93b4dd876..0dd99199dc 100644 --- a/meta/lib/oeqa/manual/kernel-dev.json +++ b/meta/lib/oeqa/manual/kernel-dev.json @@ -1,7 +1,7 @@ [ { "test": { - "@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_defconfig", + "@alias": "kernel-dev.kernel-dev.Kernel_dev_defconfig", "author": [ { "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" } }, - "summary": "TCTEMP_2.3_MANUAL_Kernel_dev_defconfig" + "summary": "Kernel_dev_defconfig" } }, { "test": { - "@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_defconfig+fragments", + "@alias": "kernel-dev.kernel-dev.Kernel_dev_defconfig+fragments", "author": [ { "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" } }, - "summary": "TCTEMP_2.3_MANUAL_Kernel_dev_defconfig+fragments" + "summary": "Kernel_dev_defconfig+fragments" } }, { "test": { - "@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_Applying_patches", + "@alias": "kernel-dev.kernel-dev.Kernel_dev_Applying_patches", "author": [ { "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" } }, - "summary": "TCTEMP_2.3_MANUAL_Kernel_dev_Applying_patches" + "summary": "Kernel_dev_Applying_patches" } }, { "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": [ { "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" } }, - "summary": "TCTEMP_2.3_MANUAL_Kernel_dev_linux-yocto-local-source" + "summary": "Kernel_dev_linux-yocto-local-source" } }, { "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": [ { "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" } }, - "summary": "TCTEMP_2.3_MANUAL_Kernel_dev_linux-yocto-custom-local-source" + "summary": "Kernel_dev_linux-yocto-custom-local-source" } }, { "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": [ { "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" } }, - "summary": "TCTEMP_2.3_MANUAL_Kernel_dev_recipe-space_meta" + "summary": "Kernel_dev_recipe-space_meta" } }, { "test": { - "@alias": "kernel-configuration.kernel-configuration.TCTEMP_2.3_MANUAL_Kernel_dev_External_source", + "@alias": "kernel-dev.kernel-dev.Kernel_dev_External_source", "author": [ { "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" } }, - "summary": "TCTEMP_2.3_MANUAL_Kernel_dev_External_source" + "summary": "Kernel_dev_External_source" } }, { "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": [ { "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" } }, - "summary": "TCTEMP_2.3_MANUAL_Kernel_dev_building_external_modules(hello-mod)" + "summary": "Kernel_dev_building_external_modules(hello-mod)" } }, { "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": [ { "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" } }, - "summary": "TCTEMP_2.3_MANUAL_Kernel_dev_local_parallel_meta" + "summary": "Kernel_dev_local_parallel_meta" } } ]
\ No newline at end of file |