From f87b1b580862500b06bcbe24f2e29dd78098b967 Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 22 Mar 2024 12:44:38 +0100 Subject: [PATCH] enhancement(#4843): Updating filters --- deployability/modules/testing/tests/helpers/agent.py | 2 +- deployability/modules/testing/tests/helpers/manager.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployability/modules/testing/tests/helpers/agent.py b/deployability/modules/testing/tests/helpers/agent.py index e629c862a2..f296f87be2 100644 --- a/deployability/modules/testing/tests/helpers/agent.py +++ b/deployability/modules/testing/tests/helpers/agent.py @@ -191,7 +191,7 @@ def perform_action_and_scan(agent_params, action_callback) -> dict: 'gpg-connect-agent', 'gpgconf', 'gpgparsemail', 'lspgpot', 'pkaction', 'pkttyagent', 'pkmon', 'dirmngr', 'kbxutil', 'migrate-pubring-from-classic-gpg', 'gpgcompose', 'pkcheck', 'gpgsm', 'gio', 'pkcon', 'gpgtar', 'dirmngr-client', 'gpg', 'filebeat', 'gawk', 'curl', 'update-mime-database', - 'dh_installxmlcatalogs', 'appstreamcli', 'lspgpot' + 'dh_installxmlcatalogs', 'appstreamcli', 'lspgpot', 'symcryptrun' ], 'removed': [], 'modified': [] diff --git a/deployability/modules/testing/tests/helpers/manager.py b/deployability/modules/testing/tests/helpers/manager.py index 4a8d31279d..4f2541d628 100644 --- a/deployability/modules/testing/tests/helpers/manager.py +++ b/deployability/modules/testing/tests/helpers/manager.py @@ -130,7 +130,7 @@ def perform_action_and_scan(manager_params, action_callback) -> dict: 'gpg-connect-agent', 'gpgconf', 'gpgparsemail', 'lspgpot', 'pkaction', 'pkttyagent', 'pkmon', 'dirmngr', 'kbxutil', 'migrate-pubring-from-classic-gpg', 'gpgcompose', 'pkcheck', 'gpgsm', 'gio', 'pkcon', 'gpgtar', 'dirmngr-client', 'gpg', 'filebeat', 'gawk', 'curl', 'update-mime-database', - 'dh_installxmlcatalogs', 'appstreamcli', 'lspgpot' + 'dh_installxmlcatalogs', 'appstreamcli', 'lspgpot', 'symcryptrun' ], 'removed': [], 'modified': []