robottelo icon indicating copy to clipboard operation
robottelo copied to clipboard

[6.15.z] verify host owner name after host registration

Open Satellite-QE opened this issue 8 months ago • 20 comments

Cherrypick of PR: https://github.com/SatelliteQE/robottelo/pull/15178

Problem Statement

When a host is registered, its Owner is not set to the admin that generated the registration command. It stays set to a hidden API user, Owner is displayed as Anonymous Admin.

The user who actually ran the registration process should be set as owner.

Solution

The following automation script is designed to verify that the host is registered correctly and that it is assigned the expected owner name as specified.

Satellite-QE avatar Jun 13 '24 15:06 Satellite-QE