test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] test_case_checklist.json: Added not supported list for cavium_a063 and cavium_a064
@ 2019-12-23  6:25 nareddy
  2019-12-27  6:12 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: nareddy @ 2019-12-23  6:25 UTC (permalink / raw)
  To: dts; +Cc: pvukkisala, Praneeth Reddy

From: Praneeth Reddy <nareddy@marvell.com>

The following test cases are not supported for cavium_a064
  - retrieve_eeprom

The following test cases are not supported for cavium_a064
  - pmd_continues
  - pmd_burst
  - link_stats

Signed-off-by: Praneeth Reddy <nareddy@marvell.com>
---
 conf/test_case_checklist.json | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
index 72d53e7..82eb404 100644
--- a/conf/test_case_checklist.json
+++ b/conf/test_case_checklist.json
@@ -346,7 +346,8 @@
                 "springville",
                 "ironpond",
                 "cavium_a034",
-                "cavium_0011"
+                "cavium_0011",
+                "cavium_a064"
             ],
             "Target": [
                 "ALL"
@@ -1304,7 +1305,8 @@
                 "fortville_eagle",
                 "fortville_spirit",
                 "fortville_spirit_single",
-                "fortville_25g"
+                "fortville_25g",
+                "cavium_a064"
             ],
             "Target": [
                 "ALL"
@@ -1349,7 +1351,8 @@
                 "fortville_eagle",
                 "fortville_spirit",
                 "fortville_spirit_single",
-                "fortville_25g"
+                "fortville_25g",
+                "cavium_a064"
             ],
             "Target": [
                 "ALL"
@@ -2441,5 +2444,21 @@
             "Bug ID": "",
             "Comments": "the nic not support this case"
         }
+    ],
+    "retrieve_eeprom": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "cavium_a063",
+                "cavium_a064"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "the nic not support this case"
+        }
     ]
 }
-- 
1.8.3.1


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

* Re: [dts] [PATCH] test_case_checklist.json: Added not supported list for cavium_a063 and cavium_a064
  2019-12-23  6:25 [dts] [PATCH] test_case_checklist.json: Added not supported list for cavium_a063 and cavium_a064 nareddy
@ 2019-12-27  6:12 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-12-27  6:12 UTC (permalink / raw)
  To: nareddy, dts; +Cc: pvukkisala

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of
> nareddy@marvell.com
> Sent: Monday, December 23, 2019 2:26 PM
> To: dts@dpdk.org
> Cc: pvukkisala@marvell.com; Praneeth Reddy <nareddy@marvell.com>
> Subject: [dts] [PATCH] test_case_checklist.json: Added not supported list for
> cavium_a063 and cavium_a064
> 
> From: Praneeth Reddy <nareddy@marvell.com>
> 
> The following test cases are not supported for cavium_a064
>   - retrieve_eeprom
> 
> The following test cases are not supported for cavium_a064
>   - pmd_continues
>   - pmd_burst
>   - link_stats
> 
> Signed-off-by: Praneeth Reddy <nareddy@marvell.com>
> ---
>  conf/test_case_checklist.json | 25 ++++++++++++++++++++++---
>  1 file changed, 22 insertions(+), 3 deletions(-)
> 
> diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json
> index 72d53e7..82eb404 100644
> --- a/conf/test_case_checklist.json
> +++ b/conf/test_case_checklist.json
> @@ -346,7 +346,8 @@
>                  "springville",
>                  "ironpond",
>                  "cavium_a034",
> -                "cavium_0011"
> +                "cavium_0011",
> +                "cavium_a064"
>              ],
>              "Target": [
>                  "ALL"
> @@ -1304,7 +1305,8 @@
>                  "fortville_eagle",
>                  "fortville_spirit",
>                  "fortville_spirit_single",
> -                "fortville_25g"
> +                "fortville_25g",
> +                "cavium_a064"
>              ],
>              "Target": [
>                  "ALL"
> @@ -1349,7 +1351,8 @@
>                  "fortville_eagle",
>                  "fortville_spirit",
>                  "fortville_spirit_single",
> -                "fortville_25g"
> +                "fortville_25g",
> +                "cavium_a064"
>              ],
>              "Target": [
>                  "ALL"
> @@ -2441,5 +2444,21 @@
>              "Bug ID": "",
>              "Comments": "the nic not support this case"
>          }
> +    ],
> +    "retrieve_eeprom": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "cavium_a063",
> +                "cavium_a064"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "the nic not support this case"
> +        }
>      ]
>  }
> --
> 1.8.3.1


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

end of thread, other threads:[~2019-12-27  6:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-23  6:25 [dts] [PATCH] test_case_checklist.json: Added not supported list for cavium_a063 and cavium_a064 nareddy
2019-12-27  6:12 ` 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).