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
8 p = start('gmyth_test_program_info', ['myth://192.168.3.165:6543/livetv?channel=1'], 2)
9
10 sys.exit(finish(p))