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, 2 Mar 2012 00:40:51 +0000 (16:40 -0800)
commitd10a390258699b87823a11b6905b4807e3466367
treedf86c076a326a7f6eb3d2122cb0988b1eb72d728
parenta09a8b6fc24f41d7c5b83db04ac778a7b69515df
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