Home
last modified time | relevance | path

Searched refs:_download_with_cache (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/tests/vm/
H A Dubuntuvm.py28 os_img = self._download_with_cache(self.image_link,
H A Dhaiku.x86_6498 tarball = self._download_with_cache(self.link, sha256sum=self.csum)
H A Dcentos.aarch6476 cimg = self._download_with_cache(self.image_link)
H A Dfreebsd49 cimg = self._download_with_cache(self.link, sha256sum=self.csum)
H A Dopenbsd81 cimg = self._download_with_cache(self.link, sha256sum=self.csum)
H A Dnetbsd86 cimg = self._download_with_cache(self.link, sha512sum=self.csum)
H A Dbasevm.py204 def _download_with_cache(self, url, sha256sum=None, sha512sum=None): member in BaseVM
/openbmc/qemu/docs/devel/
H A Dtesting.rst829 predefined URL. ``BaseVM._download_with_cache()`` takes care of the cache and