Skip to content

Commit

Permalink
[6.16.z] better logging of fam failures (#17001)
Browse files Browse the repository at this point in the history
better logging of fam failures (#16967)

(cherry picked from commit 04976cc)

Co-authored-by: Evgeni Golov <[email protected]>
  • Loading branch information
Satellite-QE and evgeni authored Nov 29, 2024
1 parent 81e0c57 commit 8d533ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/foreman/sys/test_fam.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,4 @@ def test_positive_run_modules_and_roles(module_target_sat, setup_fam, ansible_mo
result = module_target_sat.execute(
f'NO_COLOR=1 PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 make --directory {FAM_ROOT_DIR} livetest_{ansible_module} PYTHON_COMMAND="python3" PYTEST_COMMAND="pytest-3.11"'
)
assert 'PASSED' in result.stdout
assert result.status == 0
assert result.status == 0, f"{result.status=}\n{result.stdout=}\n{result.stderr=}"

0 comments on commit 8d533ec

Please sign in to comment.