tests: Prefer development Python files over installed ones.
authorEthan Jackson <ethan@nicira.com>
Fri, 2 Mar 2012 00:21:55 +0000 (16:21 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 9 Mar 2012 22:08:29 +0000 (14:08 -0800)
commitedcb6e25301694e9310210f126da80781f792132
tree02f57144e9a9b0464ed60164f3b0a2bad5e72188
parent23d117bbf1c8f477b39119a9fa3e6d85b67c5aa3
tests: Prefer development Python files over installed ones.

A developer may have Open vSwitch installed, in which case many of
the Python files which are tested will be in both the development
tree and the system Python library.  When running unit tests, we
want to test the development tree, so it's better to prefer
importing those files.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
tests/atlocal.in