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 b03350f commit 565252b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/foreman/cli/test_bootstrap_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ def test_os_version(rhel_contenthost):
:BZ: 2001476
"""
logger.info(f"tpapaioa execute method: {rhel_contenthost.execute=}")
for _ in range(5):
result = rhel_contenthost.execute('cat /etc/os-release')
logger.info(f"tpapaioa os-release {result=}")
result = rhel_contenthost.execute('ls /etc')
logger.info(f"tpapaioa ls {result=}")

sleep(10)
assert rhel_contenthost.os_version

0 comments on commit 565252b

Please sign in to comment.