Skip to content

Commit

Permalink
[bitnami/gitea] Update goss tests
Browse files Browse the repository at this point in the history
Signed-off-by: David Gomez <dgomezleon@vmware.com>
  • Loading branch information
dgomezleon committed Aug 9, 2023
1 parent 66bbccc commit 15dda73
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .vib/gitea/goss/gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,13 @@ file:
group: root
filetype: file
command:
check-app-run:
exec: timeout --preserve-status 5 gitea web
manager-processes:
exec: gitea manager processes --config=/opt/bitnami/gitea/custom/conf/app.ini
exit-status: 0
stdout:
- "/Starting.*Web.*server/"
- "/Total.*Number.*of.*Processes:.*[1-9]/"
doctor:
exec: gitea doctor --config=/opt/bitnami/gitea/custom/conf/app.ini
exit-status: 0
stdout:
- "/All.*done/"

0 comments on commit 15dda73

Please sign in to comment.