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

SW-693: Fixed tests to use unrouted queue names for feedback

parent beb4c7e5
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -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>
......
......@@ -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
......
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