Add FIFO pre-create to the replay startup script 21/1721/2
authorE. Scott Daniels <daniels@research.att.com>
Thu, 21 Nov 2019 14:56:09 +0000 (09:56 -0500)
committerE. Scott Daniels <daniels@research.att.com>
Thu, 21 Nov 2019 15:10:19 +0000 (10:10 -0500)
commit05bb70aef70472a386bd2c0218fc1fa398d41f22
tree97031545be63a18ad94c1922383b361d14659b4c
parent3cbdc585f92f4299f4e05108f9ed76766a72ff84
Add FIFO pre-create to the replay startup script

The replay run script now provides the ability to pre-create
the FIFOs either with an explicit list, or by reading the
input file to suss out the message types it contains.

The run script also provides a way to gate and/or delay
the start of the replay binary in order to allow for better
synchronisation with a FIFO reading process.

Signed-off-by: E. Scott Daniels <daniels@research.att.com>
Change-Id: I0c47ff4724a2877614cfef3e6d68033e1146b4a6
sidecars/listener/Dockerfile
sidecars/listener/Makefile
sidecars/listener/container-tag.yaml
sidecars/listener/help
sidecars/listener/rdc_extract.c [new file with mode: 0644]
sidecars/listener/run_replay.sh