enhance(test): Add route generation simulator 49/349/3
authorE. Scott Daniels <daniels@research.att.com>
Mon, 17 Jun 2019 14:09:14 +0000 (10:09 -0400)
committerE. Scott Daniels <daniels@research.att.com>
Mon, 17 Jun 2019 14:53:16 +0000 (10:53 -0400)
commit28b0c411053c155cb849cd269acb71ec701d79ac
tree0c9e0939415ae23c859b3d49d9658c31d5838c46
parent29d871650240d6b4fba0ca46d7f13a90c004003c
enhance(test): Add route generation simulator

The simulator provids the means to generate one or more
route tables which are delivered through the RMr route table
collector thread.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I95d73ad5a0dc28c380bed2b9cb314a8b646429d8
Signed-off-by: E. Scott Daniels <daniels@research.att.com>
test/rtg_sim/BUILD [new file with mode: 0644]
test/rtg_sim/CMakeLists.txt [new file with mode: 0644]
test/rtg_sim/README [new file with mode: 0644]
test/rtg_sim/req_resp.c [new file with mode: 0644]
test/rtg_sim/req_resp.h [new file with mode: 0644]
test/rtg_sim/rtm_sim.c [new file with mode: 0644]