From da100fb693eb5e30085eaf2e7944a3397a3ec71e Mon Sep 17 00:00:00 2001
From: Rohit Gupta <rohit.gupta@eurecom.fr>
Date: Mon, 26 Sep 2016 14:21:35 +0200
Subject: [PATCH] add NTP for synch time between test setup machines

---
 cmake_targets/tools/build_helper | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper
index 73df7cc640..b855b28e10 100755
--- a/cmake_targets/tools/build_helper
+++ b/cmake_targets/tools/build_helper
@@ -285,7 +285,8 @@ check_install_additional_tools (){
         python-numpy \
     sshpass \
     nscd \
-    bc
+    bc \
+    ntp
 
     $SUDO pip install paramiko
     $SUDO pip install pyroute2
-- 
GitLab