Example #1
0
 def global_config(self):
     return GlobalConfig(
         cmc_log_level=5,
         cluster_max_cachefile_age=90,
         snmp_plugin_store=SNMPPluginStore(),
     )
Example #2
0
 def test_deserialization(self, global_config):
     assert GlobalConfig.deserialize(
         global_config.serialize()) == global_config
Example #3
0
 def global_config(self):
     return GlobalConfig(cmc_log_level=5,
                         snmp_plugin_store=SNMPPluginStore())