Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/108676 Subject: [V1,5/5] tests/TestSuite_stats_checks: fix pylama errors _Testing issues_ Diff: framework/ixia_network/ixnet.py framework/pktgen_ixia_network.py framework/tester.py tests/TestSuite_mtu_update.py tests/TestSuite_stats_checks.py DPDK: commit ca12f5e8a7db9b08913f235ba8b8381248bf4970 Author: Elena Agostini Date: Thu Mar 10 00:06:50 2022 +0000 Comment: gpu/cuda: mark unused GDRCopy functions parameters DTS: commit 5bdc6eee4cc707db46cfef1526e5098d1468b9ff Author: Jun Dong Date: Mon Mar 7 15:58:01 2022 +0800 Comment: framework/*: Remove Dot1BR related code Test environment and result as below: +---------------------+----------+--------------------------------+---------------------------------+ | suits | category | UB2004-64+216_fortville_spirit | UB2004-64+216_columbiaville_25g | +---------------------+----------+--------------------------------+---------------------------------+ | cvl_rss_configure | CVL Only | not run | run | | pf_smoke | CVL Only | not run | run | | vf_smoke | NIC VF | run | not run | | vf_to_vf_nic_bridge | NIC VF | run | not run | | stats_checks | NIC PF | run | not run | | mtu_update | NIC PF | run | not run | | virtio_smoke | Virtio | run | not run | +---------------------+----------+--------------------------------+---------------------------------+ Log path: /regression_dts/results/test/04a9ce94f4554b6eb9f6623b532c23a0 #1: UB2004-64+216_fortville_spirit OS: Ubuntu 20.04.3 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 PF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 8/3/5/0/0 with_patch Total/Pass/Fail/Blocked/NA: 8/3/5/0/0 Detail test results: +-----------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +-----------------------------------+------------+---------------+ | mtu_update/test_mtu_checks_1500 | failed | failed | | mtu_update/test_mtu_checks_2400 | failed | failed | | mtu_update/test_mtu_checks_100 | failed | failed | | mtu_update/test_mtu_checks_4800 | failed | failed | | mtu_update/test_mtu_checks_9000 | failed | failed | | stats_checks/test_xstats_check_vf | passed | passed | | stats_checks/test_xstats_check_pf | passed | passed | | stats_checks/test_stats_checks | passed | passed | +-----------------------------------+------------+---------------+ Status: SUCCESS Catogory: NIC VF Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 6/6/0/0/0 with_patch Total/Pass/Fail/Blocked/NA: 6/6/0/0/0 Detail test results: +-------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +-------------------------------------------------+------------+---------------+ | vf_to_vf_nic_bridge/test_2vf_d2d_testpmd_stream | passed | passed | | vf_smoke/test_vf_rss | passed | passed | | vf_to_vf_nic_bridge/test_2vf_k2d_scapy_stream | passed | passed | | vf_smoke/test_vf_tx_rx_queue | passed | passed | | vf_smoke/test_vf_jumbo_frames | passed | passed | | vf_to_vf_nic_bridge/test_2vf_d2k_testpmd_stream | passed | passed | +-------------------------------------------------+------------+---------------+ Status: SUCCESS Catogory: Virtio Target: x86_64-native-linuxapp-gcc without_patch Total/Pass/Fail/Blocked/NA: 2/2/0/0/0 with_patch Total/Pass/Fail/Blocked/NA: 2/2/0/0/0 Detail test results: +-----------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +-----------------------------------+------------+---------------+ | virtio_smoke/test_virtio_pvp | passed | passed | | virtio_smoke/test_virtio_loopback | passed | passed | +-----------------------------------+------------+---------------+ #2: UB2004-64+216_columbiaville_25g OS: Ubuntu 20.04.3 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: 12/12/0/0/0 with_patch Total/Pass/Fail/Blocked/NA: 12/12/0/0/0 Detail test results: +--------------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +--------------------------------------------------------+------------+---------------+ | cvl_rss_configure/test_rss_configure_to_all | passed | passed | | pf_smoke/test_pf_rss | passed | passed | | cvl_rss_configure/test_command_line_option_rss_ip | passed | passed | | cvl_rss_configure/test_rss_configure_to_sctp | passed | passed | | cvl_rss_configure/test_command_line_option_rss_udp | passed | passed | | cvl_rss_configure/test_rss_configure_to_tcp | passed | passed | | cvl_rss_configure/test_rss_configure_to_ip | passed | passed | | cvl_rss_configure/test_rss_configure_to_udp | passed | passed | | cvl_rss_configure/test_rss_configure_to_default | passed | passed | | pf_smoke/test_pf_jumbo_frames | passed | passed | | pf_smoke/test_pf_tx_rx_queue | passed | passed | | cvl_rss_configure/test_command_line_option_rss_disable | passed | passed | +--------------------------------------------------------+------------+---------------+ DPDK STV team