[V1,1/3] conf/test_case_checklist: add two cases about nic not support

Message ID 20210825183034.63754-2-linglix.chen@intel.com (mailing list archive)
State Accepted
Headers
Series generic_flow_api: add two test cases |

Commit Message

Lingli Chen Aug. 25, 2021, 6:30 p.m. UTC
  add two cases about nic not support

Signed-off-by: Lingli Chen <linglix.chen@intel.com>
---
 conf/test_case_checklist.json | 38 +++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
  

Patch

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 4726aac3..8cd47dd1 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -3689,5 +3689,43 @@ 
              "Bug ID": "",
              "Comments": "NIC not support this case"
          }
+    ],
+    "create_same_rule_after_destroy": [
+         {
+             "OS": [
+                 "ALL"
+             ],
+             "NIC": [
+                 "sageville",
+                 "sagepond",
+                 "springville",
+                 "powerville",
+                 "foxville"
+             ],
+             "Target": [
+                 "ALL"
+             ],
+             "Bug ID": "",
+             "Comments": "NIC not support this case"
+         }
+    ],
+    "create_different_rule_after_destroy": [
+         {
+             "OS": [
+                 "ALL"
+             ],
+             "NIC": [
+                 "sageville",
+                 "sagepond",
+                 "springville",
+                 "powerville",
+                 "foxville"
+             ],
+             "Target": [
+                 "ALL"
+             ],
+             "Bug ID": "",
+             "Comments": "NIC not support this case"
+         }
     ]
 }