From 029a783ba74ed54859ff177eeb41ea5509d51377 Mon Sep 17 00:00:00 2001 From: amol patil Date: Fri, 10 Jan 2025 16:30:00 +0530 Subject: [PATCH] reboot not working for discovery host, added workaround --- tests/foreman/api/test_discoveredhost.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/foreman/api/test_discoveredhost.py b/tests/foreman/api/test_discoveredhost.py index 476687e436c..6dd62c58c7b 100644 --- a/tests/foreman/api/test_discoveredhost.py +++ b/tests/foreman/api/test_discoveredhost.py @@ -422,6 +422,8 @@ def test_positive_reboot_all_pxe_hosts( :expectedresults: All discovered hosst should be rebooted successfully + :BlockedBy: SAT-30395 + :verifies: SAT-23279 :CaseImportance: Medium