test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V3] conf/test_case_supportlist: Add CVL25G&100G enable in support list for the l2pkt and gre case
@ 2019-08-30  8:28 zhiwei.he
  2019-09-04  3:02 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: zhiwei.he @ 2019-08-30  8:28 UTC (permalink / raw)
  To: dts; +Cc: root

From: root <root@dpdktestzhiwei171.sh.intel.com>

Signed-off-by: root <root@dpdktestzhiwei171.sh.intel.com>
---
 conf/test_case_supportlist.json | 20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index d5cbb01..1f443f6 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -134,7 +134,9 @@
                 "fortville_spirit",
                 "fortville_spirit_single",
                 "fortville_25g",
-	        "carlsville"
+	        "carlsville",
+                "columbiaville_25g",
+                "columbiaville_100g"
             ],
             "Target": [
                 "ALL"
@@ -154,7 +156,9 @@
                 "fortville_spirit",
                 "fortville_spirit_single",
                 "fortville_25g",
-		"carlsville"
+		"carlsville",
+                "columbiaville_25g",
+                "columbiaville_100g"
             ],
             "Target": [
                 "ALL"
@@ -176,7 +180,9 @@
                 "fortville_spirit",
                 "fortville_spirit_single",
 		"fortpark_TLV",
-	        "carlsville"
+	        "carlsville",
+                "columbiaville_25g",
+                "columbiaville_100g"
             ],
             "Target": [
                 "ALL"
@@ -196,7 +202,9 @@
                 "fortville_spirit",
                 "fortville_spirit_single",
                 "fortville_25g",
-                "carlsville"
+                "carlsville",
+                "columbiaville_25g",
+                "columbiaville_100g"
             ],
             "Target": [
                 "ALL"
@@ -256,7 +264,9 @@
                 "fortville_spirit",
                 "fortville_spirit_single",
                 "fortville_25g",
-		"carlsville"
+		"carlsville",
+                "columbiaville_25g",
+                "columbiaville_100g"
             ],
             "Target": [
                 "ALL"
-- 
1.8.3.1


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

* Re: [dts] [PATCH V3] conf/test_case_supportlist: Add CVL25G&100G enable in support list for the l2pkt and gre case
  2019-08-30  8:28 [dts] [PATCH V3] conf/test_case_supportlist: Add CVL25G&100G enable in support list for the l2pkt and gre case zhiwei.he
@ 2019-09-04  3:02 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2019-09-04  3:02 UTC (permalink / raw)
  To: He, Zhiwei, dts; +Cc: root

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhiwei.he
> Sent: Friday, August 30, 2019 4:29 PM
> To: dts@dpdk.org
> Cc: root <root@dpdktestzhiwei171.sh.intel.com>
> Subject: [dts] [PATCH V3] conf/test_case_supportlist: Add CVL25G&100G
> enable in support list for the l2pkt and gre case
> 
> From: root <root@dpdktestzhiwei171.sh.intel.com>
> 
> Signed-off-by: root <root@dpdktestzhiwei171.sh.intel.com>
> ---
>  conf/test_case_supportlist.json | 20 +++++++++++++++-----
>  1 file changed, 15 insertions(+), 5 deletions(-)
> 
> diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
> index d5cbb01..1f443f6 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -134,7 +134,9 @@
>                  "fortville_spirit",
>                  "fortville_spirit_single",
>                  "fortville_25g",
> -	        "carlsville"
> +	        "carlsville",
> +                "columbiaville_25g",
> +                "columbiaville_100g"
>              ],
>              "Target": [
>                  "ALL"
> @@ -154,7 +156,9 @@
>                  "fortville_spirit",
>                  "fortville_spirit_single",
>                  "fortville_25g",
> -		"carlsville"
> +		"carlsville",
> +                "columbiaville_25g",
> +                "columbiaville_100g"
>              ],
>              "Target": [
>                  "ALL"
> @@ -176,7 +180,9 @@
>                  "fortville_spirit",
>                  "fortville_spirit_single",
>  		"fortpark_TLV",
> -	        "carlsville"
> +	        "carlsville",
> +                "columbiaville_25g",
> +                "columbiaville_100g"
>              ],
>              "Target": [
>                  "ALL"
> @@ -196,7 +202,9 @@
>                  "fortville_spirit",
>                  "fortville_spirit_single",
>                  "fortville_25g",
> -                "carlsville"
> +                "carlsville",
> +                "columbiaville_25g",
> +                "columbiaville_100g"
>              ],
>              "Target": [
>                  "ALL"
> @@ -256,7 +264,9 @@
>                  "fortville_spirit",
>                  "fortville_spirit_single",
>                  "fortville_25g",
> -		"carlsville"
> +		"carlsville",
> +                "columbiaville_25g",
> +                "columbiaville_100g"
>              ],
>              "Target": [
>                  "ALL"
> --
> 1.8.3.1


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

end of thread, other threads:[~2019-09-04  3:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-30  8:28 [dts] [PATCH V3] conf/test_case_supportlist: Add CVL25G&100G enable in support list for the l2pkt and gre case zhiwei.he
2019-09-04  3:02 ` 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).