]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/orch: Add events to tests/test_orchestrator
authorSebastian Wagner <sebastian.wagner@suse.com>
Fri, 26 Jun 2020 10:44:44 +0000 (12:44 +0200)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 16 Jul 2020 08:09:08 +0000 (10:09 +0200)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/orchestrator/tests/test_orchestrator.py

index f2ce931de21fbcd9864a3632a4ca65342db118ea..1dd6a964a9007f0b7898cb43dbf72912fba732cd 100644 (file)
@@ -250,6 +250,9 @@ daemon_id: ubuntu
 hostname: ubuntu
 status: 1
 status_desc: starting
+events:
+- 2020-06-10T10:08:22.933241 daemon:crash.ubuntu [INFO] "Deployed crash.ubuntu on
+  host 'ubuntu'"
 ---
 service_type: crash
 service_name: crash
@@ -262,6 +265,8 @@ status:
   last_refresh: '2020-06-10T10:57:40.715637'
   running: 1
   size: 1
+events:
+- 2020-06-10T10:37:31.139159 service:crash [INFO] "service was created"
 """
     types = (DaemonDescription, ServiceDescription)