Gitiles
Code Review
Sign In
gerrit.opencord.org
/
fabric-oftest
/
d929b8d132dd8ed000f9a6d331e39d25303310e6
/
.
/
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