From: Sebastian Wagner Date: Fri, 26 Jun 2020 10:44:44 +0000 (+0200) Subject: mgr/orch: Add events to tests/test_orchestrator X-Git-Tag: v16.1.0~1699^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=83c163683d3da644de9985c4da0f94ca31b48004;p=ceph.git mgr/orch: Add events to tests/test_orchestrator Signed-off-by: Sebastian Wagner --- diff --git a/src/pybind/mgr/orchestrator/tests/test_orchestrator.py b/src/pybind/mgr/orchestrator/tests/test_orchestrator.py index f2ce931de21f..1dd6a964a900 100644 --- a/src/pybind/mgr/orchestrator/tests/test_orchestrator.py +++ b/src/pybind/mgr/orchestrator/tests/test_orchestrator.py @@ -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)