Skip to content

Commit

Permalink
Update verifies jira in FDI validation test (#16698)
Browse files Browse the repository at this point in the history
Update vefifies jira in FDI validation test

Signed-off-by: Gaurav Talreja <[email protected]>
  • Loading branch information
Gauravtalreja1 authored Oct 18, 2024
1 parent 8e126ad commit e8f428f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/foreman/cli/test_discoveredhost.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def test_positive_verify_updated_fdi_image(target_sat):
:expectedresults: Installed foreman-discovery-image is built on latest up-to-date RHEL
Verifies: SAT-24197, SAT-25275
Verifies: SAT-24197, SAT-27541
:customerscenario: true
Expand All @@ -438,7 +438,7 @@ def test_positive_verify_updated_fdi_image(target_sat):
target_sat.execute('yum -y --disableplugin=foreman-protector install foreman-discovery-image')

if target_sat.os_version.major == 9:
version = '8.10' if is_open('SAT-25275') else str(target_sat.os_version)
version = '8.10' if is_open('SAT-27541') else str(target_sat.os_version)
elif target_sat.os_version.major == 8:
version = str(target_sat.os_version)

Expand Down

0 comments on commit e8f428f

Please sign in to comment.