Searched refs:bad_sha256 (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/site_tests/autoupdate_OmahaResponse/ |
D | autoupdate_OmahaResponse.py | 20 def run_once(self, full_payload=True, switch_urls=False, bad_sha256=False, argument 52 if bad_sha256 or bad_metadata_size: 57 bad_sha256=bad_sha256)
|
D | control.bad_sha256.full | 6 NAME = "autoupdate_OmahaResponse.bad_sha256.full" 24 bad_sha256=True, **args_dict)
|
D | control.local | 18 bad_sha256: Tests that when the SHA256 value is invalid the update fails. 33 switch_urls=False, bad_sha256=False, bad_metadata_size=False,
|
/external/autotest/client/site_tests/autoupdate_BadMetadata/ |
D | autoupdate_BadMetadata.py | 21 def run_once(self, payload_url, bad_metadata_size=False, bad_sha256=False): argument 32 if bad_sha256:
|