From 68b1618b42536fd6b5a86cc817d0b7d23c336f84 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Mon, 27 Feb 2017 19:49:25 +0100
Subject: [PATCH] add wowza security test, refs #20618

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

diff --git a/tester.py b/tester.py
index f9b6c578..67db5387 100755
--- a/tester.py
+++ b/tester.py
@@ -165,7 +165,7 @@ class Tester():
                 ms_tests = ['ms_vod_tester.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('ms_live_tester.py')
+                    ms_tests.append('ms_live_tester.py', 'test_wowza_secure.py')
                 for name in ms_tests:
                     test_path = os.path.join(ms_path, name)
                     criticality, description = self.parse_file_header(test_path)
-- 
GitLab