make -C tools/testing/selftests TARGETS=drivers/net/bonding TEST_PROGS=bonnd-eth-type-change.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: bond-eth-type-change.sh
[  476.704486] test-bond1: (slave test-bond0): Enslaving as an active interface with an up link
[  476.719946] test-bond0: (slave test-noneth0): The slave device specified does not support setting the MAC address
[  476.720989] test-bond0: (slave test-noneth0): Error -95 calling set_mac_address
[  476.758273] test-bond0: (slave test-bond2): Enslaving as an active interface with an up link
[  476.802096] test-bond1: (slave test-bond0): Releasing backup interface
[  476.812108] test-bond0 (unregistering): (slave test-bond2): Releasing backup interface
[  476.817979] test-bond0 (unregistering): Released all slaves
[  476.846660] test-bond1 (unregistering): Released all slaves
[  476.875556] test-bond2 (unregistering): Released all slaves
# TEST: Change ether type of an enslaved bond device with unsuccessful enslave   [ OK ]
[  477.021494] test-bond1: (slave test-bond0): Enslaving as an active interface with an up link
[  477.044873] test-bond0: (slave test-noneth0): The slave device specified does not support setting the MAC address
[  477.045481] test-bond0: (slave test-noneth0): Setting fail_over_mac to active for active-backup mode
[  477.046198] test-bond0: (slave test-noneth0): making interface the new active one
[  477.046653] test-bond0: (slave test-noneth0): Enslaving as an active interface with an up link
[  477.065240] test-bond0: (slave test-noneth0): Releasing backup interface
[  477.094227] test-bond0: (slave test-bond2): making interface the new active one
[  477.094710] test-bond0: (slave test-bond2): Enslaving as an active interface with an up link
[  477.141617] test-bond1: (slave test-bond0): Releasing backup interface
[  477.154068] test-bond0 (unregistering): (slave test-bond2): Releasing backup interface
[  477.159974] test-bond0 (unregistering): Released all slaves
[  477.186731] test-bond1 (unregistering): Released all slaves
[  477.218987] test-bond2 (unregistering): Released all slaves
# TEST: Change ether type of an enslaved bond device with successful enslave   [ OK ]
ok 1 selftests: drivers/net/bonding: bond-eth-type-change.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__->