client: make isolateserver_smoke_test runnable on python3

Bug: 1010816
Change-Id: I99b7102df2cfbd490ed0535bab877bfb28743942
Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-py/+/2277551
Commit-Queue: Junji Watanabe <jwata@google.com>
Reviewed-by: Junji Watanabe <jwata@google.com>
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Cr-Mirrored-From: https://chromium.googlesource.com/infra/luci/luci-py
Cr-Mirrored-Commit: 51099bf46ec966e38c3e504e5e7a224d759f02c5
2 files changed
tree: 2e9e32c82419b268804f28cb1f0b57f09992dc55
  1. example/
  2. libs/
  3. tests/
  4. third_party/
  5. tools/
  6. utils/
  7. .gitignore
  8. auth.py
  9. cipd.py
  10. isolate.py
  11. isolate_format.py
  12. isolate_storage.py
  13. isolated_format.py
  14. isolateserver.py
  15. LICENSE
  16. local_caching.py
  17. LUCI_CONTEXT.md
  18. OWNERS
  19. PRESUBMIT.py
  20. README.md
  21. README.py
  22. run_isolated.py
  23. swarming.py
  24. test.py
  25. trace_inputs.py
  26. unittest.cfg
  27. update_isolated.sh
  28. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

To contribute changes you need to clone the main python repo and then use git cl upload. The client-py repo mirror (which appears in Chromium's third_party directory) cannot be contributed to directly.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.