CC-5709: Airtime Analyzer Queue
* Added StatusReporter class to make HTTP requests back to Airtime * Handle even more errors now * Added proper logging and log rotation * Added --debug flag for increased logging.
This commit is contained in:
parent
a6a64a2b9e
commit
59535850e2
7 changed files with 185 additions and 46 deletions
12
python_apps/airtime_analyzer/tests/airtime_analyzer_tests.py
Normal file
12
python_apps/airtime_analyzer/tests/airtime_analyzer_tests.py
Normal file
|
@ -0,0 +1,12 @@
|
|||
from nose.tools import *
|
||||
import airtime_analyzer
|
||||
|
||||
def setup():
|
||||
print "SETUP!"
|
||||
|
||||
def teardown():
|
||||
print "TEAR DOWN!"
|
||||
|
||||
def test_basic():
|
||||
print "I RAN!"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue