From 92dabda582d063f6d772878e5ea6a63e9ce73983 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Tue, 5 Apr 2016 20:45:20 +0200 Subject: [PATCH] MT#18815 Fix system-tests for PRO after switch to template of sipwise.list Change-Id: Ifd8f77c5f249b8e2f4a2fffddab144d1d07fa6d7 --- pro/03_files_availability.json.tt2 | 53 +++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) mode change 120000 => 100644 pro/03_files_availability.json.tt2 diff --git a/pro/03_files_availability.json.tt2 b/pro/03_files_availability.json.tt2 deleted file mode 120000 index 00b743a..0000000 --- a/pro/03_files_availability.json.tt2 +++ /dev/null @@ -1 +0,0 @@ -../ce/03_files_availability.json.tt2 \ No newline at end of file diff --git a/pro/03_files_availability.json.tt2 b/pro/03_files_availability.json.tt2 new file mode 100644 index 0000000..65d341e --- /dev/null +++ b/pro/03_files_availability.json.tt2 @@ -0,0 +1,52 @@ +{ + "file": { + "/etc/apt/sources.list.d/sipwise.list": { + "exists": true, + "mode": "0444", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + }, + "/etc/ngcp-config/config.yml": { + "exists": true, + "mode": "0644", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + }, + "/etc/ngcp-config/constants.yml": { + "exists": true, + "mode": "0644", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + }, + "/etc/ngcp-config/network.yml": { + "exists": true, + "mode": "0644", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + }, + "/etc/ngcp_version": { + "exists": true, + "mode": "0644", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + }, + "/etc/sipwise_ngcp_version": { + "exists": true, + "mode": "0644", + "owner": "root", + "group": "root", + "filetype": "file", + "contains": [] + } + } +}