Skip to content

Commit

Permalink
[6.15.z] content host set location to Default Location (#14752)
Browse files Browse the repository at this point in the history
content host set location to Default Location (#14497)

content host set location to Default_Organization

(cherry picked from commit 1a432df)

Co-authored-by: yanpliu <[email protected]>
  • Loading branch information
Satellite-QE and yanpliu authored Apr 11, 2024
1 parent 6f54acc commit a0683b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/foreman/virtwho/ui/test_esx_sca.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,12 @@ def test_positive_filtering_option(

@pytest.mark.tier2
def test_positive_last_checkin_status(
self, module_sca_manifest_org, virtwho_config_ui, form_data_ui, org_session
self,
module_sca_manifest_org,
virtwho_config_ui,
form_data_ui,
org_session,
default_location,
):
"""Verify the Last Checkin status on Content Hosts Page.
Expand All @@ -265,6 +270,7 @@ def test_positive_last_checkin_status(
)
time_now = org_session.browser.get_client_datetime()
assert org_session.virtwho_configure.search(name)[0]['Status'] == 'ok'
org_session.location.select(default_location.name)
checkin_time = org_session.contenthost.search(hypervisor_name)[0]['Last Checkin']
# 10 mins margin to check the Last Checkin time
assert (
Expand Down

0 comments on commit a0683b2

Please sign in to comment.