3 #doc: stress tests over gmyth_livetv_* methods
5 from testing_tools import start, finish
6 from utils import TestConfigFile
9 cfg_file = TestConfigFile('test_scripts.cfg')
11 p = start('gmyth_test_livetv', ["myth://%s:%s/livetv?channel=%s" % (cfg_file.get_host(), \
12 cfg_file.get_port(), cfg_file.get_tv_channel())], 2)
16 p = start('gmyth_test_livetv', ["myth://%s:%s/livetv?channel=%s" % (cfg_file.get_host(), \
17 cfg_file.get_port(), cfg_file.get_tv_channel())], 2)
21 p = start('gmyth_test_livetv', ["myth://%s:%s/livetv?channel=%s" % (cfg_file.get_host(), \
22 cfg_file.get_port(), cfg_file.get_tv_channel())], 2)