summaryrefslogtreecommitdiff
path: root/test/harness/__init__.py
blob: b93fb7edbe165df9ddaad66a553ef9c367aea67d (plain)
1
2
3
4
5
6
7
"""
Harness functions for the open-iscsi test suite.
"""

__version__ = '1.0'

__all__ = ['util', 'iscsi', 'tests']