From 97f7d0cd33684ed88ea2ff80c578dbc8009f5000 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Wed, 9 Oct 2013 14:50:28 +0200 Subject: Use PG_ComputerSystem by default. And get rid of sblim-cmpi-base dependency. It would be nice if our tests have an option to select Linux_ComputerSystem or PG_ComputerSystem in the future... --- src/python/lmi/base/BaseConfiguration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/python') diff --git a/src/python/lmi/base/BaseConfiguration.py b/src/python/lmi/base/BaseConfiguration.py index 275fc0f..8333cca 100644 --- a/src/python/lmi/base/BaseConfiguration.py +++ b/src/python/lmi/base/BaseConfiguration.py @@ -84,7 +84,7 @@ class BaseConfiguration(Singleton): DEFAULT_OPTIONS = { 'Namespace' : 'root/cimv2', - 'SystemClassName' : 'Linux_ComputerSystem', + 'SystemClassName' : 'PG_ComputerSystem', # Default logging level "Level" : "ERROR", 'DebugBlivet' : 'false', -- cgit