From 7565d78d6f960a0966003b62c40e16779c3cb4ac Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:31:50 -0500 Subject: [PATCH] [6.15.z] Add rex cockpit ensure install option (#13265) Add rex cockpit ensure install option (#13255) (cherry picked from commit 35dca5a00df0e6a42a14e00cf46ff5fcc91c7b8b) Co-authored-by: Griffin Sullivan <48397354+Griffin-Sullivan@users.noreply.github.com> --- tests/foreman/installer/test_installer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/foreman/installer/test_installer.py b/tests/foreman/installer/test_installer.py index 7c34d3dcc7b..2ff6321d682 100644 --- a/tests/foreman/installer/test_installer.py +++ b/tests/foreman/installer/test_installer.py @@ -194,6 +194,7 @@ '--foreman-oauth-effective-user', '--foreman-oauth-map-users', '--foreman-pam-service', + '--foreman-plugin-remote-execution-cockpit-ensure', '--foreman-plugin-remote-execution-cockpit-origins', '--foreman-plugin-tasks-automatic-cleanup', '--foreman-plugin-tasks-backup', @@ -774,6 +775,7 @@ '--reset-foreman-oauth-effective-user', '--reset-foreman-oauth-map-users', '--reset-foreman-pam-service', + '--reset-foreman-plugin-remote-execution-cockpit-ensure', '--reset-foreman-plugin-remote-execution-cockpit-origins', '--reset-foreman-plugin-tasks-automatic-cleanup', '--reset-foreman-plugin-tasks-backup',