|
@@ -33,9 +33,6 @@ import stats
|
|
|
import isc.cc.session
|
|
|
from test_utils import BaseModules, ThreadingServerManager, MyStats, send_command, send_shutdown
|
|
|
|
|
|
-# set test name for logger
|
|
|
-isc.log.init("b10-stats_test")
|
|
|
-
|
|
|
class TestUtilties(unittest.TestCase):
|
|
|
items = [
|
|
|
{ 'item_name': 'test_int1', 'item_type': 'integer', 'item_default': 12345 },
|