commit | 2f1368696a09559034def7282296440ff96a3ee0 | [log] [tgz] |
---|---|---|
author | Dan Shi <[email protected]> | Thu Feb 11 23:38:38 2016 |
committer | chrome-bot <[email protected]> | Thu Feb 18 07:00:42 2016 |
tree | a4f545c319ecc51459497c2f883070843b36952b | |
parent | d76e6bbf4822d4d9e674136748f239cbadfd22cb [diff] |
Add a new devserver call to locate a file in build artifact The new call `locate_file` looks up the given file name inside specified build artifacts. One use case is to help caller to locate an apk file inside a build artifact. BUG=chromium:586320 TEST=local run devserver curl http://127.0.0.1:8082/locate_file?file_name=sl4a.apk\&target=shamu-userdebug\&build_id=2457013\&artifacts=test_zip\&branch=git_mnc-release\&os_type=android expected retun: DATA/priv-app/sl4a/sl4a.apk python devserver_integration_test.py Change-Id: Ia029aae09b9bf52670c78fe2be4ccef62283ba41 Reviewed-on: https://chromium-review.googlesource.com/327278 Commit-Ready: Dan Shi <[email protected]> Tested-by: Dan Shi <[email protected]> Reviewed-by: Dan Shi <[email protected]>