Skip to content
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: 4 additions & 0 deletions src/tests/ftest/harness/core_files.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
(C) Copyright 2021-2024 Intel Corporation.
(C) Copyright 2026 Hewlett Packard Enterprise Development LP

SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -88,6 +89,9 @@ def test_core_files(self):
# Display the journalctl log for the process that was sent the signal
self.server_managers[0].manager.dump_logs(host)

# The rank in the errored state may transition to excluded state; allow either in tearDown
self.server_managers[0].update_expected_states(ranks, ["Joined", "Errored", "Excluded"])

self.log.info("Test passed")

def test_core_files_hw(self):
Expand Down
Loading