]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/mgr/dashboard_v2: implementation of backend API tests
authorRicardo Dias <rdias@suse.com>
Wed, 28 Feb 2018 22:14:35 +0000 (22:14 +0000)
committerRicardo Dias <rdias@suse.com>
Mon, 5 Mar 2018 13:07:18 +0000 (13:07 +0000)
commit966fe3672edb9b3c8f6c593b9e7f1faf6410564f
treeec7a1b008363e5d3ffcc47d668f2490174caacf7
parent86264d4b027fe66faff91135583d8b9055c7940a
qa/tasks/mgr/dashboard_v2: implementation of backend API tests

We moved the dashboard_v2 test cases that required a real ceph cluster
to run into qa/tasks/mgr with the necessary adaptations.
These tests can now be run in teuthology using the cephfs_test_runner
task.

Signed-off-by: Ricardo Dias <rdias@suse.com>
26 files changed:
qa/tasks/mgr/dashboard_v2/__init__.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/helper.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_auth.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_cephfs.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_cluster_configuration.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_dashboard.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_host.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_monitor.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_osd.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_perf_counters.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_rbd.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_rgw.py [new file with mode: 0644]
qa/tasks/mgr/dashboard_v2/test_summary.py [new file with mode: 0644]
qa/tasks/mgr/test_dashboard_v2.py [new file with mode: 0644]
src/pybind/mgr/dashboard_v2/tests/helper.py
src/pybind/mgr/dashboard_v2/tests/test_auth.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_cephfs.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_cluster_configuration.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_dashboard.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_host.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_monitor.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_osd.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_perf_counters.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_rbd.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_rgw.py [deleted file]
src/pybind/mgr/dashboard_v2/tests/test_summary.py [deleted file]