Searched refs:test_channel (Results 1 – 4 of 4) sorted by relevance
153 def __init__(self, test_channel): argument155 self._test_channel = test_channel311 test_channel = TestChannel(port)317 test_channel_shell = TestChannelShell(test_channel)
86 python ${TEST_CHANNEL_ABS}/test_channel.py localhost ${TEST_CHANNEL_PORT}
8 python3 scripts/test_channel.py 6401 < scripts/scripted_beacon_test/add_beacons > /tmp/logs/scripte…
174 auto test_channel = std::make_shared<Channel>(); in TEST_F() local175 info.channel = test_channel.get(); in TEST_F()189 EXPECT_EQ(test_channel, message.GetChannel()); in TEST_F()202 auto test_channel = std::make_shared<Channel>(); in TEST_F() local203 info.channel = test_channel.get(); in TEST_F()211 EXPECT_EQ(test_channel, message.GetChannel()); in TEST_F()768 auto test_channel = std::make_shared<Channel>(); in TEST_F() local771 .WillOnce(DoAll(SetArgPointee<2>(test_channel.get()), Return(kTestCid))); in TEST_F()776 EXPECT_EQ(test_channel, channel); in TEST_F()799 auto test_channel = std::make_shared<Channel>(); in TEST_F() local[all …]