blob: 9199b1af9a280c985743c5203bbb47bc309cd1f9 [file] [log] [blame]
Dan Talayco2e1a1072010-02-15 14:15:19 -08001'''Docstring to silence pylint; ignores --ignore option for __init__.py'''
Rich Lane6242d9f2013-01-06 17:35:39 -08002import sys
Rich Lane477f4812012-10-04 22:49:00 -07003
4# Global config dictionary
5# Populated by oft.
6config = {}
Rich Lane2c7812c2012-12-27 17:52:23 -08007
8# Global DataPlane instance used by all tests.
9# Populated by oft.
10dataplane_instance = None