From e3d3519ff56245e75a4ea4ec34a7cd93048908f8 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Tue, 30 Apr 2019 17:27:01 +0000 Subject: [PATCH] SW-693: Fixed tests to use unrouted queue names for feedback --- SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in | 2 +- SubSystems/Online_Cobalt/test/testFuncs.sh.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in b/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in index 4f9ae4e3657..ea0b48efb4a 100755 --- a/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in +++ b/SubSystems/Online_Cobalt/test/tStatusFeedback.run2.in @@ -27,7 +27,7 @@ function test_parset { fi # Pull the message from the status queue - recv_msg lofar.task.feedback.state || error 'Could not pull status message from bus' + recv_msg mac.task.feedback.state || error 'Could not pull status message from bus' # Check the message against the expected result # <TODO> diff --git a/SubSystems/Online_Cobalt/test/testFuncs.sh.in b/SubSystems/Online_Cobalt/test/testFuncs.sh.in index 93413e709f6..0a8bf55b4a3 100755 --- a/SubSystems/Online_Cobalt/test/testFuncs.sh.in +++ b/SubSystems/Online_Cobalt/test/testFuncs.sh.in @@ -26,9 +26,9 @@ export LC_ALL="C" # (if they exist, so ignore any errors regarding that) QUEUES=" - lofar.task.feedback.state - lofar.task.feedback.dataproducts - lofar.task.feedback.processing" + mac.task.feedback.state + otdb.task.feedback.dataproducts + otdb.task.feedback.processing" for Q in $QUEUES; do create_queue "$Q" done -- GitLab