Author: gnichols Date: 2011-03-10 19:21:48 +0000 (Thu, 10 Mar 2011) New Revision: 807
Modified: trunk/tests/network/network.py Log: 680225 - network test should use HTTP for file transfer tests rather than NFS
Modified: trunk/tests/network/network.py =================================================================== --- trunk/tests/network/network.py 2011-03-10 13:51:55 UTC (rev 806) +++ trunk/tests/network/network.py 2011-03-10 19:21:48 UTC (rev 807) @@ -639,7 +639,7 @@ print "Upload took %.2f seconds, %.2f MB/sec" % (stopTime-startTime, size/((stopTime-startTime)*1000000))
#get the requests' IP address as seen by the server - pattern = re.compile("[0-9]+.[0-9]+.[0-9]+.[0-9]") + pattern = re.compile("[0-9]+.[0-9]+.[0-9]+.[0-9]+") match = pattern.search(response) if match: uploadIPAddress = match.group()
v7-commits@lists.stg.fedorahosted.org