Skip to content

Commit

Permalink
Adjust test FR config to conform with odin-data changes
Browse files Browse the repository at this point in the history
Specifically, the frame ready and release endpoints must be defined explicitly in the FR config
  • Loading branch information
ahowell-dls committed May 20, 2024
1 parent f0d6350 commit 127030c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/data/test/integrationTest/config/excalibur-fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[
{
"frame_ready_endpoint": "tcp://127.0.0.1:5001",
"frame_release_endpoint": "tcp://127.0.0.1:5002",
"decoder_type": "Excalibur",
"decoder_path": "${CMAKE_INSTALL_PREFIX}/lib",
"rx_ports": "61649",
Expand Down

0 comments on commit 127030c

Please sign in to comment.