mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
* [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>
21 lines
519 B
YAML
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"
|