Dan Talayco | 2e1a107 | 2010-02-15 14:15:19 -0800 | [diff] [blame] | 1 | '''Docstring to silence pylint; ignores --ignore option for __init__.py''' |
Rich Lane | 477f481 | 2012-10-04 22:49:00 -0700 | [diff] [blame] | 2 | |
3 | # Global config dictionary | ||||
4 | # Populated by oft. | ||||
5 | config = {} | ||||
Rich Lane | 2c7812c | 2012-12-27 17:52:23 -0800 | [diff] [blame^] | 6 | |
7 | # Global DataPlane instance used by all tests. | ||||
8 | # Populated by oft. | ||||
9 | dataplane_instance = None |