Searched refs:hashsum (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/tests/functional/ |
| H A D | test_intel_iommu.py | |
| H A D | test_aarch64_smmu.py | |
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | linuxkernel.py | 93 def check_http_download(self, filename, hashsum, guestport=8080, 111 self.assertEqual(digest, hashsum) 34 check_http_download(self, filename, hashsum, guestport=8080, pythoncmd='python3 -m http.server') global() argument
|
| H A D | asset.py | 36 def __init__(self, url, hashsum): 38 self.hash = hashsum 45 self.cache_file = Path(self.cache_dir, hashsum) 35 __init__(self, url, hashsum) global() argument
|