cc-4105: Added more tests.
This commit is contained in:
parent
12aa76b0a8
commit
1d85c65b74
4 changed files with 47 additions and 13 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue