]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: tests: move helper classes to __init__.py 26891/head
authorRicardo Dias <rdias@suse.com>
Mon, 11 Mar 2019 15:52:26 +0000 (15:52 +0000)
committerRicardo Dias <rdias@suse.com>
Tue, 12 Mar 2019 10:15:58 +0000 (10:15 +0000)
commit18dd67b6ce1649a1300b1778643b06efc11261cc
treee4c7a16651160e42ef1c82e1303800a7417a505c
parent4ff8246ae75e11d953b6914550bc1f7d8bcbc6c3
mgr/dashboard: tests: move helper classes to __init__.py

Signed-off-by: Ricardo Dias <rdias@suse.com>
20 files changed:
src/pybind/mgr/dashboard/tests/__init__.py
src/pybind/mgr/dashboard/tests/helper.py [deleted file]
src/pybind/mgr/dashboard/tests/test_access_control.py
src/pybind/mgr/dashboard/tests/test_api_auditing.py
src/pybind/mgr/dashboard/tests/test_controllers.py
src/pybind/mgr/dashboard/tests/test_docs.py
src/pybind/mgr/dashboard/tests/test_erasure_code_profile.py
src/pybind/mgr/dashboard/tests/test_exceptions.py
src/pybind/mgr/dashboard/tests/test_feature_toggles.py
src/pybind/mgr/dashboard/tests/test_ganesha.py
src/pybind/mgr/dashboard/tests/test_grafana.py
src/pybind/mgr/dashboard/tests/test_iscsi.py
src/pybind/mgr/dashboard/tests/test_prometheus.py
src/pybind/mgr/dashboard/tests/test_rbd_mirroring.py
src/pybind/mgr/dashboard/tests/test_rest_tasks.py
src/pybind/mgr/dashboard/tests/test_rgw.py
src/pybind/mgr/dashboard/tests/test_settings.py
src/pybind/mgr/dashboard/tests/test_sso.py
src/pybind/mgr/dashboard/tests/test_tcmu_iscsi.py
src/pybind/mgr/dashboard/tests/test_tools.py