Hello All,
Test case 717 fails on s390x:
717. ofproto-dpif.at:203: 717. ofproto-dpif, balance-tcp bonding,
different recirc flow (ofproto-dpif.at:203): FAILED (ofproto-dpif.at:253)
The test case was introduced by 4ec2ffe905e266ed27c16294668b8162ec5f29dc
into the 2.3 branch and is also in the 2.4 branch with ID
f9038ef61e0bf89bcd753b7cfd187adb112601ec.
In the 2.4 branch there is also a patch with ID
8ae8176fd0d8ed919e3301cc961dcf02b65ff49d which appears to fix the
failing test case for the 2.4 branch.
With a backported version of this 2.4 patch test case 717 passes most of
the times but not always.
I would appreciate some feedback if the backported patch is correct ...
Thanks in advance,
Gerhard Stenzel
#####################################
diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index d350b40..914a692 100644
--- a/tests/ofproto-dpif.at
+++ b/tests/ofproto-dpif.at
@@ -250,8 +250,8 @@ megaflows enabled
# Checks the flow stats in br1, should only be one flow with non-zero
# 'n_packets' from internal table.
-AT_CHECK([ovs-appctl bridge/dump-flows br1 | ofctl_strip | grep --
"n_packets" | grep -- "table_id" | sed -e 's/output:[[0-9]]\+/output/'],
[0], [dnl
-table_id=254, n_packets=1, n_bytes=64,
priority=20,recirc_id=0x12d,dp_hash=0xcf/0xff,actions=output
+AT_CHECK([ovs-appctl bridge/dump-flows br1 | ofctl_strip | grep --
"n_packets" | grep -- "table_id" | sed -e
's/dp_hash=0x[[0-9a-f]]\+/dp_hash=0x0/' -e
's/output:[[0-9]][[0-9]]*/output/'], [0], [dnl
+table_id=254, n_packets=1, n_bytes=64,
priority=20,recirc_id=0x12d,dp_hash=0x0/0xff,actions=output
])
# Checks the flow stats in br-int, should be only one match.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss