Esempio n. 1
0
 def __init__(self, config_file_path=None):
     config_file_path = config_file_path or _get_path_from_env(
         'CAFE_ENGINE_CONFIG_FILE_PATH')
     super(DriverConfig, self).__init__(config_file_path=config_file_path)
Esempio n. 2
0
 def __init__(self, config_file_path=None):
     config_file_path = config_file_path or _get_path_from_env(
         'CAFE_ENGINE_CONFIG_FILE_PATH')
     super(EngineConfig, self).__init__(config_file_path=config_file_path)
Esempio n. 3
0
 def __init__(self, config_file_path=None):
     """Initialization of the HTTP Plugin Engine config section."""
     config_file_path = config_file_path or _get_path_from_env(
         'CAFE_ENGINE_CONFIG_FILE_PATH')
     super(HTTPPluginConfig, self).__init__(
         config_file_path=config_file_path)
Esempio n. 4
0
 def __init__(self, config_file_path=None):
     """Initialization of the HTTP Plugin Engine config section."""
     config_file_path = config_file_path or _get_path_from_env(
         'CAFE_ENGINE_CONFIG_FILE_PATH')
     super(HTTPPluginConfig,
           self).__init__(config_file_path=config_file_path)