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