12 lines
341 B
YAML
12 lines
341 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
command:
|
|
# This binary doesn't support any 'help' nor 'version' command or flags
|
|
# so we just check that it runs
|
|
check-hubble-ui-backend:
|
|
exec: timeout --preserve-status 5 backend
|
|
exit-status: 0
|
|
stderr:
|
|
- "running ListenAndServe"
|