summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-12-18 13:44:51 +0100
committerJan Safranek <jsafrane@redhat.com>2013-12-19 15:22:22 +0100
commit1e3445b2ec62efede3c5bae46c4e8af5b29bedbf (patch)
tree7fd63ee3281f2d5d5f102bb8913e89ad41bfa631
parent08b1dd04a0c20035ac54c1d9c639790c29d3d659 (diff)
downloadopenlmi-providers-1e3445b2ec62efede3c5bae46c4e8af5b29bedbf.tar.gz
openlmi-providers-1e3445b2ec62efede3c5bae46c4e8af5b29bedbf.tar.xz
openlmi-providers-1e3445b2ec62efede3c5bae46c4e8af5b29bedbf.zip
Do not skip LMI_MountedFileSystem during tests.
It was skipped just for debugging purposes.
-rw-r--r--src/python/lmi/test/cases/test_lmi_instances.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/lmi/test/cases/test_lmi_instances.py b/src/python/lmi/test/cases/test_lmi_instances.py
index eefc918..65ecf98 100644
--- a/src/python/lmi/test/cases/test_lmi_instances.py
+++ b/src/python/lmi/test/cases/test_lmi_instances.py
@@ -34,7 +34,6 @@ class TestInstances(LmiTestCase):
methods do not crash.
"""
SKIP_CLASSES = [
- "LMI_MountedFileSystem",
# Enumeration is not implemented (and never will be):
"LMI_SoftwareIdentityFileCheck",
"LMI_FIFOPipeFile",