Home
last modified time | relevance | path

Searched refs:FTP_HOST (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_urllib2net.py286 FTP_HOST = 'ftp://www.pythontest.net/' variable in TimeoutTest
290 with test_support.transient_internet(self.FTP_HOST, timeout=None):
291 u = _urlopen_with_retry(self.FTP_HOST)
296 with test_support.transient_internet(self.FTP_HOST):
299 u = _urlopen_with_retry(self.FTP_HOST)
306 with test_support.transient_internet(self.FTP_HOST):
309 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
315 with test_support.transient_internet(self.FTP_HOST):
316 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
/external/python/cpython3/Lib/test/
Dtest_urllib2net.py299 FTP_HOST = 'ftp://www.pythontest.net/' variable in TimeoutTest
304 with support.transient_internet(self.FTP_HOST, timeout=None):
305 u = _urlopen_with_retry(self.FTP_HOST)
312 with support.transient_internet(self.FTP_HOST):
315 u = _urlopen_with_retry(self.FTP_HOST)
324 with support.transient_internet(self.FTP_HOST):
327 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
335 with support.transient_internet(self.FTP_HOST):
336 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)