From 20a796da4eb02d7336264994289eba445d7009d3 Mon Sep 17 00:00:00 2001 From: Griffin-Sullivan Date: Mon, 4 Mar 2024 12:17:45 -0500 Subject: [PATCH] Test commit --- tests/foreman/sys/test_fam.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/foreman/sys/test_fam.py b/tests/foreman/sys/test_fam.py index 1a0d6a92b81..da47690d08d 100644 --- a/tests/foreman/sys/test_fam.py +++ b/tests/foreman/sys/test_fam.py @@ -132,3 +132,8 @@ def test_positive_run_modules_and_roles(module_target_sat, setup_fam, ansible_mo ) assert 'PASSED' in result.stdout assert result.status == 0 + + +def test_test_test(module_target_sat): + module_target_sat.execute('rpm -qa | grep foreman') + assert 1 == 1