Commit 94496b81 authored by Jérome Perrin's avatar Jérome Perrin

testing: fix default path for logrotate files

logrotate stack uses srv/backup/logrotate
parent 2791309d
Pipeline #19144 running with stage
in 0 seconds
...@@ -308,7 +308,7 @@ class SlapOSInstanceTestCase(unittest.TestCase): ...@@ -308,7 +308,7 @@ class SlapOSInstanceTestCase(unittest.TestCase):
'*/etc/*', '*/etc/*',
'*/var/log/*', '*/var/log/*',
'*/srv/monitor/*', '*/srv/monitor/*',
'*/srv/logrotate/*', '*/srv/backup/logrotate/*',
'*/.*log', '*/.*log',
'*/.*cfg', '*/.*cfg',
'*/*cfg', '*/*cfg',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment