5824: Enable blob signing in integration tests, and send keepstore logs to files.
authorTom Clegg <tom@curoverse.com>
Wed, 29 Jul 2015 08:41:26 +0000 (04:41 -0400)
committerradhika <radhika@curoverse.com>
Wed, 2 Sep 2015 15:51:20 +0000 (11:51 -0400)
commit1b4ec699c9679d8b0d4913b698b9eaef6f7b35e3
tree593fbafda8de676a5c9a4d44982fadfc74766c30
parent7c9991300ecb9ca57bbe1cb4182ef76d1a645487
5824: Enable blob signing in integration tests, and send keepstore logs to files.

For some reason, sending keepstore logs to stdout seems to make
keepstore crash silently when invoked from a Go integration test. Work
around this by logging to disk, like we do with API server.
sdk/go/keepclient/keepclient_test.go
sdk/python/tests/run_test_server.py
sdk/python/tests/test_collections.py