Message ID | 20201103152344.1677878-2-linglix.chen@intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | tests/TestSuite_shutdown_api:change_thresholds:not support rx | expand |
diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 74dade7a..79100e2a 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3515,5 +3515,27 @@ "Bug ID": "", "Comments": "the nic not support this case" } + ], + "change_thresholds": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "columbiaville_100g", + "columbiaville_25g", + "fortville_eagle", + "fortville_spirit", + "fortpark_TLV", + "fortpark_BASE-T", + "fortville_25g", + "carlsville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "DPDK-24129", + "Comments": "CVL and FVL not support this case" + } ] }
change_thresholds:CVL and FVL not support this case(DPDK-24129) Signed-off-by: Chen Linglix <linglix.chen@intel.com> --- conf/test_case_checklist.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)