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