projects
/
osm
/
SO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e0b67
)
Fix unit test for URL downloader - Increase size
author
chamarty
<ravi.chamarty@riftio.com>
Mon, 6 Mar 2017 17:04:20 +0000
(17:04 +0000)
committer
chamarty
<ravi.chamarty@riftio.com>
Mon, 6 Mar 2017 17:04:27 +0000
(17:04 +0000)
Change-Id: I47be6ec88e54728da53a67bc8023f572489d35c0
Signed-off-by: chamarty <ravi.chamarty@riftio.com>
common/python/test/utest_url_downloader.py
patch
|
blob
|
history
diff --git
a/common/python/test/utest_url_downloader.py
b/common/python/test/utest_url_downloader.py
index
0a16c45
..
379f3c9
100755
(executable)
--- a/
common/python/test/utest_url_downloader.py
+++ b/
common/python/test/utest_url_downloader.py
@@
-87,7
+87,7
@@
class UrlTestCase(unittest.TestCase):
1. Cancel for a download and clean up of the downloaded file.
2. Model attributes (Process percent, detail, status)
"""
- url = "http://speedtest.ftp.otenet.gr/files/test1Mb.db"
+ url = "http://speedtest.ftp.otenet.gr/files/test1
0
Mb.db"
url_dwld = downloader.UrlDownloader(url)
loop = asyncio.get_event_loop()
fut = loop.run_in_executor(None, url_dwld.download)