[ovs-git] Open vSwitch: testsuite: Look for .ovsschema files in source dir as well as build dir. (next)

dev at openvswitch.org dev at openvswitch.org
Thu Dec 17 23:52:07 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, next has been updated
       via  8419883d698965962e37b024cfb7f2f0ccba376f (commit)
       via  5562d6f55e762ea6783a9f6032e85ccb2824773f (commit)
      from  57972e2ed740f00b2d575b55d609c69ae0a86d4f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8419883d698965962e37b024cfb7f2f0ccba376f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8419883d698965962e37b024cfb7f2f0ccba376f
Author: Ben Pfaff <blp at nicira.com>
		
testsuite: Look for .ovsschema files in source dir as well as build dir.
		
When a distribution is built with "make dist", the .ovsschema files are
included as part of it, so that the builder does not have to have Python
installed.  However in that case the distributed .ovsschema files are in
the source dir instead of the build dir.  The testsuite always expected
them in the latter directory.  This commit makes it look for them in both
places.


commit 5562d6f55e762ea6783a9f6032e85ccb2824773f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5562d6f55e762ea6783a9f6032e85ccb2824773f
Author: Ben Pfaff <blp at nicira.com>
		
test-json: Avoid use of /dev/stdin to fix builds in limited chroots.
		
The chroots in which we often build Open vSwitch don't have /proc and
thus cannot support /dev/stdin, because on Linux that is a symlink to
/proc/self/fd/0.  So avoid using /dev/stdin in the testsuite.


-----------------------------------------------------------------------

Summary of changes:
 lib/json.c         |   26 ++++++++++++++++++++------
 lib/json.h         |    1 +
 tests/ovs-vsctl.at |   10 +++++++++-
 tests/ovsdb-idl.at |   13 +++++++++++--
 tests/test-json.c  |   20 ++++++++------------
 5 files changed, 49 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list