Skip to content

Commit

Permalink
Fix end-to-end and bulke2e (#12413)
Browse files Browse the repository at this point in the history
* Fix end-to-end and bulke2e

* Move repo enable to commonly used fixture

(cherry picked from commit 144877b)
  • Loading branch information
sambible authored and web-flow committed Sep 21, 2023
1 parent 227faa4 commit 33642f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/foreman/ui/test_contenthost.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def vm(module_repos_collection_with_manifest, rhel7_contenthost, target_sat):
"""Virtual machine registered in satellite"""
module_repos_collection_with_manifest.setup_virtual_machine(rhel7_contenthost)
rhel7_contenthost.add_rex_key(target_sat)
rhel7_contenthost.run(r'subscription-manager repos --enable \*')
yield rhel7_contenthost


Expand Down

0 comments on commit 33642f3

Please sign in to comment.