]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/orchestrator/__init__.py
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / orchestrator / __init__.py
index c8522e78590b7e456dc8796d2f3c60f377883033..2d6cba8a15626bdf0cad9e33cf01ab8b6203f4e0 100644 (file)
@@ -1,4 +1,8 @@
 from __future__ import absolute_import
+import os
+
+if 'UNITTEST' in os.environ:
+    import tests
 
 from .module import OrchestratorCli
 
@@ -10,5 +14,6 @@ from ._interface import \
     OrchestratorValidationError, OrchestratorError, NoOrchestrator, \
     ServiceDescription, InventoryFilter, HostSpec, \
     DaemonDescription, \
+    OrchestratorEvent, set_exception_subject, \
     InventoryHost, DeviceLightLoc, \
     UpgradeStatusSpec