Home
last modified time | relevance | path

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

/openbmc/qemu/tests/functional/
H A Dtest_intel_iommu.py
H A Dtest_aarch64_smmu.py
/openbmc/qemu/tests/functional/qemu_test/
H A Dlinuxkernel.py93 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 Dasset.py36 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