summaryrefslogtreecommitdiff
path: root/test/harness/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/harness/__init__.py')
-rw-r--r--test/harness/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/harness/__init__.py b/test/harness/__init__.py
new file mode 100644
index 0000000..b93fb7e
--- /dev/null
+++ b/test/harness/__init__.py
@@ -0,0 +1,7 @@
+"""
+Harness functions for the open-iscsi test suite.
+"""
+
+__version__ = '1.0'
+
+__all__ = ['util', 'iscsi', 'tests']