Skip to content
Snippets Groups Projects
Commit a2ae0ee1 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix tests

parent 522bdbab
Branches
Tags
No related merge requests found
......@@ -10,10 +10,8 @@ else()
endif()
configure_file(test.json.in test.json @ONLY)
configure_file(${CMAKE_SOURCE_DIR}/tests/automatic/settings/receiver_tcp.json.tpl.lin.in receiver_tcp.json.tpl @ONLY)
configure_file(${CMAKE_SOURCE_DIR}/tests/automatic/settings/receiver_fabric.json.tpl.lin.in receiver_fabric.json.tpl @ONLY)
configure_file(${CMAKE_SOURCE_DIR}/tests/automatic/settings/admin_token.key admin_token.key COPYONLY)
prepare_asapo()
add_script_test("${TARGET_NAME}-tcp" "$<TARGET_FILE:event-monitor-producer-bin> $<TARGET_FILE:getnext> $<TARGET_PROPERTY:asapo,EXENAME> tcp" nomem)
......
......@@ -4,8 +4,7 @@ set(TARGET_NAME full_chain_two_beamlines)
# Testing
################################
add_script_test("${TARGET_NAME}-tcp" "$<TARGET_FILE:dummy-data-producer> $<TARGET_FILE:getnext> $<TARGET_PROPERTY:asapo,EXENAME> tcp" nomem)
configure_file(${CMAKE_SOURCE_DIR}/tests/automatic/settings/receiver_tcp.json.tpl.lin.in receiver_tcp.json.tpl @ONLY)
configure_file(${CMAKE_SOURCE_DIR}/tests/automatic/settings/admin_token.key admin_token.key COPYONLY)
prepare_asapo()
if (ENABLE_LIBFABRIC)
if (ENABLE_LIBFABRIC_LOCALHOST)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment