TT#47373 Tune test for config.yml check in <=mr7.0

We cannot fully fix files permissions security issues before mr7.1
as new ngcpcfg with dependencies necessary there, see more details
in ticket TT#44808. We are going to announce the full feature support
in mr7.1+

In the same time some fixes/changes were backported to mr6.5 and
already released as a part of mr6.5.2, we need to tune system-tests
here as we might have different permissions for config.yml
on newly installed system and upgraded from previous release.
It is OK as for now and will be synchronised in mr7.1

Change-Id: I5aed15da183ae65070683fdfae310a45d2388573
changes/46/25146/1
Alexander Lutay 7 years ago
parent c24d2d0fc2
commit 6d55754e45

@ -10,7 +10,8 @@ file:
/etc/ngcp-config/config.yml:
exists: true
mode: "0600"
mode:
match-regexp: "06[0,4][0,4]"
owner: root
group: root
filetype: file

Loading…
Cancel
Save