Files
containers/.vib/kafka/goss/kafka.yaml
Francisco de Paz Galan fb80583a38 [bitnami/kafka] Add VIB tests (#26874)
* [bitnami/kafka] Add VIB tests

Signed-off-by: FraPazGal <fdepaz@vmware.com>

* Remove VIB trigger

Signed-off-by: FraPazGal <fdepaz@vmware.com>

* Use fullpath for asset tests

Signed-off-by: FraPazGal <fdepaz@vmware.com>

* Remove unnecessary binary checks

Signed-off-by: FraPazGal <fdepaz@vmware.com>

* Fix comment typo

Signed-off-by: FraPazGal <fdepaz@vmware.com>

* Add missing binary check

Signed-off-by: FraPazGal <fdepaz@vmware.com>

---------

Signed-off-by: FraPazGal <fdepaz@vmware.com>
2023-03-17 09:03:34 +01:00

21 lines
519 B
YAML

file:
# Checks specific files are no longer present
/opt/bitnami/kafka/configtmp:
exists: false
/opt/bitnami/kafka/conf:
exists: false
/opt/bitnami/kafka/config/log4j.properties:
exists: true
filetype: file
contains:
- "log4j.appender.stdout.Threshold=OFF"
- "!DailyRollingFileAppender"
- "ConsoleAppender"
- "!DatePattern"
- "!Appender.File"
/opt/bitnami/kafka/bin/kafka-server-start.sh:
exists: true
filetype: file
contains:
- "![-]loggc"