Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
dependencies/ | H | 25-Apr-2025 | - | 1,018 | 906 | |
OWNERS | H A D | 25-Apr-2025 | 48 | 2 | 2 | |
README | H A D | 25-Apr-2025 | 725 | 11 | 10 | |
__init__.py | H A D | 25-Apr-2025 | 0 | 1 | 0 | |
autotest_common.proto | H A D | 25-Apr-2025 | 16.5 KiB | 432 | 399 | |
autotest_common_pb2.py | H A D | 25-Apr-2025 | 54.9 KiB | 1,354 | 1,246 | |
autotest_common_pb2_grpc.py | H A D | 25-Apr-2025 | 8.5 KiB | 192 | 162 | |
buildprotos.py | H A D | 25-Apr-2025 | 2.7 KiB | 89 | 61 | |
common.py | H A D | 25-Apr-2025 | 340 | 9 | 8 | |
connection.py | H A D | 25-Apr-2025 | 979 | 36 | 21 | |
exec_dut_command.py | H A D | 25-Apr-2025 | 3.7 KiB | 110 | 86 | |
fake_omaha.py | H A D | 25-Apr-2025 | 4.1 KiB | 109 | 86 |
README
1Protos in this dir are generated using buildprotos.py and manually checked 2into the tree. The source of the protos is 3src/config/proto/chromiumos/config/api/test/tls/commontls.proto, and 4src/config/proto/chromiumos/config/api/test/tls/dependencies/longrunning/operations.proto 5relative to a standard repo. 6(https://chromium.git.corp.google.com/chromiumos/config/+/HEAD/proto/chromiumos/config/api/test/tls/commontls.proto) 7If there are updates to src proto, the protos here must be re-generated. Run the 8script "buildprotos.py" to automatically rebuild them from the source. You must 9manually repo sync prior to this. If there are changes to the file structure 10in the source, buildprotos.py will need to be updated for this. 11