]> 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... 30513/head
authorVolker Theile <vtheile@suse.com>
Mon, 23 Sep 2019 10:47:55 +0000 (12:47 +0200)
committerVolker Theile <vtheile@suse.com>
Mon, 23 Sep 2019 10:54:35 +0000 (12:54 +0200)
Fixes: https://tracker.ceph.com/issues/41993
Signed-off-by: Volker Theile <vtheile@suse.com>
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,