From b491e2d667af1a16beb87eb9e1ead4edf58f0e0a Mon Sep 17 00:00:00 2001 From: Radek Mynar Date: Mon, 26 Feb 2024 14:16:41 +0100 Subject: [PATCH] fix pit marker in installer --- tests/foreman/installer/test_installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/foreman/installer/test_installer.py b/tests/foreman/installer/test_installer.py index 9766412db85..564614f44d5 100644 --- a/tests/foreman/installer/test_installer.py +++ b/tests/foreman/installer/test_installer.py @@ -1401,7 +1401,7 @@ def sat_non_default_install(module_sat_ready_rhels): @pytest.mark.e2e @pytest.mark.tier1 -@pytest.mark.pit_client +@pytest.mark.pit_server @pytest.mark.parametrize( 'setting_update', [f'http_proxy={settings.http_proxy.un_auth_proxy_url}'], indirect=True ) @@ -1782,7 +1782,7 @@ def test_installer_cap_pub_directory_accessibility(capsule_configured): @pytest.mark.tier1 @pytest.mark.build_sanity @pytest.mark.first_sanity -@pytest.mark.pit_client +@pytest.mark.pit_server def test_satellite_installation(installer_satellite): """Run a basic Satellite installation