From 2d5434e7237d74705a2d423c3a75840e94257390 Mon Sep 17 00:00:00 2001 From: Manuel Montecelo Date: Mon, 18 Dec 2017 17:08:47 +0100 Subject: [PATCH] TT#28353 The tests should wait for ngcp-panel to be available Change-Id: I7a72fb037af85811bc13ccd45693dfd5f9d9b5b0 --- bin/pid_watcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pid_watcher.py b/bin/pid_watcher.py index 2812fdf4..c4c8e233 100755 --- a/bin/pid_watcher.py +++ b/bin/pid_watcher.py @@ -39,6 +39,7 @@ base_path = "/var/run" files we want to watch """ services = [ + 'fastcgi/ngcp-panel.pid', 'kamailio/kamailio.lb.pid', 'kamailio/kamailio.proxy.pid', 'ngcp-sems/ngcp-sems.pid',