Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-14592 test: Fix dmg_system_reformat engine restart detection #13454

Merged
merged 6 commits into from
Jan 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/tests/ftest/control/dmg_system_reformat.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
(C) Copyright 2020-2023 Intel Corporation.
(C) Copyright 2020-2024 Intel Corporation.

SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand All @@ -8,6 +8,7 @@
from apricot import TestWithServers
from avocado.core.exceptions import TestFail
from exception_utils import CommandFailure
from general_utils import journalctl_time
from test_utils_pool import add_pool, get_size_params


Expand Down Expand Up @@ -91,6 +92,7 @@ def test_dmg_system_reformat(self):

# Check that engine starts up again
self.log.info("<SERVER> Waiting for the engines to start")
self.server_managers[-1].manager.timestamps["start"] = journalctl_time()
self.server_managers[-1].detect_engine_start()

# Check that we have cleared storage by checking pool list
Expand Down