Once you recorded your server in- and outputs to your record file using the record feature the replay script can replay the same data with exact timing into the kuksa.val
server.
Start kuksa.val
server providing a record level, for example:
$ ./kuksa-val-server --record=recordSetAndGet
Provide a different path than the default one using
$ ./kuksa-val-server --record=recordGetAndSet --record-path=/path/to/logs
Please configure config.ini to set log file path and select your Replay mode.
mode | action |
---|---|
Set | Replay Set Value only |
SetGet | Replay Get Value and Set Value to the server |