Add regression test on log file perms

This commit is contained in:
Ryan Beisner 2018-04-12 19:22:41 +00:00
parent bcd7ef69fb
commit b21bd8c969
1 changed files with 5 additions and 0 deletions

View File

@ -190,6 +190,11 @@ class GlanceBasicDeployment(OpenStackAmuletDeployment):
'expected_perms': '640',
'unit_sentry': self.gss_sentry
},
{
'file_path': '/var/log/glance-simplestreams-sync.log',
'expected_perms': '640',
'unit_sentry': self.gss_sentry
},
]
for _check in perm_check: