We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df9823 commit 89bf62dCopy full SHA for 89bf62d
1 file changed
tests/foreman/cli/test_contentaccess.py
@@ -102,7 +102,7 @@ def vm(
102
# Force package profile upload and applicability recalculation
103
module_rhel_contenthost.run('subscription-manager repos')
104
module_target_sat.cli.Host.errata_recalculate({'host-id': host_id})
105
- if major == 10:
+ if major != 10:
106
module_rhel_contenthost.install_katello_host_tools()
107
return module_rhel_contenthost
108
0 commit comments