hakehuang / zephyr

Primary GIT Repository for the Zephyr Project
http://zephyrproject.org/doc
Apache License 2.0
0 stars 0 forks source link

tests-ci :net.ethernet_mgmt.change_qbv_params : zephyr-v2.6.0-436-gfbf5b8e8deb1: mimxrt1060_evk: test failed #6

Open hakehuang opened 3 years ago

hakehuang commented 3 years ago

Describe the bug net.ethernet_mgmt.change_qbv_params test is failed on zephyr-v2.6.0-436-gfbf5b8e8deb1 on mimxrt1060_evk

see logs for details

To Reproduce

  1. scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1060_evk --testcase-root tests --sub-test net.ethernet_mgmt
  2. See error

Expected behavior test pass

Impact

Logs and console output

W: You have 1 IPv6 net_if addresses but 2 network interfaces
W: Consider increasing CONFIG_NET_IF_MAX_IPV6_COUNT value.
W: You have 1 IPv4 net_if addresses but 2 network interfaces
W: Consider increasing CONFIG_NET_IF_MAX_IPV4_COUNT value.
*** Booting Zephyr OS build zephyr-v2.6.0-436-gfbf5b8e8deb1  ***
Running test suite ethernet_mgmt_test
===================================================================
START - test_setup
PASS - test_setup in 0.1 seconds
===================================================================
START - test_change_mac_when_up
PASS - test_change_mac_when_up in 0.1 seconds
===================================================================
START - test_change_mac_when_down
PASS - test_change_mac_when_down in 0.1 seconds
===================================================================
START - test_change_auto_neg
PASS - test_change_auto_neg in 0.1 seconds
===================================================================
START - test_change_to_same_auto_neg
PASS - test_change_to_same_auto_neg in 0.1 seconds
===================================================================
START - test_change_link
PASS - test_change_link in 0.1 seconds
===================================================================
START - test_change_same_link
PASS - test_change_same_link in 0.1 seconds
===================================================================
START - test_change_unsupported_link
PASS - test_change_unsupported_link in 0.1 seconds
===================================================================
START - test_change_duplex
PASS - test_change_duplex in 0.1 seconds
===================================================================
START - test_change_same_duplex
PASS - test_change_same_duplex in 0.1 seconds
===================================================================
START - test_change_qav_params
PASS - test_change_qav_params in 0.1 seconds
===================================================================
START - test_change_qbv_params
Assertion failed at WEST_TOPDIR/zephyr/tests/net/ethernet_mgmt/src/main.c:915: test_change_qbv_params: (ret not equal to 0)
could not get the number of ports (-134)
FAIL - test_change_qbv_params in 0.16 seconds
===================================================================
START - test_change_qbu_params
Assertion failed at WEST_TOPDIR/zephyr/tests/net/ethernet_mgmt/src/main.c:1091: test_change_qbu_params: (ret not equal to 0)
could not get the number of ports (-134)
FAIL - test_change_qbu_params in 0.16 seconds
===================================================================
START - test_change_txtime_params
Assertion failed at WEST_TOPDIR/zephyr/tests/net/ethernet_mgmt/src/main.c:1292: test_change_txtime_params: (ret not equal to 0)
could not get the number of priority queues
FAIL - test_change_txtime_params in 0.16 seconds
===================================================================
START - test_change_promisc_mode_on
PASS - test_change_promisc_mode_on in 0.1 seconds
===================================================================
START - test_change_to_same_promisc_mode
PASS - test_change_to_same_promisc_mode in 0.1 seconds
===================================================================
START - test_change_promisc_mode_off
PASS - test_change_promisc_mode_off in 0.1 seconds
===================================================================
Test suite ethernet_mgmt_test failed.
===================================================================
PROJECT EXECUTION FAILED

Environment (please complete the following information):

hakehuang commented 3 years ago

tests-ci :net.ethernet_mgmt.change_qbu_params : zephyr-v2.6.0-436-gfbf5b8e8deb1: mimxrt1060_evk: test failed

hakehuang commented 3 years ago

tests-ci :net.ethernet_mgmt.change_txtime_params : zephyr-v2.6.0-436-gfbf5b8e8deb1: mimxrt1060_evk: test failed