[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>
This commit is contained in:
Francisco de Paz Galan
2023-03-17 09:03:34 +01:00
committed by GitHub
parent d0168992d0
commit fb80583a38
5 changed files with 91 additions and 3 deletions

View File

@@ -0,0 +1,20 @@
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"