test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] conf/test_case_checklist:add NIC not support case
  2021-03-08 17:47 [dts] [PATCH V1] conf/test_case_checklist:add NIC not support case Chen Lingli
@ 2021-03-08  9:49 ` Chen, LingliX
  2021-03-10  6:25 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Chen, LingliX @ 2021-03-08  9:49 UTC (permalink / raw)
  To: dts

[-- Attachment #1: Type: text/plain, Size: 564 bytes --]


> -----Original Message-----
> From: Chen, LingliX
> Sent: Tuesday, March 9, 2021 1:48 AM
> To: dts@dpdk.org
> Cc: Chen, LingliX <linglix.chen@intel.com>
> Subject: [dts][PATCH V1] conf/test_case_checklist:add NIC not support case
> 
> 1.generic_flow_api: add fortville_eagle not support case.
> Comments:testpmd not support socket-mem and file-prefix param in
> freebsd.
> 2.mtu_checks_100: add springville/powerville/foxville not support.
> 
> Signed-off-by: Chen Lingli <linglix.chen@intel.com>

Tested-by: Chen Lingli <linglix.chen@intel.com>

[-- Attachment #2: TestGeneric_flow_api.log --]
[-- Type: application/octet-stream, Size: 1161 bytes --]

09/03/2021 01:48:25                            dts: 
TEST SUITE : TestGeneric_flow_api
09/03/2021 01:48:25                            dts: NIC :        fortville_eagle
09/03/2021 01:48:25             dut.10.240.183.134: 
09/03/2021 01:48:25                         tester: 
09/03/2021 01:48:28           TestGeneric_flow_api: Test Case test_fdir_for_flexbytes Result SKIPPED:
09/03/2021 01:48:28           TestGeneric_flow_api: Test Case test_fdir_for_ipv4 Result SKIPPED:
09/03/2021 01:48:28           TestGeneric_flow_api: Test Case test_fdir_for_ipv6 Result SKIPPED:
09/03/2021 01:48:28           TestGeneric_flow_api: Test Case test_fdir_for_nvgre Result SKIPPED:
09/03/2021 01:48:28           TestGeneric_flow_api: Test Case test_fdir_for_vlan Result SKIPPED:
09/03/2021 01:48:28           TestGeneric_flow_api: Test Case test_fdir_for_vxlan Result SKIPPED:
09/03/2021 01:48:28           TestGeneric_flow_api: Test Case test_tunnel_filter_nvgre Result SKIPPED:
09/03/2021 01:48:28           TestGeneric_flow_api: Test Case test_tunnel_filter_vxlan Result SKIPPED:
09/03/2021 01:48:28                            dts: 
TEST SUITE ENDED: TestGeneric_flow_api

[-- Attachment #3: TestMtuUpdate.log --]
[-- Type: application/octet-stream, Size: 444 bytes --]


08/03/2021 17:31:12                            dts: 
TEST SUITE : TestMtuUpdate
08/03/2021 17:31:12                            dts: NIC :        foxville
08/03/2021 17:31:12             dut.10.240.183.171: 
08/03/2021 17:31:12                         tester: 
08/03/2021 17:31:33                  TestMtuUpdate: Test Case test_mtu_checks_100 Result SKIPPED:
08/03/2021 17:31:33                            dts: 
TEST SUITE ENDED: TestMtuUpdate

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [dts] [PATCH V1] conf/test_case_checklist:add NIC not support case
@ 2021-03-08 17:47 Chen Lingli
  2021-03-08  9:49 ` Chen, LingliX
  2021-03-10  6:25 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Chen Lingli @ 2021-03-08 17:47 UTC (permalink / raw)
  To: dts; +Cc: Chen Lingli

1.generic_flow_api: add fortville_eagle not support case.
Comments:testpmd not support socket-mem and file-prefix param in
freebsd.
2.mtu_checks_100: add springville/powerville/foxville not support.

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

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 133700fc..04411b88 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -2953,6 +2953,19 @@
             ],
             "Bug ID": "",
             "Comments": "NIC not support this case"
