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

fix adding wowza security test, refs 20618

parent 68b1618b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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