Test-Label: Intel-dts-suite-test Test-Status: FAILURE http://dpdk.org/patch/114507 Subject: [V1,3/3] tests/generic_flow_api: add case fdir_wrong_parameters sync with testplan _Testing issues_ Diff: test_plans/generic_flow_api_test_plan.rst conf/test_case_checklist.json tests/TestSuite_generic_flow_api.py DPDK: commit 72206323a5dd3182b13f61b25a64abdddfee595c Author: David Marchand Date: Sat Jul 9 10:43:09 2022 +0200 Comment: version: 22.11-rc0 DTS: commit 33659110602da75f0e4ee03e54a2a81e71f8ce75 Author: Lingli Chen Date: Tue Jul 5 04:16:47 2022 -0400 Comment: tests/distributor: modify script add novector path expect Test environment and result as below: +------------------+----------+--------------------------------+---------------------------------+ | suits | category | UB2004-64+216_fortville_spirit | UB2004-64+216_columbiaville_25g | +------------------+----------+--------------------------------+---------------------------------+ | generic_flow_api | NIC PF | run | not run | +------------------+----------+--------------------------------+---------------------------------+ Log path: /regression_dts/results/test/a056eacda3e448e4a6e16b2a0e7e7f7a #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 (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: 27/16/2/0/9 with_patch Total/Pass/Fail/Blocked/NA: 28/17/2/0/9 Detail test results: +---------------------------------------------------------------+------------+---------------+ | suit/case | with_patch | without_patch | +---------------------------------------------------------------+------------+---------------+ | generic_flow_api/test_dual_vlan | failed | failed | | generic_flow_api/test_fdir_for_vlan | failed | failed | | generic_flow_api/test_fdir_for_L2_payload | passed | passed | | generic_flow_api/test_fdir_for_match_report | n/a | n/a | | generic_flow_api/test_create_different_rule_after_destroy | passed | passed | | generic_flow_api/test_fdir_for_nvgre | n/a | n/a | | generic_flow_api/test_fdir_L2_mac_filter_basic_for_ipv4_other | passed | passed | | generic_flow_api/test_tunnel_filter_nvgre | passed | passed | | generic_flow_api/test_64_queues | n/a | n/a | | generic_flow_api/test_fdir_L2_mac_filter_basic_for_ipv4_udp | passed | passed | | generic_flow_api/test_fdir_for_vxlan | n/a | n/a | | generic_flow_api/test_create_same_rule_after_destroy | passed | passed | | generic_flow_api/test_fdir_for_mac_vlan | passed | passed | | generic_flow_api/test_n_tuple_filter | n/a | n/a | | generic_flow_api/test_ethertype_filter | passed | passed | | generic_flow_api/test_fdir_for_ipv4 | passed | passed | | generic_flow_api/test_tunnel_filter_vxlan | passed | passed | | generic_flow_api/test_fdir_for_flexbytes | passed | passed | | generic_flow_api/test_multiple_filters_10GB | n/a | n/a | | generic_flow_api/test_fdir_wrong_parameters | passed | n/a | | generic_flow_api/test_fdir_for_ipv6 | passed | passed | | generic_flow_api/test_fdir_L2_mac_filter_basic_for_ipv4_tcp | passed | passed | | generic_flow_api/test_flexbytes_filter | n/a | n/a | | generic_flow_api/test_jumbo_frame_size | n/a | n/a | | generic_flow_api/test_fdir_L2_mac_filter_complex | passed | passed | | generic_flow_api/test_fdir_L2_mac_filter_negative | passed | passed | | generic_flow_api/test_syn_filter | n/a | n/a | | generic_flow_api/test_2_tuple_filter | passed | passed | +---------------------------------------------------------------+------------+---------------+ DPDK STV team