commit | 3afae6cc04195f5f24469bb2f30d3921f3aedb52 | [log] [tgz] |
---|---|---|
author | Congbin Guo <guocb@google.com> | Tue Aug 13 16:29:42 2019 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Sat Aug 17 09:52:57 2019 +0000 |
tree | 146bcf174fc915c837e7aaf42c3e3e56e68cf11a | |
parent | 0e5651c589587a016640876279bfcec1eb101a69 [diff] |
devserver: refactor check_health to a separate app This CL move all /check_health related code to a separate module and wrap it as a standalone cherrypy application. BUG=chromium:993621 TEST=1. Ran devserver_integrated_test.py in chroot 2. Ran below command locally to verify: $ curl http://127.0.0.1:8080/check_health Change-Id: Ic9c483202a2cef54d6953924e90001c9937a4fa8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/1753193 Tested-by: Congbin Guo <guocb@chromium.org> Auto-Submit: Congbin Guo <guocb@chromium.org> Reviewed-by: C Shapiro <shapiroc@chromium.org> Commit-Queue: Congbin Guo <guocb@chromium.org>