Skip to content

Commit

Permalink
[bitnami/ksql] Update goss test for ksql (#51506)
Browse files Browse the repository at this point in the history
* [bitnami/ksql] Update goss test for ksql

Signed-off-by: Celia Garcia Marquez <[email protected]>

* [bitnami/ksql] Fix typo

Signed-off-by: Celia Garcia Marquez <[email protected]>

---------

Signed-off-by: Celia Garcia Marquez <[email protected]>
  • Loading branch information
CeliaGMqrz authored Oct 11, 2023
1 parent a54a9e0 commit f4fd820
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .vib/ksql/goss/ksql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@

file:
# Checks default config for erlang is set
# Test specific for [email protected]
{{ if regexMatch "^7.5.+" .Env.APP_VERSION }}
/opt/bitnami/ksql/etc/ksqldb/ksql-server.properties:
{{ else }}
/opt/bitnami/ksql/etc/ksqldb/ksql-server.properties.default:
{{ end }}
exists: true
filetype: file
contains:
- http://0.0.0.0:8088
- bootstrap.servers = localhost:9092
- ksql.streams.state.dir = /bitnami/ksql/data
# ksql does not have a version flag so we check the version.txt
/opt/bitnami/ksql/share/doc/confluent-kafka-mqtt/version.txt:
exists: true
filetype: file
contains:
- {{ .Env.APP_VERSION }}

0 comments on commit f4fd820

Please sign in to comment.