mirror of
https://git.netzspielplatz.de/docker-multiarch/jdownloader2-headless.git
synced 2025-11-08 18:39:27 +00:00
reorganize goss-tests
This commit is contained in:
parent
177c0955be
commit
8a636a7f50
4 changed files with 5 additions and 5 deletions
41
tests/default/goss.yaml
Normal file
41
tests/default/goss.yaml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
file:
|
||||
/opt/JDownloader/JDownloader.jar:
|
||||
exists: true
|
||||
mode:
|
||||
or:
|
||||
- "0664"
|
||||
- "0644"
|
||||
filetype: file
|
||||
contains: []
|
||||
/opt/JDownloader/sevenzipjbinding1509.jar:
|
||||
exists: true
|
||||
mode:
|
||||
or:
|
||||
- "0664"
|
||||
- "0644"
|
||||
filetype: file
|
||||
contains: []
|
||||
/opt/JDownloader/sevenzipjbinding1509Linux.jar:
|
||||
exists: true
|
||||
mode:
|
||||
or:
|
||||
- "0664"
|
||||
- "0644"
|
||||
filetype: file
|
||||
contains: []
|
||||
/tmp:
|
||||
exists: true
|
||||
mode: "1777"
|
||||
filetype: directory
|
||||
package:
|
||||
ffmpeg:
|
||||
installed: true
|
||||
user:
|
||||
jdownloader:
|
||||
exists: true
|
||||
uid: 1000
|
||||
gid: 100
|
||||
groups:
|
||||
- users
|
||||
home: []
|
||||
shell: /bin/false
|
||||
9
tests/uid-test/goss.yaml
Normal file
9
tests/uid-test/goss.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
user:
|
||||
jdownloader:
|
||||
exists: true
|
||||
uid: 1001
|
||||
gid: 101
|
||||
groups:
|
||||
- jdownloader
|
||||
home: []
|
||||
shell: /bin/false
|
||||
Loading…
Add table
Add a link
Reference in a new issue