Gitiles
Code Review
Sign In
gerrit.opencord.org
/
fabric-oftest
/
4d89266604bf4bd6ad18832475f6c7dbaf84b288
/
.
/
src
/
python
/
oftest
/
__init__.py
blob: 9199b1af9a280c985743c5203bbb47bc309cd1f9 [
file
] [
log
] [
blame
]
'''Docstring to silence pylint; ignores --ignore option for __init__.py'''
import
sys
# Global config dictionary
# Populated by oft.
config
=
{}
# Global DataPlane instance used by all tests.
# Populated by oft.
dataplane_instance
=
None