Call basic setup function since other test modules call into the
basic module and use things like the logger
diff --git a/tests/flow_stats.py b/tests/flow_stats.py
index 549382f..7ebab4b 100644
--- a/tests/flow_stats.py
+++ b/tests/flow_stats.py
@@ -35,6 +35,8 @@
     @param config The configuration dictionary; see oft
     """
 
+    basic.test_set_init(config)
+
     global pa_port_map
     global pa_logger
     global pa_config