Commit b5772299 authored by Łukasz Nowak's avatar Łukasz Nowak

testcase: Snapshot more interesting files

supervisor configuration is interesting to inspect in, the same for runners
in run and service directories.

/reviewed-on nexedi/slapos.core!170
parent d7bf6407
Pipeline #7268 failed with stage
in 0 seconds
......@@ -292,7 +292,11 @@ class SlapOSInstanceTestCase(unittest.TestCase):
_test_file_snapshot_directory = "" # directory to save snapshot files for inspections
# patterns of files to save for inspection, relative to instance directory
_save_instance_file_pattern_list = (
'etc/supervisord.conf',
'etc/supervisord.conf.d/*',
'*/etc/*',
'*/etc/service/*',
'*/etc/run/*',
'*/var/log/*',
'*/.*log',
)
......
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