author | renatofilho |
Wed May 16 23:55:23 2007 +0100 (2007-05-16) | |
branch | trunk |
changeset 681 | 1d488185037f |
parent 675 | 4c7f6a9bfded |
permissions | -rwxr-xr-x |
1 #!/usr/bin/python
3 #doc: test gmyth_socket_connection_* methods
5 from testing_tools import start, finish
6 import sys
7 from utils import TestConfigFile
9 cfg_file = TestConfigFile('test_scripts.cfg')
11 p = start('gmyth_test_connection', ["myth://%s:%s/livetv?channel=%s" % (cfg_file.get_host(), \
12 cfg_file.get_port(), cfg_file.get_tv_channel())], 2)
14 sys.exit(finish(p))