From 06bdd130528120b998370cedbf157499f0a4ba6d Mon Sep 17 00:00:00 2001 From: Michael Engel Date: Thu, 7 Mar 2024 16:04:19 +0100 Subject: [PATCH] added bluechi-proxy to help option test Fixes: https://github.com/eclipse-bluechi/bluechi/issues/808 Adds the bluechi-proxy binary to the list of executables in the integration test for validating the help option Signed-off-by: Michael Engel --- .../bluechi-help-option-provided/test_help_option_provided.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests/tier0/bluechi-help-option-provided/test_help_option_provided.py b/tests/tests/tier0/bluechi-help-option-provided/test_help_option_provided.py index d7443db064..34c30b9a12 100644 --- a/tests/tests/tier0/bluechi-help-option-provided/test_help_option_provided.py +++ b/tests/tests/tier0/bluechi-help-option-provided/test_help_option_provided.py @@ -11,6 +11,7 @@ def check_help_option(ctrl: BluechiControllerMachine, _: Dict[str, BluechiAgentM executables = [ '/usr/libexec/bluechi-controller', '/usr/libexec/bluechi-agent', + '/usr/libexec/bluechi-proxy', '/usr/bin/bluechictl' ]