From a4944569852f9502ef2c9ccf138d6dea71dbcb95 Mon Sep 17 00:00:00 2001 From: vijaysawant Date: Tue, 10 Oct 2023 20:45:41 +0530 Subject: [PATCH] Initial commit to test updated sat util url --- tests/foreman/ui/test_contenthost.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/foreman/ui/test_contenthost.py b/tests/foreman/ui/test_contenthost.py index 1db98df1d70..851faa9a08b 100644 --- a/tests/foreman/ui/test_contenthost.py +++ b/tests/foreman/ui/test_contenthost.py @@ -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(): @@ -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