lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 30 Jan 2019 22:43:06 +0530
From:   Naresh Kamboju <naresh.kamboju@...aro.org>
To:     petrm@...lanox.com
Cc:     Netdev <netdev@...r.kernel.org>
Subject: selftests: net: test_vxlan_fdb_changelink.sh: expected two remotes
 after link set [FAIL]

Newly added selftests: net: test_vxlan_fdb_changelink.sh Failed on
4.19, 4.14, 4.9 and 4.4
PASS on 4.20, mainline and -next
This test case is added in kselftest version update to 4.20.

selftests: net: test_vxlan_fdb_changelink.sh
expected two remotes after fdb append [ OK ]
expected two remotes after link set [FAIL]
not ok 1.. selftests: net: test_vxlan_fdb_changelink.sh [FAIL]
selftests: net_test_vxlan_fdb_changelink.sh [FAIL]

Test output with set -x:
------------------------------
+ ./test_vxlan_fdb_changelink.sh
+ ip link add name vx up type vxlan id 2000 dstport 4789
+ bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.20 self permanent
+ bridge fdb ap dev vx 00:00:00:00:00:00 dst 192.0.2.30 self permanent
+ check_remotes 'fdb append'
+ local 'what=fdb append'
+ shift
++ wc -l
++ grep 00:00:00:00:00:00
++ bridge fdb sh dev vx
+ local N=2
+ echo -ne 'expected two remotes after fdb append\t'
expected two remotes after fdb append + [[ 2 != 2 ]]
+ echo '[ OK ]'
[ OK ]
+ ip link set dev vx type vxlan remote 192.0.2.30
+ check_remotes 'link set'
+ local 'what=link set'
+ shift
++ bridge fdb sh dev vx
++ grep 00:00:00:00:00:00
++ wc -l
+ local N=3
+ echo -ne 'expected two remotes after link set\t'
expected two remotes after link set + [[ 3 != 2 ]]
+ echo '[FAIL]'
[FAIL]
+ EXIT_STATUS=1
+ ip link del dev vx
+ exit 1

Test results comparison,
------------------------
https://qa-reports.linaro.org/_/comparetest/?project=22&project=6&project=58&project=135&project=141&project=40&project=23&suite=kselftest&test=net_test_vxlan_fdb_changelink.sh

Full test log,
https://lkft.validation.linaro.org/scheduler/job/584159#L10161
https://lkft.validation.linaro.org/scheduler/job/590328#L1286

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