]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard/qa: Fix ECP creation test 25120/head
authorStephan Müller <smueller@suse.com>
Thu, 15 Nov 2018 15:59:51 +0000 (16:59 +0100)
committerStephan Müller <smueller@suse.com>
Mon, 10 Dec 2018 11:37:03 +0000 (12:37 +0100)
commit19b039c28ed8fb67632a1271b7ef8989aff237eb
tree0bfdc8b8406e83a2e334a408cb07ba7344b43da4
parent84f25b025d196eb66f67cbb5491303e319afab3d
mgr/dashboard/qa: Fix ECP creation test

The current solution fails on our CI-system as some outputs can have
more values and some parameters like 'w' can vary in different
environments.

As this was only tested before in a vstart cluster environment it
worked.

Through this commit only the given attributes we know to be there,
will be tested.

Fixes: https://tracker.ceph.com/issues/37275
Signed-off-by: Stephan Müller <smueller@suse.com>
qa/suites/rados/mgr/tasks/dashboard.yaml
qa/tasks/mgr/dashboard/helper.py
qa/tasks/mgr/dashboard/test_erasure_code_profile.py