Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2net.py276 FTP_HOST = "ftp://ftp.mirror.nl/pub/gnu/" variable in TimeoutTest
280 with test_support.transient_internet(self.FTP_HOST, timeout=None):
281 u = _urlopen_with_retry(self.FTP_HOST)
286 with test_support.transient_internet(self.FTP_HOST):
289 u = _urlopen_with_retry(self.FTP_HOST)
296 with test_support.transient_internet(self.FTP_HOST):
299 u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
305 with test_support.transient_internet(self.FTP_HOST):
306 u = _urlopen_with_retry(self.FTP_HOST, timeout=60)