[ovs-dev] [PATCH v8 11/16] ofproto: Add group desc and stats tests

Ben Pfaff blp at nicira.com
Tue Nov 5 05:07:36 UTC 2013


On Tue, Nov 05, 2013 at 09:39:29AM +0900, Simon Horman wrote:
> Could you let me know how you ran the tests under valgrind?

>From "Running the Testsuite" in INSTALL:

    If you have "valgrind" installed, then you can also run the testsuite
    under valgrind by using "make check-valgrind" in place of "make
    check".  All the same options are available via TESTSUITEFLAGS.  When
    you do this, the "valgrind" results for test <N> are reported in files
    named tests/testsuite.dir/<N>/valgrind.*.  You may find that the
    valgrind results are easier to interpret if you put "-q" in
    ~/.valgrindrc, since that reduces the amount of output.

valgrind is slow so I usually just run one or two tests at a time, as in
this case.



More information about the dev mailing list