From 127030c8e0b0d6e927b1cf867b362a4d6cfd0793 Mon Sep 17 00:00:00 2001 From: Adam Howell Date: Mon, 20 May 2024 09:17:11 +0100 Subject: [PATCH] Adjust test FR config to conform with odin-data changes Specifically, the frame ready and release endpoints must be defined explicitly in the FR config --- cpp/data/test/integrationTest/config/excalibur-fr.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpp/data/test/integrationTest/config/excalibur-fr.json b/cpp/data/test/integrationTest/config/excalibur-fr.json index df8291d..67b060a 100644 --- a/cpp/data/test/integrationTest/config/excalibur-fr.json +++ b/cpp/data/test/integrationTest/config/excalibur-fr.json @@ -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",