Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[6.12.z] fixed api audit tests #13374

Conversation

Satellite-QE
Copy link
Collaborator

Cherrypick of PR: #13368

Problem Statement

#12989 swapped entities for target_sat.api, but:

ent = entities.Architecture()
ent.__class__.__name__.lower()
'architecture'

ent_new = target_sat.api.Architecture()
ent_new.__class__.__name__.lower()
'decclass'

Hence test failures

Solution

made the search type explicit, not too happy about test not reusing the same data but went for the fast solution with component evaluation in sight for this one

(cherry picked from commit 2809bdb)
@Satellite-QE Satellite-QE added 6.12.z Introduced in or relating directly to Satellite 6.12 Auto_Cherry_Picked Automatically cherrypicked PR using GHA No-CherryPick PR doesnt need CherryPick to previous branches labels Dec 11, 2023
@Satellite-QE Satellite-QE added the AutoMerge_Cherry_Picked The cherrypicked PRs of master PR would be automerged if all checks passing label Dec 11, 2023
@omkarkhatavkar
Copy link

trigger: test-robottelo
pytest: tests/foreman/api/test_audit.py

@Gauravtalreja1 Gauravtalreja1 merged commit d0c8dc4 into 6.12.z Dec 12, 2023
21 of 22 checks passed
@Gauravtalreja1 Gauravtalreja1 deleted the cherry-pick-6.12.z-2809bdb4018fc00974b1144f53d4fdd416e74eb3 branch December 12, 2023 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.12.z Introduced in or relating directly to Satellite 6.12 Auto_Cherry_Picked Automatically cherrypicked PR using GHA AutoMerge_Cherry_Picked The cherrypicked PRs of master PR would be automerged if all checks passing No-CherryPick PR doesnt need CherryPick to previous branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants