summaryrefslogtreecommitdiffstats
path: root/src/software/openlmi/software/cimom_entry.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/openlmi/software/cimom_entry.py')
-rw-r--r--src/software/openlmi/software/cimom_entry.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/software/openlmi/software/cimom_entry.py b/src/software/openlmi/software/cimom_entry.py
index 70df071..f34188c 100644
--- a/src/software/openlmi/software/cimom_entry.py
+++ b/src/software/openlmi/software/cimom_entry.py
@@ -65,6 +65,10 @@ from openlmi.software.LMI_AssociatedSoftwareJobMethodResult import \
LMI_AssociatedSoftwareJobMethodResult
from openlmi.software.LMI_OwningSoftwareJobElement import \
LMI_OwningSoftwareJobElement
+from openlmi.software.LMI_SoftwareIdentityFileCheck import \
+ LMI_SoftwareIdentityFileCheck
+from openlmi.software.LMI_SoftwareIdentityChecks import \
+ LMI_SoftwareIdentityChecks
from openlmi.software.yumdb import jobmanager, YumDB
def get_providers(env):
@@ -107,7 +111,9 @@ def get_providers(env):
"LMI_AffectedSoftwareJobElement" : LMI_AffectedSoftwareJobElement(env),
"LMI_AssociatedSoftwareJobMethodResult" : \
LMI_AssociatedSoftwareJobMethodResult(env),
- "LMI_OwningSoftwareJobElement" : LMI_OwningSoftwareJobElement(env)
+ "LMI_OwningSoftwareJobElement" : LMI_OwningSoftwareJobElement(env),
+ "LMI_SoftwareIdentityFileCheck" : LMI_SoftwareIdentityFileCheck(env),
+ "LMI_SoftwareIdentityChecks" : LMI_SoftwareIdentityChecks(env)
}
# Initialization of indication manager -- running in separate thread as