Author: gnichols Date: 2010-06-16 21:50:35 +0000 (Wed, 16 Jun 2010) New Revision: 559
Modified: trunk/tests/fencing/fencing.py Log: 568518 - FEAT: add a BMC fencing testing
Modified: trunk/tests/fencing/fencing.py =================================================================== --- trunk/tests/fencing/fencing.py 2010-06-16 21:49:56 UTC (rev 558) +++ trunk/tests/fencing/fencing.py 2010-06-16 21:50:35 UTC (rev 559) @@ -93,7 +93,9 @@ request = urllib2.Request('http://%s%s' % (self.getTestServer(), request)) opener = urllib2.build_opener() response = opener.open(request).readlines() - print response + print "result: " + for line in response: + sys.stdout.write(line)
def run(self): PASSED = 0
v7-commits@lists.stg.fedorahosted.org