Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/116328 Subject: [V2] tests/port_control: optimize the test script to make run stably _Testing issues_ Diff: tests/TestSuite_port_control.py DPDK: commit 1c9a7fba5c90e0422b517404499ed106f647bcff Author: Mattias Rönnblom Date: Mon Jul 11 14:11:32 2022 +0200 Comment: net: accept unaligned data in checksum routines DTS: commit 1281a75942e15d3238e4215527dbe211b7d041e7 Author: hailinx xu Date: Wed Sep 14 15:37:40 2022 +0800 Comment: tests/ice_advanced_rss: support ipv6 next protocol id Test environment and result as below: +--------------+----------+---------------------------------+--------------------------------+ | suits | category | UB2004-64+216_columbiaville_25g | UB2004-64+216_fortville_spirit | +--------------+----------+---------------------------------+--------------------------------+ | port_control | NIC PF | not run | run | +--------------+----------+---------------------------------+--------------------------------+ Log path: /regression_dts/results/test/fbdddac319ea43fe89b65fd970c2728c #1: UB2004-64+216_fortville_spirit OS: Ubuntu 20.04.4 LTS Kernel: 5.11.0-37-generic CPU: Intel(R) Xeon(R) Platinum 8280M CPU @ 2.70GHz GCC: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Clang: 10.0.0-4ubuntu1 Status: FAILURE Catogory: NIC PF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 2/1/1/0/0 with_patch Total/Pass/Fail/Blocked/NA: 2/1/1/0/0 Detail test results: +------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +------------------------------------------------+------------+---------------+ | port_control/test_e1000_start_stop_reset_close | failed | failed | | port_control/test_pf_start_stop_reset_close | passed | passed | +------------------------------------------------+------------+---------------+ DPDK STV team