コード例 #1
0
ファイル: test_controller.py プロジェクト: elcamlost/checkmk
 def global_config(self):
     return GlobalConfig(
         cmc_log_level=5,
         cluster_max_cachefile_age=90,
         snmp_plugin_store=SNMPPluginStore(),
     )
コード例 #2
0
ファイル: test_controller.py プロジェクト: elcamlost/checkmk
 def test_deserialization(self, global_config):
     assert GlobalConfig.deserialize(
         global_config.serialize()) == global_config
コード例 #3
0
ファイル: test_controller.py プロジェクト: stefan7018/checkmk
 def global_config(self):
     return GlobalConfig(cmc_log_level=5,
                         snmp_plugin_store=SNMPPluginStore())