Searched refs:hashsum (Results 1 – 4 of 4) sorted by relevance
/qemu/tests/functional/ |
H A D | test_intel_iommu.py | 114 hashsum = '0dc7472f879be70b2f3daae279e3ae47175ffe249691e7d97f47222b65b8a720' 116 hashsum) 119 hashsum) 124 self.check_http_download(filename, hashsum, self.GUEST_PORT)
|
H A D | test_aarch64_smmu.py | 66 def run_and_check(self, filename, hashsum): argument 114 hashsum) 118 self.check_http_download(filename, hashsum, self.GUEST_PORT)
|
/qemu/tests/functional/qemu_test/ |
H A D | linuxkernel.py | 34 def check_http_download(self, filename, hashsum, guestport=8080, argument 52 self.assertEqual(digest, hashsum)
|
H A D | asset.py | 35 def __init__(self, url, hashsum): argument 37 self.hash = hashsum 44 self.cache_file = Path(self.cache_dir, hashsum)
|