From 8fa8647143d9524ecb335e5d337673bb578d705b Mon Sep 17 00:00:00 2001 From: Griffin Sullivan Date: Mon, 18 Sep 2023 11:11:01 -0400 Subject: [PATCH] Add import workers percent installer param --- 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 bea5d378bdd..d2feadff886 100644 --- a/tests/foreman/installer/test_installer.py +++ b/tests/foreman/installer/test_installer.py @@ -228,6 +228,7 @@ '--foreman-proxy-content-pulpcore-content-service-worker-timeout', '--foreman-proxy-content-pulpcore-django-secret-key', '--foreman-proxy-content-pulpcore-hide-guarded-distributions', + '--foreman-proxy-content-pulpcore-import-workers-percent', '--foreman-proxy-content-pulpcore-manage-postgresql', '--foreman-proxy-content-pulpcore-mirror', '--foreman-proxy-content-pulpcore-postgresql-db-name', @@ -814,6 +815,7 @@ '--reset-foreman-proxy-content-pulpcore-content-service-worker-timeout', '--reset-foreman-proxy-content-pulpcore-django-secret-key', '--reset-foreman-proxy-content-pulpcore-hide-guarded-distributions', + '--reset-foreman-proxy-content-pulpcore-import-workers-percent', '--reset-foreman-proxy-content-pulpcore-manage-postgresql', '--reset-foreman-proxy-content-pulpcore-mirror', '--reset-foreman-proxy-content-pulpcore-postgresql-db-name',