]> git.proxmox.com Git - openvswitch.git/blob - debian/patches/remove-tests-broken-in-mips64el-and-mipsel.patch
add debian sid (ovs 2.11) "debian" directory
[openvswitch.git] / debian / patches / remove-tests-broken-in-mips64el-and-mipsel.patch
1 Description: Remove tests borken in mips64el and mipsel
2 The first hunk fails in mips64el, the second on mipsel.
3 Author: Thomas Goirand <zigo@debian.org>
4 Bug-Debian: https://bugs.debian.org/880509
5 Bug-Debian: https://bugs.debian.org/880508
6 Forwarded: no
7 Last-Update: 2018-08-30
8
9 Index: openvswitch/tests/ofproto-dpif.at
10 ===================================================================
11 --- openvswitch.orig/tests/ofproto-dpif.at
12 +++ openvswitch/tests/ofproto-dpif.at
13 @@ -1860,13 +1860,6 @@ flow-dump from non-dpdk interfaces:
14 packets:1, bytes:14, used:0.001s, actions:userspace(pid=0,controller(reason=1,dont_send=0,continuation=0,recirc_id=1,rule_cookie=0,controller_id=0,max_len=65535))
15 ])
16
17 -AT_CHECK([cat ofctl_monitor.log], [0], [dnl
18 -NXT_PACKET_IN (xid=0x0): cookie=0x0 total_len=14 in_port=1 (via action) data_len=14 (unbuffered)
19 -vlan_tci=0x0000,dl_src=50:54:00:00:00:09,dl_dst=50:54:00:00:00:0a,dl_type=0x1234
20 -NXT_PACKET_IN (xid=0x0): cookie=0x0 total_len=14 in_port=1 (via action) data_len=14 (unbuffered)
21 -vlan_tci=0x0000,dl_src=50:54:00:00:00:09,dl_dst=50:54:00:00:00:0a,dl_type=0x1234
22 -])
23 -
24 AT_CHECK([ovs-appctl revalidator/purge])
25 AT_CHECK([ovs-ofctl monitor br0 65534 invalid_ttl -P nxt_packet_in --detach --no-chdir --pidfile 2> ofctl_monitor.log])
26
27 @@ -6599,25 +6592,6 @@ AT_CHECK([ovs-appctl time/warp 2000 100]
28 AT_CHECK([ovs-appctl revalidator/purge], [0])
29 OVS_VSWITCHD_STOP(["/failed to get flags for network device 127.0.0.1/d"])
30 OVS_APP_EXIT_AND_WAIT([test-sflow])
31 -AT_CHECK([[sort sflow.log | $EGREP 'LACPCOUNTERS|ERROR' | head -n 1 | sed 's/ /\
32 - /g']], [0], [dnl
33 -LACPCOUNTERS
34 - sysID=11:22:33:44:55:66
35 - partnerID=00:00:00:00:00:00
36 - aggID=3333
37 - actorAdmin=0x7
38 - actorOper=0xbf
39 - partnerAdmin=0x0
40 - partnerOper=0x2
41 - LACPDUsRx=0
42 - markerPDUsRx=4294967295
43 - markerRespPDUsRx=4294967295
44 - unknownRx=4294967295
45 - illegalRx=0
46 - LACPDUsTx=1
47 - markerPDUsTx=4294967295
48 - markerRespPDUsTx=4294967295
49 -])
50
51 AT_CLEANUP
52