summaryrefslogtreecommitdiffstats
path: root/src/gtest/rpc_test.cpp
diff options
context:
space:
mode:
authorimarom <imarom@cisco.com>2015-09-07 16:27:12 +0300
committerimarom <imarom@cisco.com>2015-09-07 16:27:12 +0300
commite33befcf222fd2108d589dede11069d4256bb21a (patch)
tree839e07e84cd658df6e0465558e80e27cec3288dc /src/gtest/rpc_test.cpp
parent3adfe9c3c8a6e2ce1cdc5bd1a673e428c18fa64b (diff)
added VM support to the streams and RPC parser
Diffstat (limited to 'src/gtest/rpc_test.cpp')
-rw-r--r--src/gtest/rpc_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtest/rpc_test.cpp b/src/gtest/rpc_test.cpp
index 5d3c4738..8a7e9176 100644
--- a/src/gtest/rpc_test.cpp
+++ b/src/gtest/rpc_test.cpp
@@ -250,6 +250,7 @@ TEST_F(RpcTest, add_stream) {
"\"isg\":4.3, \"enabled\":true, \"self_start\":true,"
"\"next_stream_id\":-1,"
"\"packet\":{\"binary\":[4,1,255], \"meta\":\"dummy\"},"
+ "\"vm\":[],"
"\"rx_stats\":{\"enabled\":false}}}}";
resp_str = send_msg(add_str);