Skip to content

Commit

Permalink
Debug PRT
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Sep 19, 2024
1 parent 810b1a9 commit 99148f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/foreman/cli/test_bootstrap_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import pytest

from robottelo.config import settings
from robottelo.logging import logger


@pytest.mark.rhel_ver_list([settings.content_host.default_rhel_version])
Expand All @@ -37,4 +38,8 @@ def test_os_version(rhel_contenthost):
:BZ: 2001476
"""
assert rhel_contenthost.os_version.major == 9
for _ in range(5):
result = rhel_contenthost.execute('cat /etc/os-release')
logger.info(f"tpapaioa os-release {result=}")

assert rhel_contenthost.os_version

0 comments on commit 99148f9

Please sign in to comment.