foxville not supoort case:txoffload_queue change_linkspeed_vf:freebsd not support create vf Signed-off-by: chenlinglix --- conf/test_case_checklist.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 493f403..fbe7810 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -2869,6 +2869,19 @@ ], "Bug ID": "", "Comments": "only ixgbe driver support this case" + }, + { + "OS": [ + "freebsd" + ], + "NIC": [ + "all" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "freebsd not support create vf" } ], "hash_readwrite_perf": [ @@ -3493,5 +3506,20 @@ "Bug ID": "", "Comments": "CVL not support DPDK PF + DPDK VF" } + ], + "txoffload_queue": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "foxville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "the nic not support this case" + } ] } -- 1.8.3.1