CC-5651: Unit Test the Scheduler
Some fine tuning
This commit is contained in:
parent
b7c79df6ec
commit
f71909d255
4 changed files with 4 additions and 10 deletions
|
@ -1,8 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
#Create a RabbitMQ airtime_tests user
|
||||
|
||||
rabbitmqctl start_app
|
||||
|
||||
RABBITMQ_VHOST="/airtime"
|
||||
RABBITMQ_VHOST="/airtime_tests"
|
||||
RABBITMQ_USER="airtime_tests"
|
||||
RABBITMQ_PASSWORD="airtime_tests"
|
||||
EXCHANGES="airtime-pypo|pypo-fetch|airtime-media-monitor|media-monitor"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue