test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/vlan_ethertype_config:hardware only supports fortville NIC
@ 2018-10-25  5:54 yaobing
  2018-10-25  6:07 ` Manindra Tammineedi
  2018-10-25  9:10 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: yaobing @ 2018-10-25  5:54 UTC (permalink / raw)
  To: dts; +Cc: yaobing

check rst script find that hardware only supports Fortville NIC (4x 10G or 2x10G or 2x40G or 1x10G)

Signed-off-by: yaobing <bingx.y.yao@intel.com>
---
 conf/test_case_supportlist.json | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/conf/test_case_supportlist.json b/conf/test_case_supportlist.json
index f97b90d..8e76521 100644
--- a/conf/test_case_supportlist.json
+++ b/conf/test_case_supportlist.json
@@ -540,5 +540,21 @@
             "Bug ID": "",
             "Comments": "This case only support i40e driver nic"
         }
+    ],
+    "vlan_qinq_tpid": [
+        {
+            "OS": [
+                "ALL"
+            ],
+            "NIC": [
+                "fortville_eagle",
+                "fortville_spirit"
+            ],
+            "Target": [
+                "ALL"
+            ],
+            "Bug ID": "",
+            "Comments": "This case only support fortville nic(4x 10G or 2x10G or 2x40G or 1x10G)"
+        }
     ]
 }
-- 
2.17.2

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

* Re: [dts] [PATCH V1] tests/vlan_ethertype_config:hardware only supports fortville NIC
  2018-10-25  5:54 [dts] [PATCH V1] tests/vlan_ethertype_config:hardware only supports fortville NIC yaobing
@ 2018-10-25  6:07 ` Manindra Tammineedi
  2018-10-25  9:10 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Manindra Tammineedi @ 2018-10-25  6:07 UTC (permalink / raw)
  To: bingx.y.yao; +Cc: dts

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

Sure, Will check that. Appropriate your help

Thanks & Regards,
Manindra

On Thu, Oct 25, 2018 at 11:21 AM yaobing <bingx.y.yao@intel.com> wrote:

> check rst script find that hardware only supports Fortville NIC (4x 10G or
> 2x10G or 2x40G or 1x10G)
>
> Signed-off-by: yaobing <bingx.y.yao@intel.com>
> ---
>  conf/test_case_supportlist.json | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>
> diff --git a/conf/test_case_supportlist.json
> b/conf/test_case_supportlist.json
> index f97b90d..8e76521 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -540,5 +540,21 @@
>              "Bug ID": "",
>              "Comments": "This case only support i40e driver nic"
>          }
> +    ],
> +    "vlan_qinq_tpid": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "fortville_eagle",
> +                "fortville_spirit"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "This case only support fortville nic(4x 10G or
> 2x10G or 2x40G or 1x10G)"
> +        }
>      ]
>  }
> --
> 2.17.2
>
>

[-- Attachment #2: Type: text/html, Size: 1941 bytes --]

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

* Re: [dts] [PATCH V1] tests/vlan_ethertype_config:hardware only supports fortville NIC
  2018-10-25  5:54 [dts] [PATCH V1] tests/vlan_ethertype_config:hardware only supports fortville NIC yaobing
  2018-10-25  6:07 ` Manindra Tammineedi
@ 2018-10-25  9:10 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2018-10-25  9:10 UTC (permalink / raw)
  To: Yao, BingX Y, dts; +Cc: Yao, BingX Y

Please align your script with your comments.

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of yaobing
> Sent: Thursday, October 25, 2018 1:55 PM
> To: dts@dpdk.org
> Cc: Yao, BingX Y <bingx.y.yao@intel.com>
> Subject: [dts] [PATCH V1] tests/vlan_ethertype_config:hardware only
> supports fortville NIC
> 
> check rst script find that hardware only supports Fortville NIC (4x 10G or
> 2x10G or 2x40G or 1x10G)
> 
> Signed-off-by: yaobing <bingx.y.yao@intel.com>
> ---
>  conf/test_case_supportlist.json | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/conf/test_case_supportlist.json
> b/conf/test_case_supportlist.json index f97b90d..8e76521 100644
> --- a/conf/test_case_supportlist.json
> +++ b/conf/test_case_supportlist.json
> @@ -540,5 +540,21 @@
>              "Bug ID": "",
>              "Comments": "This case only support i40e driver nic"
>          }
> +    ],
> +    "vlan_qinq_tpid": [
> +        {
> +            "OS": [
> +                "ALL"
> +            ],
> +            "NIC": [
> +                "fortville_eagle",
> +                "fortville_spirit"
> +            ],
> +            "Target": [
> +                "ALL"
> +            ],
> +            "Bug ID": "",
> +            "Comments": "This case only support fortville nic(4x 10G or
> 2x10G or 2x40G or 1x10G)"
> +        }
>      ]
>  }
> --
> 2.17.2

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

end of thread, other threads:[~2018-10-25  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-25  5:54 [dts] [PATCH V1] tests/vlan_ethertype_config:hardware only supports fortville NIC yaobing
2018-10-25  6:07 ` Manindra Tammineedi
2018-10-25  9:10 ` 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).