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

rename dns cache test to cache test, refs #20701

parent be51ab7b
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', 'test_caches_dns.py']
ms_tests = ['ms_vod_tester.py', 'test_caches.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