aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-10-02 08:29:37 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-10-02 08:29:37 -0700
commitfd2fe1d5c42e95dc7c9a0dc59c6233d70ae85ff4 (patch)
treee909739c2765de6184211509d28e7d792a0864fd /test/core/end2end
parent242d6a58dc3cdf82a393c32e95fa6d2792ad04d1 (diff)
Channelz server listening socket support
Diffstat (limited to 'test/core/end2end')
-rw-r--r--test/core/end2end/tests/channelz.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/end2end/tests/channelz.cc b/test/core/end2end/tests/channelz.cc
index 40a0370f0e..678163e1f2 100644
--- a/test/core/end2end/tests/channelz.cc
+++ b/test/core/end2end/tests/channelz.cc
@@ -252,6 +252,8 @@ static void test_channelz(grpc_end2end_test_config config) {
GPR_ASSERT(nullptr != strstr(json, "\"callsStarted\":\"2\""));
GPR_ASSERT(nullptr != strstr(json, "\"callsFailed\":\"1\""));
GPR_ASSERT(nullptr != strstr(json, "\"callsSucceeded\":\"1\""));
+ GPR_ASSERT(nullptr != strstr(json, "\"listenSocket\""));
+ GPR_ASSERT(nullptr != strstr(json, "\"socketId\""));
// channel tracing is not enabled, so these should not be preset.
GPR_ASSERT(nullptr == strstr(json, "\"trace\""));
GPR_ASSERT(nullptr == strstr(json, "\"description\":\"Channel created\""));