Searched refs:old_release_path (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/site_tests/firmware_Cr50Update/ |
D | control | 29 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,
|
D | control.post_install | 30 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,
|
D | firmware_Cr50Update.py | 38 old_release_path="", old_release_ver="", test="", argument 63 if old_release_path or old_release_ver: 65 old_release_path, old_release_ver)
|