blob: 3974e08a2e7e918e56b7113a47c8b76380e18156 [file] [log] [blame]
Dan Talayco2e1a1072010-02-15 14:15:19 -08001'''Docstring to silence pylint; ignores --ignore option for __init__.py'''
Rich Lane477f4812012-10-04 22:49:00 -07002
3# Global config dictionary
4# Populated by oft.
5config = {}
Rich Lane2c7812c2012-12-27 17:52:23 -08006
7# Global DataPlane instance used by all tests.
8# Populated by oft.
9dataplane_instance = None