[bitnami/jaeger] Fix check-app-version test (#75731)
Signed-off-by: Alvaro Neira Ayuso <alvaro.neira@broadcom.com>
This commit is contained in:
parent
72f4c42f66
commit
7829027f71
|
|
@ -5,7 +5,6 @@ gossfile:
|
|||
# Goss tests exclusive to the current container
|
||||
../../jaeger/goss/jaeger.yaml: {}
|
||||
# Load scripts from .vib/common/goss/templates
|
||||
../../common/goss/templates/check-app-version.yaml: {}
|
||||
../../common/goss/templates/check-binaries.yaml: {}
|
||||
../../common/goss/templates/check-broken-symlinks.yaml: {}
|
||||
../../common/goss/templates/check-ca-certs.yaml: {}
|
||||
|
|
|
|||
|
|
@ -6,4 +6,9 @@ command:
|
|||
exec: timeout --preserve-status 5 jaeger-all-in-one
|
||||
exit-status: 0
|
||||
stderr:
|
||||
- "Server created"
|
||||
- "Server created"
|
||||
check-app-version:
|
||||
exec: jaeger-jaeger -v | sed "s/\-0*/./g"
|
||||
exit-status: 0
|
||||
stdout:
|
||||
- "{{ .Env.APP_VERSION }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue