Skip to content

Commit

Permalink
Testing DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffin-Sullivan committed Apr 15, 2024
1 parent 4a1c2e3 commit f15576f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/foreman/sys/test_fam.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,10 @@ 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_prt(target_sat):
result = target_sat.execute('rpm -q foreman')
assert 'pr10126' in result.stdout
result = target_sat.execute('rpm -q rubygem-katello')
assert 'pr10960' in result.stdout

0 comments on commit f15576f

Please sign in to comment.