]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: test_mgr_module QA test has not been adapted to latest controller... 31782/head
authorVolker Theile <vtheile@suse.com>
Mon, 23 Sep 2019 10:47:55 +0000 (12:47 +0200)
committerAlfonso Martínez <almartin@redhat.com>
Fri, 22 Nov 2019 11:14:43 +0000 (12:14 +0100)
Fixes: https://tracker.ceph.com/issues/41993
Signed-off-by: Volker Theile <vtheile@suse.com>
(cherry picked from commit 59a7bb209d0283493040665518082cc2fc80ee55)

qa/tasks/mgr/dashboard/test_mgr_module.py

index 154700e0b70ea73c48b9ff0f9d44a8b8a854efdc..080b8b64c239121110b7bd80565706ad1221ace9 100644 (file)
@@ -42,6 +42,7 @@ class MgrModuleTest(MgrModuleTestCase):
                 JObj(sub_elems={
                     'name': JLeaf(str),
                     'enabled': JLeaf(bool),
+                    'always_on': JLeaf(bool),
                     'options': JObj(
                         {},
                         allow_unknown=True,
@@ -75,6 +76,7 @@ class MgrModuleTest(MgrModuleTestCase):
                 JObj(sub_elems={
                     'name': JLeaf(str),
                     'enabled': JLeaf(bool),
+                    'always_on': JLeaf(bool),
                     'options': JObj(
                         {},
                         allow_unknown=True,