Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PIT marker for Rocket team components #15671

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tests/foreman/api/test_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ class TestAnsibleREX:
"""

@pytest.mark.e2e
@pytest.mark.pit_client
@pytest.mark.no_containers
@pytest.mark.rhel_ver_match('[^6].*')
def test_positive_ansible_job_on_host(
Expand Down
1 change: 1 addition & 0 deletions tests/foreman/api/test_computeresource_azurerm.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ def azureclient_host(self, azurermclient, class_host_ft):

@pytest.mark.e2e
@pytest.mark.upgrade
@pytest.mark.pit_server
@pytest.mark.tier3
@pytest.mark.parametrize('sat_azure', ['sat'], indirect=True)
def test_positive_azurerm_host_provisioned(self, class_host_ft, azureclient_host):
Expand Down
1 change: 1 addition & 0 deletions tests/foreman/api/test_computeresource_gce.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def google_host(self, googleclient):

@pytest.mark.e2e
@pytest.mark.tier1
@pytest.mark.pit_server
@pytest.mark.build_sanity
@pytest.mark.parametrize('sat_gce', ['sat', 'puppet_sat'], indirect=True)
def test_positive_gce_host_provisioned(self, class_host, google_host):
Expand Down
2 changes: 2 additions & 0 deletions tests/foreman/api/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@


@pytest.mark.e2e
@pytest.mark.pit_client
@pytest.mark.rhel_ver_match('[^6]')
@pytest.mark.no_containers
def test_host_registration_end_to_end(
Expand Down Expand Up @@ -87,6 +88,7 @@ def test_host_registration_end_to_end(


@pytest.mark.tier3
@pytest.mark.pit_client
@pytest.mark.rhel_ver_match('[^6]')
def test_positive_allow_reregistration_when_dmi_uuid_changed(
module_sca_manifest_org,
Expand Down
1 change: 1 addition & 0 deletions tests/foreman/cli/test_ansible.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ def test_positive_run_serial(self, rex_contenthosts, target_sat):
@pytest.mark.e2e
@pytest.mark.no_containers
@pytest.mark.pit_server
@pytest.mark.pit_client
@pytest.mark.rhel_ver_match('[^6].*')
@pytest.mark.skipif(
(not settings.robottelo.repos_hosting_url), reason='Missing repos_hosting_url'
Expand Down
1 change: 1 addition & 0 deletions tests/foreman/cli/test_fact.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def test_negative_list_by_name(module_target_sat):


@pytest.mark.no_containers
@pytest.mark.pit_client
@pytest.mark.rhel_ver_list([settings.content_host.default_rhel_version])
def test_positive_update_client_facts_verify_imported_values(
module_target_sat, rhel_contenthost, module_org, module_location, module_activation_key
Expand Down
1 change: 1 addition & 0 deletions tests/foreman/destructive/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

@pytest.mark.tier3
@pytest.mark.no_containers
@pytest.mark.pit_client
@pytest.mark.rhel_ver_match('[^6]')
def test_host_registration_rex_pull_mode(
module_org,
Expand Down
4 changes: 3 additions & 1 deletion tests/foreman/ui/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def test_negative_global_registration_without_ak(

@pytest.mark.e2e
@pytest.mark.no_containers
@pytest.mark.pit_client
@pytest.mark.tier3
@pytest.mark.rhel_ver_match('[^6]')
def test_positive_global_registration_end_to_end(
Expand Down Expand Up @@ -356,7 +357,8 @@ def test_global_registration_form_populate(


@pytest.mark.tier2
@pytest.mark.rhel_ver_match('8')
@pytest.mark.pit_client
@pytest.mark.rhel_ver_list([settings.content_host.default_rhel_version])
@pytest.mark.no_containers
def test_global_registration_with_gpg_repo_and_default_package(
module_activation_key, rhel_contenthost, target_sat, module_org
Expand Down
Loading