tests: Fix mirroring tests on big-endian architectures.
authorBen Pfaff <blp@nicira.com>
Thu, 26 Apr 2012 17:57:14 +0000 (10:57 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 26 Apr 2012 18:00:10 +0000 (11:00 -0700)
commitf79982ba930364f2d3935196dc13b422ba711ef2
tree4b676cbd2b1bc6349d4a32f152b6d260df25b8a4
parent3ec948f68e4524dadbfd5922368f9a65a1e21d3f
tests: Fix mirroring tests on big-endian architectures.

These tests had a hidden dependency on the hash function in use,
which yields different results on big-endian and little-endian
architectures.  This commit fixes the problem by properly
parameterizing the parts that can differ.

Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto-dpif.at