Added test cases for the missing endpoints
Fixes: https://tracker.ceph.com/issues/45901
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
(cherry picked from commit
e1594d1018060267c2fca61d92eca6cb4ab64ae4)
data_suffix=True)
__cov.start()
cherrypy.engine.subscribe('after_request', __cov.save)
+ cherrypy.engine.subscribe('stop', __cov.stop)
AuthManager.initialize()
load_sso_db()
self.shutdown_event.clear()
NotificationQueue.stop()
cherrypy.engine.stop()
- cherrypy.engine.subscribe('stop', __cov.stop)
logger.info('Engine stopped')
def shutdown(self):