+        },
+        {
+            "OS": [
+                "freebsd"
+            ],
+            "NIC": [
+                "fortville_eagle"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "testpmd not support socket-mem and file-prefix param in freebsd"
         }
     ],
 	"fdir_for_nvgre": [
@@ -2968,6 +2981,19 @@
             ],
             "Bug ID": "",
             "Comments": "NIC not support this case"
+        },
+	{
+            "OS": [
+                "freebsd"
+            ],
+            "NIC": [
+                "fortville_eagle"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "testpmd not support socket-mem and file-prefix param in freebsd"
         }
     ],
 	"L2_tunnel_filter": [
@@ -3195,6 +3221,19 @@
             ],
             "Bug ID": "",
             "Comments": "NIC not support this case"
+        },
+        {
+            "OS": [
+                "freebsd"
+            ],
+            "NIC": [
+                "fortville_eagle"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "testpmd not support socket-mem and file-prefix param in freebsd"
         }
     ],
 	"fdir_for_flexbytes": [
@@ -3210,6 +3249,19 @@
             ],
             "Bug ID": "",
             "Comments": "NIC not support this case"
+        },
+        {
+            "OS": [
+                "freebsd"
+            ],
+            "NIC": [
+                "fortville_eagle"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "testpmd not support socket-mem and file-prefix param in freebsd"
         }
     ],
 	"fdir_for_mac_vlan": [
@@ -3240,6 +3292,19 @@
             ],
             "Bug ID": "",
             "Comments": "NIC not support this case"
+        },
+        {
+            "OS": [
+                "freebsd"
+            ],
+            "NIC": [
+                "fortville_eagle"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "testpmd not support socket-mem and file-prefix param in freebsd"
         }
     ],
 	"fdir_for_ipv4": [
@@ -3255,6 +3320,34 @@
             ],
             "Bug ID": "",
             "Comments": "NIC not support this case"
+        },
+        {
+            "OS": [
+                "freebsd"
+            ],
+            "NIC": [
+                "fortville_eagle"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "testpmd not support socket-mem and file-prefix param in freebsd"
+        }
+    ],
+       "fdir_for_ipv6": [
+        {
+            "OS": [
+                "freebsd"
+            ],
+            "NIC": [
+                "fortville_eagle"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "testpmd not support socket-mem and file-prefix param in freebsd"
         }
     ],
 	"fdir_for_vxlan": [
@@ -3270,6 +3363,19 @@
             ],
             "Bug ID": "",
             "Comments": "NIC not support this case"
+        },
+        {
+            "OS": [
+                "freebsd"
+            ],
+            "NIC": [
+                "fortville_eagle"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "testpmd not support socket-mem and file-prefix param in freebsd"
         }
     ],
 	"link_status_interrupt_change": [
@@ -3579,7 +3685,10 @@
                  "niantic",
                  "twinpond",
                  "sageville",
-                 "sagepond"
+                 "sagepond",
+		 "springville",
+		 "powerville",
+                 "foxville"
              ],
              "Target": [
                  "ALL"
-- 
2.25.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dts] [PATCH V1] conf/test_case_checklist:add NIC not support case
  2021-03-08 17:47 [dts] [PATCH V1] conf/test_case_checklist:add NIC not support case Chen Lingli
  2021-03-08  9:49 ` Chen, LingliX
@ 2021-03-10  6:25 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2021-03-10  6:25 UTC (permalink / raw)
  To: Chen, LingliX, dts; +Cc: Chen, LingliX

> 1.generic_flow_api: add fortville_eagle not support case.
> Comments:testpmd not support socket-mem and file-prefix param in freebsd.
> 2.mtu_checks_100: add springville/powerville/foxville not support.
> 
> Signed-off-by: Chen Lingli <linglix.chen@intel.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-10  6:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08 17:47 [dts] [PATCH V1] conf/test_case_checklist:add NIC not support case Chen Lingli
2021-03-08  9:49 ` Chen, LingliX
2021-03-10  6:25 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).