Searched refs:check_fetch_url (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/binman/
H A Dbintool_test.py78 def check_fetch_url(cls, fake_download, method): member in class:TestBintool
103 stdout = self.check_fetch_url(fail_download, bintool.FETCH_ANY)
111 stdout = self.check_fetch_url(cause_exc, bintool.FETCH_ANY)
120 stdout = self.check_fetch_url(fail_download, bintool.FETCH_BIN)

Completed in 36 milliseconds