From a57cea229d14d1cbaf0e5efee50a8b2ef0be520f 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:50:28 +0100 Subject: [PATCH] fix adding wowza security test, refs 20618 --- tester.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tester.py b/tester.py index 67db5387..373aaeda 100755 --- a/tester.py +++ b/tester.py @@ -165,7 +165,8 @@ 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', 'test_wowza_secure.py') + ms_tests.append('test_wowza_secure.py') + ms_tests.append('ms_live_tester.py') for name in ms_tests: test_path = os.path.join(ms_path, name) criticality, description = self.parse_file_header(test_path) -- GitLab