Home
last modified time | relevance | path

Searched refs:old_release_path (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/site_tests/firmware_Cr50Update/
Dcontrol29 If no_release path or old_release_path are given, the test will use
52 @param old_release_path: the location of the old release image.
69 old_release_path = args_dict.get("old_release_path", "")
80 old_release_path=old_release_path,
Dcontrol.post_install30 If no_release path or old_release_path are given, the test will use
53 @param old_release_path: the location of the old release image.
70 old_release_path = args_dict.get("old_release_path", "")
80 old_release_path=old_release_path,
Dfirmware_Cr50Update.py38 old_release_path="", old_release_ver="", test="", argument
63 if old_release_path or old_release_ver:
65 old_release_path, old_release_ver)