Skip to content
Snippets Groups Projects
Commit 0309e3f7 authored by Jorrit Schaap's avatar Jorrit Schaap Committed by Auke Klazema
Browse files

COB-69: Merge branch 'COB-69-fix-tests' into 'master'

COB-69: Fix COBALT2 tests

Closes COB-69

See merge request !54

(cherry picked from commit dc8e4fe3)

bfefba62 COB-69: Accept integration test output for COBALT2 after formal commissioning
16fabff0 COB-69: Accept new output for station streams after adding LV614.
50d951bf COB-69: Queue names changed from lofar to otdb prefix, fixed tests accordingly.
e0ac1e0a COB-69: Failed test returns different error code on COBALT2. Adjust test accordingly.
2ea72918 COB-69: Use updated queue names for comparing against golden output.
82361bad COB-69: Use parset filename for tests that more closely mimics those in...
f70c663a COB-69: Removed test that was always blinking and kind of ill conceived.
parent 1e830d81
Branches
Tags
2 merge requests!59Merge LOFAR-Release-4_0 into master,!58COB-69: Merge branch 'COB-69-fix-tests' into 'LOFAR-Release-4_0'
......@@ -105,7 +105,9 @@ echo "Cobalt.FinalMetaDataGatherer.host=localhost" >> tstartBGL.in_parset
# Run forever
echo "Observation.stopTime=2100-01-01 00:00:00" >> tstartBGL.in_parset
startBGL.sh 1 2 3 tstartBGL.in_parset 1000 || error "startBGL.sh failed"
PARSET=$LOFARROOT/var/run/rtcp-1000.parset # filename expected by stopBGL.sh
cp tstartBGL.in_parset $PARSET
startBGL.sh 1 2 3 $PARSET 1000 || error "startBGL.sh failed"
# We expect rtcp to still run, because it takes several
# seconds to initialise. If rtcp is already done, stopBGL.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment