Skip to content

Commit

Permalink
Update customer BZ in docstring (#15593)
Browse files Browse the repository at this point in the history
* Update customer BZ in docstring

* Update tests/foreman/cli/test_fact.py

Co-authored-by: vijay sawant <[email protected]>

---------

Co-authored-by: vijay sawant <[email protected]>
  • Loading branch information
shweta83 and vijaysawant authored Jul 9, 2024
1 parent 64bccfe commit 441e37b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/foreman/cli/test_fact.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,22 @@ def test_positive_update_client_facts_verify_imported_values(
def test_positive_custom_facts_and_clean_orphaned_facts(
module_target_sat, module_org, module_location, module_activation_key, rhel_contenthost
):
"""Create custom facts, verify they are updated on Satellite and cleanup the orphaned facts.
"""Create custom facts, verify they are updated on Satellite and cleanup the orphaned facts successfully without
any foreign key violation.
:id: ae0b5574-cc8b-4f0c-ba7b-c6f480c08e06
:BZ: 2004158
:customerscenario: true
:steps:
1. Create few custom facts
2. Verify on Satellite
3. Run "foreman-rake facts:clean" to clean orphaned facts.
:expectedresults: Custom facts are created, uploaded successfully and orphaned facts are cleaned up.
:expectedresults: Custom facts are created, uploaded successfully and orphaned facts are cleaned up without
any foreign key violation.
"""
result = rhel_contenthost.register(
target=module_target_sat,
Expand Down

0 comments on commit 441e37b

Please sign in to comment.