From 77d996952e790987acd7037ff714cb1c02fc30f5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Tue, 28 Feb 2017 17:38:47 +0100
Subject: [PATCH] add dns test of caches, refs #20654

---
 tester.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tester.py b/tester.py
index 01c1d16c..f35463ed 100755
--- a/tester.py
+++ b/tester.py
@@ -162,7 +162,7 @@ class Tester():
             etc_lives_conf = '/etc/mediaserver/lives_conf.py'
             local_lives_conf = '/home/%s/msinstance/conf/lives_conf.py'
             for user in ms_users:
-                ms_tests = ['ms_vod_tester.py']
+                ms_tests = ['ms_vod_tester.py', 'test_caches_dns.py']
                 # Check if live tests should be started
                 if os.path.exists(wowza_dir) or os.path.exists(etc_lives_conf) or os.path.exists(local_lives_conf % user):
                     ms_tests.append('test_wowza_secure.py')
-- 
GitLab