Files
containers/.vib/appsmith/goss/appsmith.yaml
Francisco de Paz Galan 19ec2e97c1 [bitnami/appsmith] Add VIB tests (#30871)
* [bitnami/appsmith] Add VIB tests

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

* Remove VIB trigger

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

* Apply suggestions and trigger VIB

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

* Remove VIB trigger

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

* Add non-default timeout for linked-libs check

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

* Trigger VIB

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

* Remove VIB trigger

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

---------

Signed-off-by: FraPazGal <fdepaz@vmware.com>
2023-05-22 09:53:39 +02:00

30 lines
676 B
YAML

file:
/opt/appsmith:
exists: true
filetype: symlink
linked-to: /opt/bitnami/appsmith
/opt/bitnami/appsmith/templates/docker.env.sh:
exists: true
filetype: file
contains:
- /cat.*EOF/
- APPSMITH_SUPERVISOR_USER
command:
check-server-init:
exec: java -jar /opt/bitnami/appsmith/backend/server.jar
exit-status: 1
stdout:
- {{ .Env.APP_VERSION }}
- Starting ServerApplication
check-rts-init:
exec: cd /opt/appsmith/rts/ && node --require source-map-support/register server.js
exit-status: 1
stderr:
- APPSMITH_API_BASE_URL
group:
appsmith:
exists: true
user:
appsmith:
exists: true