From 6d55754e452d73115e8016909794f1886ef85910 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Thu, 29 Nov 2018 13:32:36 +0100 Subject: [PATCH] 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 --- templates/130_filesys-ngcp.yaml.tt2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/130_filesys-ngcp.yaml.tt2 b/templates/130_filesys-ngcp.yaml.tt2 index c891493..844b2f5 100644 --- a/templates/130_filesys-ngcp.yaml.tt2 +++ b/templates/130_filesys-ngcp.yaml.tt2 @@ -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