]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Add unit test to the frontend services 22244/head
authorTiago Melo <tmelo@suse.com>
Thu, 24 May 2018 10:41:45 +0000 (11:41 +0100)
committerTiago Melo <tmelo@suse.com>
Fri, 25 May 2018 12:41:56 +0000 (13:41 +0100)
commit669cab64d7741a2ab9e3744b45042b9e19588972
tree95813559f6300d20369e69670fdaff2e6c4c6722
parentc6596a15c8f4841aa20879c40f674d25c9ca3996
mgr/dashboard: Add unit test to the frontend services

Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/ceph/block/rbd-list/rbd-list.component.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth-guard.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/auth-storage.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/formatter.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/module-status-guard.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/notification.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/notification.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/summary.service.spec.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/summary.service.ts
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-manager-message.service.spec.ts [new file with mode: 0644]
src/pybind/mgr/dashboard/frontend/src/app/shared/services/task-manager.service.spec.ts [new file with mode: 0644]