Fix CommonServicesManager::__init__
diff --git a/tcp_tests/managers/common_services_manager.py b/tcp_tests/managers/common_services_manager.py
index 0d5cc11..658657a 100644
--- a/tcp_tests/managers/common_services_manager.py
+++ b/tcp_tests/managers/common_services_manager.py
@@ -25,7 +25,8 @@
         self.__config = config
         self.__underlay = underlay
         self._salt = salt
-        super(CommonServicesManager, self).__init__()
+        super(CommonServicesManager, self).__init__(
+            config=config, underlay=underlay)
 
     def install(self, commands):
         self.execute_commands(commands,