Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/111128 Subject: [V2,2/2] tests/vf_smoke modify ixgbe support vf jumbo verify. _Testing issues_ Diff: tests/smoke_base.py tests/TestSuite_vf_smoke.py DPDK: commit c0c305ee9e0e7c9feca6412266a778f330d20c19 Author: David Marchand Date: Thu May 5 11:29:52 2022 +0200 Comment: ci: build some job with ASan DTS: commit e82d3bc030d87966a093852b326f6d675d65cb03 Author: Jun Dong Date: Tue May 10 17:54:31 2022 +0800 Comment: tests/*: replace codename in test suites Test environment and result as below: +----------+----------+---------------------------------+--------------------------------+ | suits | category | UB2004-64+216_columbiaville_25g | UB2004-64+216_fortville_spirit | +----------+----------+---------------------------------+--------------------------------+ | pf_smoke | CVL Only | run | not run | | vf_smoke | NIC VF | not run | run | +----------+----------+---------------------------------+--------------------------------+ Log path: /regression_dts/results/test/0c6eef54f5ad44f49f50018b5bba25e2 #1: UB2004-64+216_fortville_spirit OS: Ubuntu 20.04.4 LTS Kernel: 5.8.0-51-generic CPU: Intel(R) Xeon(R) Platinum 8280M CPU @ 2.70GHz GCC: gcc (GCC) 10.3.0 Clang: 10.0.0-4ubuntu1 Status: FAILURE Catogory: NIC VF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 3/2/1/0/0 with_patch Total/Pass/Fail/Blocked/NA: 3/2/1/0/0 Detail test results: +-------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +-------------------------------+------------+---------------+ | vf_smoke/test_vf_jumbo_frames | failed | failed | | vf_smoke/test_vf_rss | passed | passed | | vf_smoke/test_vf_tx_rx_queue | passed | passed | +-------------------------------+------------+---------------+ #2: UB2004-64+216_columbiaville_25g OS: Ubuntu 20.04.4 LTS Kernel: 5.8.0-51-generic CPU: Intel(R) Xeon(R) Platinum 8280M CPU @ 2.70GHz GCC: gcc (GCC) 10.3.0 Clang: 10.0.0-4ubuntu1 Status: SUCCESS Catogory: CVL Only Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 3/3/0/0/0 with_patch Total/Pass/Fail/Blocked/NA: 3/3/0/0/0 Detail test results: +-------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +-------------------------------+------------+---------------+ | pf_smoke/test_pf_rss | passed | passed | | pf_smoke/test_pf_tx_rx_queue | passed | passed | | pf_smoke/test_pf_jumbo_frames | passed | passed | +-------------------------------+------------+---------------+ DPDK STV team