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

fix for remote execution cli tests #13167

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

pondrejk
Copy link
Contributor

Problem Statement

#11544 changed the number of required arguments of the
assert_job_invocation_result function, but it didn't update all the callers accordingly, leading to all cli rex tests failing in the stream automation run

Solution

changed callers

Related Issues

#11544 requires manual cherry-picks, when that happens, this pr should be cherrypicked closely afterwards

@pondrejk pondrejk added TestFailure Issues and PRs related to a test failing in automation CherryPick PR needs CherryPick to previous branches 6.12.z Introduced in or relating directly to Satellite 6.12 6.13.z Introduced in or relating directly to Satellite 6.13 6.14.z Introduced in or relating directly to Satellite 6.14 labels Nov 23, 2023
@pondrejk pondrejk self-assigned this Nov 23, 2023
@pondrejk pondrejk requested a review from a team as a code owner November 23, 2023 09:22
@@ -1307,7 +1315,9 @@ def test_positive_run_job_on_host_registered_to_pull_provider(
'effective-user': f'{username}',
}
)
assert_job_invocation_result(invocation_command['id'], rhel_contenthost.hostname)
assert_job_invocation_result(
target_sat, invocation_command['id'], rhel_contenthost.hostname
Copy link
Contributor

@jameerpathan111 jameerpathan111 Nov 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pondrejk test_positive_run_job_on_host_registered_to_pull_provider is using both module_targe_sat and target_sat is this intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ugh, god no, good chatch :) this was also introduced by 11544

@pondrejk pondrejk added the 6.15.z Introduced in or relating directly to Satellite 6.15 label Nov 23, 2023
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 6.13.z Introduced in or relating directly to Satellite 6.13 6.14.z Introduced in or relating directly to Satellite 6.14 6.15.z Introduced in or relating directly to Satellite 6.15 CherryPick PR needs CherryPick to previous branches TestFailure Issues and PRs related to a test failing in automation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants