gmyth/tests/test_monitor_handler.py
author melunko
Wed Feb 27 11:00:07 2008 +0000 (2008-02-27)
branchtrunk
changeset 931 e8e3219edf5f
parent 675 4c7f6a9bfded
permissions -rwxr-xr-x
[svn r940] Fixed Renato e-mail address in the copyright
rosfran@640
     1
#!/usr/bin/python
rosfran@640
     2
rosfran@640
     3
#doc: stress tests over gmyth_monitor_handler_* methods
rosfran@640
     4
rosfran@640
     5
from testing_tools import start, finish
rosfran@640
     6
import sys
rosfran@675
     7
from utils import TestConfigFile
rosfran@640
     8
rosfran@675
     9
cfg_file = TestConfigFile('test_scripts.cfg')
rosfran@675
    10
rosfran@677
    11
p = start('gmyth_test_monitor_handler', ["myth://%s:%s/livetv?channel=%s" % (cfg_file.get_host(), \
rosfran@677
    12
        cfg_file.get_port(), cfg_file.get_tv_channel())], 2)
rosfran@640
    13
rosfran@640
    14
sys.exit(finish(p))