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:56 +0000 (16:40 -0800)
commit10a835f75873af11c5506628c71d8e9e571d4eb1
tree0aa37afddd2de457dfafb4885cfd81f8415bf0fb
parent793f3f5b05b471b742a6058e57494846a8e22abd
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