cc-4105: Added more tests.

This commit is contained in:
Rudi Grinberg 2012-07-19 10:37:18 -04:00
parent 12aa76b0a8
commit 1d85c65b74
4 changed files with 47 additions and 13 deletions

View file

@ -1,4 +1,4 @@
api_client = "airtime"
api_client = 'airtime'
# where the binary files live
bin_dir = '/usr/lib/airtime/media-monitor'
@ -18,7 +18,7 @@ rabbitmq_vhost = '/'
############################################
# Media-Monitor preferences #
############################################
check_filesystem_events = 5 #how long to queue up events performed on the files themselves.
check_airtime_events = 30 #how long to queue metadata input from airtime.
check_filesystem_events = '5'
check_airtime_events = '30'
list_value_testing = 'val1', 'val2', 'val3'