From 3666fab45df24e02904346e29dc703972644acd0 Mon Sep 17 00:00:00 2001 From: Griffin Sullivan Date: Mon, 4 Dec 2023 12:19:23 -0500 Subject: [PATCH] Add rex cockpit ensure install option --- 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',