Skip to content

Commit

Permalink
added bluechi-proxy to help option test
Browse files Browse the repository at this point in the history
Fixes: #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 <mengel@redhat.com>
  • Loading branch information
engelmi authored and mwperina committed Mar 7, 2024
1 parent 4a56b1b commit d524dc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]

Expand Down

0 comments on commit d524dc3

Please sign in to comment.