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:
Albert Santoni 2014-03-05 22:43:47 -05:00
parent a6a64a2b9e
commit 59535850e2
7 changed files with 185 additions and 46 deletions

View 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!"