Skip to content
Snippets Groups Projects
Commit 68b1618b authored by Florent Thiery's avatar Florent Thiery
Browse files

add wowza security test, refs #20618

parent 6fb3083d
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment