From 7a2f59562c855348bc9bebc1c1f15c98fd4680f2 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 18 Jul 2023 14:08:22 -0400 Subject: [PATCH] qa: add automate_balance to dashboard qa schema Signed-off-by: Patrick Donnelly --- qa/tasks/mgr/dashboard/test_health.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/tasks/mgr/dashboard/test_health.py b/qa/tasks/mgr/dashboard/test_health.py index 8f9d5ee16762c..0b7b7a3b449c1 100644 --- a/qa/tasks/mgr/dashboard/test_health.py +++ b/qa/tasks/mgr/dashboard/test_health.py @@ -59,7 +59,8 @@ class HealthTest(DashboardTestCase): 'allow_multimds_snaps': bool, 'allow_standby_replay': bool, 'refuse_client_session': bool, - 'refuse_standby_for_another_fs': bool + 'refuse_standby_for_another_fs': bool, + 'balance_automate': bool, }), 'ever_allowed_features': int, 'root': int -- 2.39.5