commit | 2c266d8ad74d66320dd3f963a535824ca5d1e47f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Apr 29 07:22:13 2025 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:41 2025 +0100 |
tree | 779a4a3a0a822a366a87b33dbd728d71505821e0 | |
parent | 885b5fa49858d0cc2fe9436161c4745eaa2f172c [diff] |
patman: Create a module for handling patchwork At present the patchwork implementation is very simple, just consisting of a function which calls the REST API. We want to create a fake patchwork for use in tests. So start a new module to encapsulate communication with the patchwork server. Use asyncio since it is easier to handle lots of concurrent requests from different parts of the code. Signed-off-by: Simon Glass <sjg@chromium.org>