Call basic setup function since other test modules call into the
basic module and use things like the logger
diff --git a/tests/caps.py b/tests/caps.py
index 5f05218..9c2c697 100644
--- a/tests/caps.py
+++ b/tests/caps.py
@@ -35,6 +35,8 @@
     @param config The configuration dictionary; see oft
     """
 
+    basic.test_set_init(config)
+
     global caps_port_map
     global caps_logger
     global caps_config
diff --git a/tests/flow_expire.py b/tests/flow_expire.py
index cc1fee9..55f8ebc 100644
--- a/tests/flow_expire.py
+++ b/tests/flow_expire.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
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
diff --git a/tests/pktact.py b/tests/pktact.py
index a551d58..5357b7c 100644
--- a/tests/pktact.py
+++ b/tests/pktact.py
@@ -79,6 +79,8 @@
     @param config The configuration dictionary; see oft
     """
 
+    basic.test_set_init(config)
+
     global pa_port_map
     global pa_logger
     global pa_config