Skip to content

Commit 8611f9a

Browse files
committed
addressing comments chris/lads
1 parent 2430c67 commit 8611f9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/foreman/ui/test_rhcloud_insights_vulnerability.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def vulnerable_rhel_host(rhel_insights_vm):
6464
assert client.execute('dnf -y update').status == 0
6565
# Downgrade to vulnerable glibc version
6666
assert client.execute(f'dnf downgrade -y {GLIBC_RPM}').status == 0
67+
assert client.execute('insights-client').status == 0
6768
return client
6869

6970

@@ -124,7 +125,7 @@ def test_rhcloud_insights_vulnerabilities_e2e(
124125

125126
@pytest.mark.e2e
126127
@pytest.mark.no_containers
127-
@pytest.mark.rhel_ver_list([9, 10])
128+
@pytest.mark.rhel_ver_list(['N-1'])
128129
@pytest.mark.parametrize('module_target_sat_insights', [False], ids=['local'], indirect=True)
129130
def test_positive_bulk_disable_vulnerability_analysis(
130131
vulnerable_rhel_host,

0 commit comments

Comments
 (0)