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:41:01 +0000 (16:41 -0800)
commitc66a2d54ea192256410538a27f87c29f3b960956
treef1ddc473aaeffc60c7382ed6099d3e4fe03d0ef7
parentc2f1d07b0e3af22a093ad5776a8b08999dfbed86
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