make -C tools/testing/selftests TARGETS=drivers/net/bonding TEST_PROGS=devv_addr_lists.sh TEST_GEN_PROGS="" run_tests
make: Entering directory '/home/virtme/testing-10/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-10/tools/testing/selftests/drivers/net/bonding'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-10/tools/testing/selftests/drivers/net/bonding'
make[1]: Entering directory '/home/virtme/testing-10/tools/testing/selftests/drivers/net/bonding'
TAP version 13
1..1
# overriding timeout to 2400
# selftests: drivers/net/bonding: dev_addr_lists.sh
[ 1028.228947][ T6462] bond1: (slave dummy1): making interface the new active one
[ 1028.230217][ T6462] bond1: (slave dummy1): Enslaving as an active interface with an up link
[ 1028.446111][ T6464] bond1: (slave dummy2): Enslaving as a backup interface with an up link
[ 1028.632306][ T6472] dummy1: entered promiscuous mode
[ 1029.411334][ T6485] dummy1: left promiscuous mode
[ 1029.579943][ T6486] bond1 (unregistering): (slave dummy1): Releasing backup interface
[ 1029.597179][ T6486] bond1 (unregistering): (slave dummy2): Releasing backup interface
[ 1029.607191][ T6486] bond1 (unregistering): Released all slaves
# TEST: bonding cleanup mode active-backup                            [ OK ]
[ 1031.874557][ T6507] bond1: (slave dummy1): Enslaving as a backup interface with an up link
[ 1031.922921][   T70] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[ 1032.025873][   T70] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[ 1032.032359][ T6509] bond1: (slave dummy2): Enslaving as a backup interface with an up link
[ 1032.260839][ T6510] dummy1: entered promiscuous mode
[ 1032.261173][ T6510] dummy2: entered promiscuous mode
[ 1033.087294][ T6523] dummy1: left promiscuous mode
[ 1033.087748][ T6523] dummy2: left promiscuous mode
[ 1033.271554][ T6524] bond1 (unregistering): (slave dummy1): Removing an active aggregator
[ 1033.272111][ T6524] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[ 1033.273031][ T6524] bond1 (unregistering): (slave dummy1): Releasing backup interface
[ 1033.283529][ T6524] bond1 (unregistering): (slave dummy2): Removing an active aggregator
[ 1033.284677][ T6524] bond1 (unregistering): (slave dummy2): Releasing backup interface
[ 1033.294975][ T6524] bond1 (unregistering): Released all slaves
# TEST: bonding cleanup mode 802.3ad                                  [ OK ]
[ 1035.487647][ T6543] bond1: (slave dummy1): Enslaving as a backup interface with an up link
[ 1035.670196][   T70] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[ 1035.777911][   T70] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[ 1036.634899][ T6557] bond1: (slave dummy1): Removing an active aggregator
[ 1036.636456][ T6557] bond1: (slave dummy1): Releasing backup interface
[ 1037.282222][ T6561] bond1 (unregistering): Released all slaves
# TEST: bonding LACPDU multicast address to slave (from bond down)    [ OK ]
[ 1038.315801][ T6569] bond1: (slave dummy1): Enslaving as a backup interface with an up link
[ 1038.403894][   T70] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[ 1038.505789][   T70] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[ 1039.402445][ T6582] bond1: (slave dummy1): Removing an active aggregator
[ 1039.403121][ T6582] bond1: (slave dummy1): Releasing backup interface
[ 1039.996993][ T6586] bond1 (unregistering): Released all slaves
# TEST: bonding LACPDU multicast address to slave (from bond up)      [ OK ]
ok 1 selftests: drivers/net/bonding: dev_addr_lists.sh
make[1]: Leaving directory '/home/virtme/testing-10/tools/testing/selftests/drivers/net/bonding'
make: Leaving directory '/home/virtme/testing-10/tools/testing/selftests'
xx__-> echo $?
0
xx__->