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

add dns test of caches, refs #20654

parent 43d54c32
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ class Tester():
etc_lives_conf = '/etc/mediaserver/lives_conf.py'
local_lives_conf = '/home/%s/msinstance/conf/lives_conf.py'
for user in ms_users:
ms_tests = ['ms_vod_tester.py']
ms_tests = ['ms_vod_tester.py', 'test_caches_dns.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('test_wowza_secure.py')
......
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