From 83c163683d3da644de9985c4da0f94ca31b48004 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Fri, 26 Jun 2020 12:44:44 +0200 Subject: [PATCH] mgr/orch: Add events to tests/test_orchestrator Signed-off-by: Sebastian Wagner --- src/pybind/mgr/orchestrator/tests/test_orchestrator.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pybind/mgr/orchestrator/tests/test_orchestrator.py b/src/pybind/mgr/orchestrator/tests/test_orchestrator.py index f2ce931de21..1dd6a964a90 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) -- 2.39.5