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:05 +0000 (16:41 -0800)
commitc6774b97d327044d8a92f5c416cf0386c19021b0
treee13fb1066baf05210c791744fcd188e274f36116
parenta5df841674c4b1f69179d2e10d514c38a3721428
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