Message ID | 20211020100925.219262-3-yanx.xia@intel.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | *** add dual_vlan support and not support | expand |
Context | Check | Description |
---|---|---|
ci/Intel-dts-suite-test | fail | Testing issues |
> -----Original Message----- > From: dts <dts-bounces@dpdk.org> On Behalf Of Yan Xia > Sent: Wednesday, October 20, 2021 6:09 PM > To: dts@dpdk.org > Cc: Xia, YanX <yanx.xia@intel.com> > Subject: [dts] [PATCH V1 2/2] conf/checklist: add dual_vlan not support NIC > > add dual_vlan not support NIC > > Signed-off-by: Yan Xia <yanx.xia@intel.com> > --- Tested-by: Yan Xia <yanx.xia@intel.com>
Acked by Peng, Yuan <yuan.peng@intel.com>
-----Original Message-----
From: dts <dts-bounces@dpdk.org> On Behalf Of Yan Xia
Sent: Wednesday, October 20, 2021 6:09 PM
To: dts@dpdk.org
Cc: Xia, YanX <yanx.xia@intel.com>
Subject: [dts] [PATCH V1 2/2] conf/checklist: add dual_vlan not support NIC
> -----Original Message----- > From: dts <dts-bounces@dpdk.org> On Behalf Of Peng, Yuan > Sent: 2021年10月21日 15:02 > To: Xia, YanX <yanx.xia@intel.com>; dts@dpdk.org > Cc: Xia, YanX <yanx.xia@intel.com> > Subject: Re: [dts] [PATCH V1 2/2] conf/checklist: add dual_vlan not support NIC > > Acked by Peng, Yuan <yuan.peng@intel.com> Applied > > -----Original Message----- > From: dts <dts-bounces@dpdk.org> On Behalf Of Yan Xia > Sent: Wednesday, October 20, 2021 6:09 PM > To: dts@dpdk.org > Cc: Xia, YanX <yanx.xia@intel.com> > Subject: [dts] [PATCH V1 2/2] conf/checklist: add dual_vlan not support NIC
diff --git a/conf/test_case_checklist.json b/conf/test_case_checklist.json index 22f0113f..310ba4a1 100644 --- a/conf/test_case_checklist.json +++ b/conf/test_case_checklist.json @@ -3756,5 +3756,21 @@ "Bug ID": "", "Comments": "NIC not support this case" } + ], +"dual_vlan": [ + { + "OS": [ + "ALL" + ], + "NIC": [ + "niantic", + "foxville" + ], + "Target": [ + "ALL" + ], + "Bug ID": "", + "Comments": "NIC not support this case" + } ] }
add dual_vlan not support NIC Signed-off-by: Yan Xia <yanx.xia@intel.com> --- conf/test_case_checklist.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+)