Skip to content

Commit

Permalink
Initial commit to test updated sat util url
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysawant committed Oct 26, 2023
1 parent a044fd2 commit a494456
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/foreman/ui/test_contenthost.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
if not setting_is_set('clients') or not setting_is_set('fake_manifest'):
pytest.skip('skipping tests due to missing settings', allow_module_level=True)

pytestmark = [pytest.mark.no_containers]


@pytest.fixture(scope='module', autouse=True)
def host_ui_default():
Expand Down Expand Up @@ -83,7 +85,7 @@ def vm(module_repos_collection_with_manifest, rhel7_contenthost, target_sat):
def vm_module_streams(module_repos_collection_with_manifest, rhel8_contenthost, target_sat):
"""Virtual machine registered in satellite without katello-agent installed"""
module_repos_collection_with_manifest.setup_virtual_machine(
rhel8_contenthost, install_katello_agent=False
rhel8_contenthost, install_katello_agent=False, enable_custom_repos=True
)
rhel8_contenthost.add_rex_key(satellite=target_sat)
yield rhel8_contenthost
Expand Down

0 comments on commit a494456

Please sign in to comment.