summaryrefslogtreecommitdiffstats
path: root/src/python
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-12-18 13:44:51 +0100
committerJan Safranek <jsafrane@redhat.com>2013-12-18 13:44:51 +0100
commit5ebbb6388e08b0bc123779dbfa3bae3094365659 (patch)
tree545ad616141a3f3375888e934bfac7986eadffb5 /src/python
parent29f7ed8354d52a7800d56ac3f3ebc7842f4c26a3 (diff)
downloadopenlmi-providers-5ebbb6388e08b0bc123779dbfa3bae3094365659.tar.gz
openlmi-providers-5ebbb6388e08b0bc123779dbfa3bae3094365659.tar.xz
openlmi-providers-5ebbb6388e08b0bc123779dbfa3bae3094365659.zip
Do not skip LMI_MountedFileSystem during tests.
It was skipped just for debugging purposes.
Diffstat (limited to 'src/python')
-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",