Call basic setup function since other test modules call into the
basic module and use things like the logger
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