From 769084541896d2e7e329c87a3b39f4942ed5bcb7 Mon Sep 17 00:00:00 2001 From: Peter Ondrejka Date: Tue, 6 Aug 2024 11:20:52 +0200 Subject: [PATCH] capsule upgrade playbook test adjustments (#15862) (cherry picked from commit 1730af2079a6bae3691a1aa3551356629c153298) --- tests/foreman/api/test_remoteexecution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/foreman/api/test_remoteexecution.py b/tests/foreman/api/test_remoteexecution.py index 5ac23cd0917..2a7303ec0bf 100644 --- a/tests/foreman/api/test_remoteexecution.py +++ b/tests/foreman/api/test_remoteexecution.py @@ -51,7 +51,7 @@ def test_positive_run_capsule_upgrade_playbook(module_capsule_configured, target 'job_template_id': template_id, 'inputs': { 'target_version': CAPSULE_TARGET_VERSION, - 'whitelist_options': 'repositories-validate,repositories-setup', + 'whitelist_options': 'repositories-validate,repositories-setup,non-rh-packages', }, 'targeting_type': 'static_query', 'search_query': f'name = {module_capsule_configured.hostname}',