commit | e8bc959e03680ed268d02f6979bf154691722d44 | [log] [tgz] |
---|---|---|
author | Michael Tang <[email protected]> | Thu Jul 06 10:59:32 2017 -0700 |
committer | chrome-bot <[email protected]> | Thu Jul 27 13:08:37 2017 -0700 |
tree | 1096a33aab6002194284b9afb7f0c4d523ad3604 | |
parent | a4656a265443f474efde7a31a02d302e8d956f91 [diff] [blame] |
Implements the cloud console client based on pubsub. Also makes sure the unittest will succeded when the cloud_console.proto is not compiled. BUG=chromium:724523 TEST=unit test. Change-Id: Ib605c1a2f5dbb2bd871aac272da7f9a4ab7ed35a Reviewed-on: https://chromium-review.googlesource.com/569453 Commit-Ready: Michael Tang <[email protected]> Tested-by: Michael Tang <[email protected]> Reviewed-by: Keith Haddow <[email protected]> Reviewed-by: Michael Tang <[email protected]>
diff --git a/utils/unittest_suite.py b/utils/unittest_suite.py index d61e188..f15e94c 100755 --- a/utils/unittest_suite.py +++ b/utils/unittest_suite.py
@@ -71,6 +71,7 @@ )) REQUIRES_PROTOBUFS = set(( + 'cloud_console_client_unittest.py', 'job_serializer_unittest.py', ))