From 2b5cc84af6e600c002197ce71e1b8c68312e3d29 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Mon, 13 Jan 2025 08:41:29 -0500 Subject: [PATCH] [6.15.z] reboot not working for discovery host, added workaround (#17316) reboot not working for discovery host, added workaround (#17296) (cherry picked from commit b7406c0ff21fb5d696abbf6e15725b21d9c8dd6d) Co-authored-by: amolpati30 <151733635+amolpati30@users.noreply.github.com> --- 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