diff --git a/tester.py b/tester.py index f9b6c578e9726f6553a63abc19e9d3e25c44ff46..67db5387046943dcfaeae5eae88d16c8a55ca12e 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)