Skip to content

Commit

Permalink
[Task 1 - Customer Scenario Checks] Replacing Migrated BZs docstrings…
Browse files Browse the repository at this point in the history
… token to Jira based (SatelliteQE#15812)

Replacing Migrated BZs docstrings token to verifies
  • Loading branch information
jyejare committed Aug 22, 2024
1 parent 741f938 commit 5b43632
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 10 deletions.
2 changes: 0 additions & 2 deletions tests/foreman/cli/test_discoveredhost.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,6 @@ def test_positive_verify_updated_fdi_image(target_sat):
Verifies: SAT-24197, SAT-25275
:BZ: 2271598
:customerscenario: true
:CaseImportance: Critical
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ def test_errata_list_by_contentview_filter(module_entitlement_manifest_org, modu
:customerscenario: true
:BZ: 1785146
:verifies: SAT-7987
"""
product = module_target_sat.api.Product(organization=module_entitlement_manifest_org).create()
repo = module_target_sat.cli_factory.make_repository(
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/cli/test_registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_host_registration_end_to_end(
:expectedresults: Host registered successfully
:BZ: 2156926
:verifies: SAT-14716
:customerscenario: true
"""
Expand Down
4 changes: 3 additions & 1 deletion tests/foreman/cli/test_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ def test_positive_install_configure_host(
:customerscenario: true
:BZ: 2126891, 2026239
:BZ: 2026239
:verifies: SAT-25418
"""
puppet_infra_host = [session_puppet_enabled_sat, session_puppet_enabled_capsule]
for client, puppet_proxy in zip(content_hosts, puppet_infra_host, strict=True):
Expand Down
4 changes: 3 additions & 1 deletion tests/foreman/destructive/test_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ def test_positive_clone_backup(
:parametrized: yes
:BZ: 2142514, 2013776
:BZ: 2142514
:Verifies: SAT-10789
:customerscenario: true
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/longrun/test_oscap.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def test_positive_oscap_run_via_ansible_bz_1814988(
:expectedresults: REX job should be success and ARF report should be sent to satellite
:BZ: 1814988
:verifies: SAT-19505
"""
hgrp_name = gen_string('alpha')
policy_name = gen_string('alpha')
Expand Down
4 changes: 3 additions & 1 deletion tests/foreman/ui/test_computeresource_vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,9 @@ def test_positive_vmware_custom_profile_end_to_end(
:expectedresults: Compute profiles are updated successfully with all the values.
:BZ: 1315277, 2266672
:BZ: 1315277
:verifies: SAT-23630
"""
cr_name = gen_string('alpha')
guest_os_names = [
Expand Down
2 changes: 2 additions & 0 deletions tests/foreman/ui/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ def test_end_to_end(
:BZ: 2029192
:verifies: SAT-23414
:customerscenario: true
"""
ERRATA_DETAILS = {
Expand Down
4 changes: 3 additions & 1 deletion tests/foreman/ui/test_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ def test_positive_update_with_all_users(session, target_sat):
:expectedresults: Location entity is assigned to user after checkbox
was enabled and then disabled afterwards
:BZ: 1321543, 1479736, 1479736
:BZ: 1479736
:verifies: SAT-25386
:BlockedBy: SAT-25386
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def test_positive_create_with_all_users(session, module_target_sat):
:expectedresults: Organization and user entities assigned to each other
:BZ: 1321543
:verifies: SAT-25386
:BlockedBy: SAT-25386
"""
Expand Down

0 comments on commit 5b43632

Please sign in to comment.