From bf5862dc86e96cf086f9c692bcaaf3db2cdcc7a5 Mon Sep 17 00:00:00 2001 From: Yaarit Hatuka Date: Thu, 30 Mar 2023 15:05:44 +0000 Subject: [PATCH] qa/tasks/mgr/dashboard: add leaderboard_description to api tests leaderboard_description is a new telemetry module option. Signed-off-by: Yaarit Hatuka (cherry picked from commit e73d94820b503f1bf7be7de57fb617365b6a52d8) --- qa/tasks/mgr/dashboard/test_mgr_module.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/tasks/mgr/dashboard/test_mgr_module.py b/qa/tasks/mgr/dashboard/test_mgr_module.py index 0766bfd2b467..c196c7124014 100644 --- a/qa/tasks/mgr/dashboard/test_mgr_module.py +++ b/qa/tasks/mgr/dashboard/test_mgr_module.py @@ -89,6 +89,7 @@ class MgrModuleTest(MgrModuleTestCase): 'interval': int, 'last_opt_revision': int, 'leaderboard': bool, + 'leaderboard_description': str, 'organization': str, 'proxy': str, 'url': str @@ -110,6 +111,7 @@ class MgrModuleTest(MgrModuleTestCase): 'interval': module_options_object_schema, 'last_opt_revision': module_options_object_schema, 'leaderboard': module_options_object_schema, + 'leaderboard_description': module_options_object_schema, 'log_level': module_options_object_schema, 'log_to_cluster': module_options_object_schema, 'log_to_cluster_level': module_options_object_schema, -- 2.47.3