Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/121435 Subject: [V3,5/5] tests/vf_offload: Replace the tcpdump implementation to a packet reading implementation. _Testing issues_ Diff: tests/TestSuite_vf_offload.py DPDK: commit 373f4c7de8ff350548cacc3d56e788461677f2c7 Author: David Marchand Date: Tue Dec 13 16:07:10 2022 +0100 Comment: ci: drop Travis configuration DTS: commit c3e48167b5dcb11996a5af5e203d758a9ad4bfaf Author: Lijuan Tu Date: Thu Dec 22 14:47:00 2022 +0800 Comment: framework: fix umount ahead of mount Test environment and result as below: +------------+----------+---------------------------------+--------------------------------+ | suits | category | UB2004-64+216_columbiaville_25g | UB2004-64+216_fortville_spirit | +------------+----------+---------------------------------+--------------------------------+ | vf_offload | NIC VF | not run | run | +------------+----------+---------------------------------+--------------------------------+ Log path: /regression_dts/results/test/b8669357798b4ca0a74374c41a118fff #1: UB2004-64+216_fortville_spirit OS: Ubuntu 20.04.5 LTS Kernel: 5.8.0-45-generic CPU: Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz GCC: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 Clang: 10.0.0-4ubuntu1 Status: FAILURE Catogory: NIC VF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 5/0/0/5/0 with_patch Total/Pass/Fail/Blocked/NA: 5/0/0/5/0 Detail test results: +------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +------------------------------------------------+------------+---------------+ | vf_offload/test_tso_tunnel | blocked | blocked | | vf_offload/test_checksum_offload_tunnel_enable | blocked | blocked | | vf_offload/test_checksum_offload_enable | blocked | blocked | | vf_offload/test_checksum_offload_disable | blocked | blocked | | vf_offload/test_tso | blocked | blocked | +------------------------------------------------+------------+---------------+ DPDK STV team