TT#46350 add mysql log dir to tests

Change-Id: I1cd1b5ccc09b02aa2f8c0f813a7fe6f6350d446e
mr10.0
Richard Fuchs 4 years ago
parent 9cd6b39517
commit d778deab9c

@ -162,3 +162,24 @@ command:
- '!/./'
stderr:
- '!/./'
"if test -e /var/log/ngcp/mysql/; then find /var/log/ngcp/mysql/ -type f -size +0 -perm /o+rwx; fi":
exit-status: 0
stdout:
- '!/./'
stderr:
- '!/./'
"if test -e /var/log/ngcp/mysql/; then find /var/log/ngcp/mysql/ -size +0 -type f ! -user mysql; fi":
exit-status: 0
stdout:
- '!/./'
stderr:
- '!/./'
"if test -e /var/log/ngcp/mysql/; then find /var/log/ngcp/mysql/ -size +0 -type f ! -group adm; fi":
exit-status: 0
stdout:
- '!/./'
stderr:
- '!/./'

Loading…
Cancel
Save