gmyth/tests/test_program_info.py
author rosfran
Thu May 17 15:43:02 2007 +0100 (2007-05-17)
branchtrunk
changeset 683 4a784466828d
parent 675 4c7f6a9bfded
permissions -rwxr-xr-x
[svn r689] Added new test case to TV Chain; put back the testing scripts configuration file.
     1 #!/usr/bin/python
     2 
     3 #doc: stress tests over gmyth_program_info_* methods
     4 
     5 from testing_tools import start, finish
     6 import sys
     7 from utils import TestConfigFile
     8 
     9 cfg_file = TestConfigFile('test_scripts.cfg')
    10 
    11 p = start('gmyth_test_program_info', ["myth://%s:%s/livetv?channel=%s" % (cfg_file.get_host(), \
    12         cfg_file.get_port(), cfg_file.get_tv_channel())], 2)
    13 
    14 sys.exit(finish(p))