[Buildbot-devel] logfile=HTTPLog(url='http://mylog')
Mike Winter (miwinter)
miwinter at cisco.com
Wed Aug 20 22:27:40 UTC 2008
I want to monitor content at a url for a specific string, wget from a
shellcommand would do the job
but I think there should be something more elegant, can a guru suggest
something, like.....
class UrlProducer(LineReceiver):
def outLineReceive(self,line):
class UrlObserver(Wait):
def __init__(url):
Scenario: REST style command execution, some url does something and I
don't know the result until I scan another url for 'success'.
More information about the devel
mailing list