[igt-dev] [V5 i-g-t 01/81] testplan/kms: Keep category as high level entity
Kamil Konieczny
kamil.konieczny at linux.intel.com
Thu Aug 10 17:51:05 UTC 2023
Hi Bhanuprakash,
On 2023-06-29 at 20:17:50 +0530, Bhanuprakash Modem wrote:
> Update kms testplan to keep the category as high level entity.
>
+cc Mauro
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
> ---
> tests/kms_test_config.json | 24 ++++++++++++------------
> 1 file changed, 12 insertions(+), 12 deletions(-)
>
> diff --git a/tests/kms_test_config.json b/tests/kms_test_config.json
> index 5fbe40bdc..447a13337 100644
> --- a/tests/kms_test_config.json
> +++ b/tests/kms_test_config.json
> @@ -6,21 +6,21 @@
> "Category": {
> "_properties_": {
> "description": "Contains the major group for the tested functionality 'Display'"
> - }
> - },
> - "Mega feature": {
> - "_properties_": {
> - "description": "Contains the mega feature for end to end use case, e.g. the 'PSR' feature."
> },
> - "Functionality": {
> + "Mega feature": {
> "_properties_": {
> - "description": "Groups tests on buckets containg more detailed functionality"
> + "description": "Contains the mega feature for end to end use case, e.g. the 'PSR' feature."
> + },
> + "Functionality": {
> + "_properties_": {
> + "description": "Groups tests on buckets containg more detailed functionality"
> + }
> + }
> + },
> + "Run type": {
> + "_properties_": {
> + "description": "Defines what category of testlist it belongs"
> }
> - }
> - },
> - "Run type": {
> - "_properties_": {
> - "description": "Defines what category of testlist it belongs"
> }
> },
> "Test category": {
> --
> 2.40.0
>
More information about the igt-dev
mailing list