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-9/tools/testing/selftests'
make[1]: Entering directory '/home/virtme/testing-9/tools/testing/selftests/drivers/net/bonding'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/virtme/testing-9/tools/testing/selftests/drivers/net/bonding'
make[1]: Entering directory '/home/virtme/testing-9/tools/testing/selftests/drivers/net/bonding'
TAP version 13
1..1
# timeout set to 1200
# selftests: drivers/net/bonding: dev_addr_lists.sh
[  560.426668] bond1: (slave dummy1): making interface the new active one
[  560.427575] bond1: (slave dummy1): Enslaving as an active interface with an up link
[  560.443905] bond1: (slave dummy2): Enslaving as a backup interface with an up link
[  560.459116] dummy1: entered promiscuous mode
[  560.526741] dummy1: left promiscuous mode
[  560.541975] bond1 (unregistering): (slave dummy1): Releasing backup interface
[  560.552089] bond1 (unregistering): (slave dummy2): Releasing backup interface
[  560.557984] bond1 (unregistering): Released all slaves
# TEST: bonding cleanup mode active-backup                            [ OK ]
[  560.796054] bond1: (slave dummy1): Enslaving as a backup interface with an up link
[  560.815809] bond1: (slave dummy2): Enslaving as a backup interface with an up link
[  560.834309] dummy1: entered promiscuous mode
[  560.834699] dummy2: entered promiscuous mode
[  560.886094] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[  560.914699] dummy1: left promiscuous mode
[  560.915132] dummy2: left promiscuous mode
[  560.934076] bond1 (unregistering): (slave dummy1): Removing an active aggregator
[  560.934714] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[  560.935494] bond1 (unregistering): (slave dummy1): Releasing backup interface
[  560.949049] bond1 (unregistering): (slave dummy2): Removing an active aggregator
[  560.949496] bond1 (unregistering): (slave dummy2): Releasing backup interface
[  560.955979] bond1 (unregistering): Released all slaves
# TEST: bonding cleanup mode 802.3ad                                  [ OK ]
[  561.174914] bond1: (slave dummy1): Enslaving as a backup interface with an up link
[  561.193039] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[  561.257599] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[  561.288933] bond1: (slave dummy1): Removing an active aggregator
[  561.289653] bond1: (slave dummy1): Releasing backup interface
[  561.372479] bond1 (unregistering): Released all slaves
# TEST: bonding LACPDU multicast address to slave (from bond down)    [ OK ]
[  561.482722] bond1: (slave dummy1): Enslaving as a backup interface with an up link
[  561.542097] bond1: Warning: No 802.3ad response from the link partner for any adapters in the bond
[  561.568428] bond1: (slave dummy1): Removing an active aggregator
[  561.568791] bond1: (slave dummy1): Releasing backup interface
[  561.642683] 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-9/tools/testing/selftests/drivers/net/bonding'
make: Leaving directory '/home/virtme/testing-9/tools/testing/selftests'
xx__-> echo $?
0
xx__->