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 (#15812)

Replacing Migrated BZs docstrings token to verifies
  • Loading branch information
jyejare committed Aug 9, 2024
1 parent 1a6d921 commit 679c380
Show file tree
Hide file tree
Showing 9 changed files with 12 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 @@ -1623,7 +1623,7 @@ def test_errata_list_by_contentview_filter(module_entitlement_manifest_org, modu
:customerscenario: true
:BZ: 1785146
:verifies: SAT-7987
"""
product = entities.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
2 changes: 1 addition & 1 deletion tests/foreman/destructive/test_clone.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_positive_clone_backup(
:parametrized: yes
:BZ: 2142514, 2013776
:Verifies: SAT-10789, SAT-15437, SAT-13950
: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
2 changes: 1 addition & 1 deletion tests/foreman/ui/test_errata.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_end_to_end(
:parametrized: yes
:BZ: 2029192
:verifies: SAT-23414, SAT-7998
:customerscenario: true
"""
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 @@ -115,7 +115,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 @@ -198,7 +198,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 679c380

Please sign in to comment.