Skip to content
Snippets Groups Projects
Commit 629b0036 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #7350: Renamed tMACfeedback -> tStatusFeedback

parent 586342c6
No related branches found
No related tags found
No related merge requests found
......@@ -4621,17 +4621,17 @@ SubSystems/Online_Cobalt/test/Correlator/tCorrelate_3sec_2st_5sb.output/SB4.cflo
SubSystems/Online_Cobalt/test/Correlator/tCorrelate_3sec_2st_5sb.parset -text
SubSystems/Online_Cobalt/test/Correlator/tCorrelate_3sec_2st_5sb.run eol=lf
SubSystems/Online_Cobalt/test/Correlator/tCorrelate_3sec_2st_5sb.sh eol=lf
SubSystems/Online_Cobalt/test/tMACfeedback.in_parset_failure_1 -text
SubSystems/Online_Cobalt/test/tMACfeedback.in_parset_success_1 -text
SubSystems/Online_Cobalt/test/tMACfeedback.run eol=lf
SubSystems/Online_Cobalt/test/tMACfeedback.run2.in eol=lf
SubSystems/Online_Cobalt/test/tMACfeedback.sh eol=lf
SubSystems/Online_Cobalt/test/tProductionParsets.in_parsets/CorrProc_173014.param -text
SubSystems/Online_Cobalt/test/tProductionParsets.in_parsets/CorrProc_196344-CygAf009-225SAPS.cleaned.param -text
SubSystems/Online_Cobalt/test/tProductionParsets.run eol=lf
SubSystems/Online_Cobalt/test/tProductionParsets.sh eol=lf
SubSystems/Online_Cobalt/test/tRTmetadataToFile.run eol=lf
SubSystems/Online_Cobalt/test/tRTmetadataToFile.sh eol=lf
SubSystems/Online_Cobalt/test/tStatusFeedback.in_parset_failure_1 -text
SubSystems/Online_Cobalt/test/tStatusFeedback.in_parset_success_1 -text
SubSystems/Online_Cobalt/test/tStatusFeedback.run eol=lf
SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in eol=lf
SubSystems/Online_Cobalt/test/tStatusFeedback.sh eol=lf
SubSystems/Online_Cobalt/test/tgenerateStationStreams.run eol=lf
SubSystems/Online_Cobalt/test/tgenerateStationStreams.sh eol=lf
SubSystems/Online_Cobalt/test/tstartBGL.in_parset -text
......
......@@ -2,7 +2,7 @@
include(LofarCTest)
foreach(_file testFuncs.sh runtest.sh tMACfeedback.run2)
foreach(_file testFuncs.sh runtest.sh tStatusFeedback.run2)
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/${_file}.in
${CMAKE_CURRENT_BINARY_DIR}/${_file} @ONLY)
......@@ -10,7 +10,7 @@ endforeach()
set(_tests
tgenerateStationStreams
tMACfeedback
tStatusFeedback
tProductionParsets
tstartBGL
)
......
#!/bin/sh
./runctest.sh tMACfeedback
#!/bin/sh
./tMACfeedback.run2
./tStatusFeedback.run2
......@@ -28,8 +28,8 @@ function test_parset {
# <TODO>
}
test_parset $PWD/tMACfeedback.in_parset_success_1 0 ""
test_parset $PWD/tMACfeedback.in_parset_failure_1 1 "-o Cobalt.Nodes=[unreachable]"
test_parset $PWD/tStatusFeedback.in_parset_success_1 0 ""
test_parset $PWD/tStatusFeedback.in_parset_failure_1 1 "-o Cobalt.Nodes=[unreachable]"
# Everything went ok
exit 0
#!/bin/sh
./runctest.sh tStatusFeedback
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment