test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] conf/checklist:add not support case on FVL.
@ 2019-01-11  5:42 zhu,shuai
  2019-01-11 10:06 ` Wu, ChangqingX
  2019-01-15  6:00 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: zhu,shuai @ 2019-01-11  5:42 UTC (permalink / raw)
  To: dts; +Cc: zhu,shuai

The following case is skipped:
    port_mtu,
    retrieve_reg

Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
---
 conf/test_case_checklist.json | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index b4e7126..fec4c5a 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -1911,7 +1911,13 @@
                 "ALL"
             ],
             "NIC": [
-                "ALL"
+                "fortville_eagle",
+                "fortville_spirit",
+                "fortville_spirit_single",
+                "fortville_25g",
+                "fortpark",
+                "fortpark_TLV",
+                "fortpark_TLV_vf"
             ],
             "Target": [
                 "ALL"
@@ -2149,5 +2155,26 @@
             "Bug ID": "",
             "Comments": "the nic not support this case"
         }
+    ],
+     "retrieve_reg": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortville_eagle",
+                "fortville_spirit",
+                "fortville_spirit_single",
+                "fortville_25g",
+                "fortpark",
+                "fortpark_TLV",
+                "fortpark_TLV_vf"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "the nic not support this case"
+        }
     ]
 }
-- 
2.17.2

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

* Re: [dts] [PATCH V1] conf/checklist:add not support case on FVL.
  2019-01-11  5:42 [dts] [PATCH V1] conf/checklist:add not support case on FVL zhu,shuai
@ 2019-01-11 10:06 ` Wu, ChangqingX
  2019-01-15  6:00 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Wu, ChangqingX @ 2019-01-11 10:06 UTC (permalink / raw)
  To: Zhu, ShuaiX, dts; +Cc: Zhu, ShuaiX, Wu, ChangqingX

Tested-by: Wu, ChangqingX <changqingx.wu@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai
Sent: Friday, January 11, 2019 1:42 PM
To: dts@dpdk.org
Cc: Zhu, ShuaiX <shuaix.zhu@intel.com>
Subject: [dts] [PATCH V1] conf/checklist:add not support case on FVL.

The following case is skipped:
    port_mtu,
    retrieve_reg

Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
---
 conf/test_case_checklist.json | 29 ++++++++++++++++++++++++++++-
 1 file changed, 28 insertions(+), 1 deletion(-)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index b4e7126..fec4c5a 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -1911,7 +1911,13 @@
                 "ALL"
             ],
             "NIC": [
-                "ALL"
+                "fortville_eagle",
+                "fortville_spirit",
+                "fortville_spirit_single",
+                "fortville_25g",
+                "fortpark",
+                "fortpark_TLV",
+                "fortpark_TLV_vf"
             ],
             "Target": [
                 "ALL"
@@ -2149,5 +2155,26 @@
             "Bug ID": "",
             "Comments": "the nic not support this case"
         }
+    ],
+     "retrieve_reg": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortville_eagle",
+                "fortville_spirit",
+                "fortville_spirit_single",
+                "fortville_25g",
+                "fortpark",
+                "fortpark_TLV",
+                "fortpark_TLV_vf"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "the nic not support this case"
+        }
     ]
 }
--
2.17.2

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

* Re: [dts] [PATCH V1] conf/checklist:add not support case on FVL.
  2019-01-11  5:42 [dts] [PATCH V1] conf/checklist:add not support case on FVL zhu,shuai
  2019-01-11 10:06 ` Wu, ChangqingX
@ 2019-01-15  6:00 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-01-15  6:00 UTC (permalink / raw)
  To: Zhu, ShuaiX, dts; +Cc: Zhu, ShuaiX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai
> Sent: Friday, January 11, 2019 1:42 PM
> To: dts@dpdk.org
> Cc: Zhu, ShuaiX <shuaix.zhu@intel.com>
> Subject: [dts] [PATCH V1] conf/checklist:add not support case on FVL.
> 
> The following case is skipped:
>     port_mtu,
>     retrieve_reg
> 
> Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
> ---
>  conf/test_case_checklist.json | 29 ++++++++++++++++++++++++++++-
>  1 file changed, 28 insertions(+), 1 deletion(-)
> 
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index
> b4e7126..fec4c5a 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -1911,7 +1911,13 @@
>                  "ALL"
>              ],
>              "NIC": [
> -                "ALL"
> +                "fortville_eagle",
> +                "fortville_spirit",
> +                "fortville_spirit_single",
> +                "fortville_25g",
> +                "fortpark",
> +                "fortpark_TLV",
> +                "fortpark_TLV_vf"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2149,5 +2155,26 @@
>              "Bug ID": "",
>              "Comments": "the nic not support this case"
>          }
> +    ],
> +     "retrieve_reg": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "fortville_eagle",
> +                "fortville_spirit",
> +                "fortville_spirit_single",
> +                "fortville_25g",
> +                "fortpark",
> +                "fortpark_TLV",
> +                "fortpark_TLV_vf"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "the nic not support this case"
> +        }
>      ]
>  }
> --
> 2.17.2

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

end of thread, other threads:[~2019-01-15  6:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-11  5:42 [dts] [PATCH V1] conf/checklist:add not support case on FVL zhu,shuai
2019-01-11 10:06 ` Wu, ChangqingX
2019-01-15  6:00 ` 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).