test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/generic_flow_api:fix issues by tool
@ 2020-04-11 11:20 Chen,Bo
  2020-04-17  5:13 ` Zhao, XinfengX
  2020-04-20  4:45 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: Chen,Bo @ 2020-04-11 11:20 UTC (permalink / raw)
  To: dts; +Cc: Chen,Bo, Chen

fix scapy tool issues, abort DPDK-17440

Signed-off-by: Chen,Bo <box.c.chen@intel.com>
---
 tests/TestSuite_generic_flow_api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py
index bb42bf7..1e968eb 100644
--- a/tests/TestSuite_generic_flow_api.py
+++ b/tests/TestSuite_generic_flow_api.py
@@ -580,7 +580,7 @@ class TestGeneric_flow_api(TestCase):
                 if 'vni' in flows:
                     vni = self.generate_random_int(0, MAX_VLAN)
                     flow_str += "vni is %d " % vni
-                    pkt += "/VXLAN(vni=%d)" % vni
+                    pkt += "/VXLAN(vni=%d, flags=8)" % vni
                     extrapacket['vni'] = str(vni)
                 else:
                     pkt += "/VXLAN()"
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/generic_flow_api:fix issues by tool
  2020-04-11 11:20 [dts] [PATCH V1] tests/generic_flow_api:fix issues by tool Chen,Bo
@ 2020-04-17  5:13 ` Zhao, XinfengX
  2020-04-20  4:45 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Zhao, XinfengX @ 2020-04-17  5:13 UTC (permalink / raw)
  To: dts; +Cc: Chen, BoX C

Tested-by:  Zhao, Xinfeng<xinfengx.zhao@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Chen,Bo
Sent: Saturday, April 11, 2020 7:21 PM
To: dts@dpdk.org
Cc: Chen, BoX C <box.c.chen@intel.com>; Chen@dpdk.org
Subject: [dts] [PATCH V1] tests/generic_flow_api:fix issues by tool

fix scapy tool issues, abort DPDK-17440

Signed-off-by: Chen,Bo <box.c.chen@intel.com>
---
 tests/TestSuite_generic_flow_api.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_generic_flow_api.py b/tests/TestSuite_generic_flow_api.py
index bb42bf7..1e968eb 100644
--- a/tests/TestSuite_generic_flow_api.py
+++ b/tests/TestSuite_generic_flow_api.py
@@ -580,7 +580,7 @@ class TestGeneric_flow_api(TestCase):
                 if 'vni' in flows:
                     vni = self.generate_random_int(0, MAX_VLAN)
                     flow_str += "vni is %d " % vni
-                    pkt += "/VXLAN(vni=%d)" % vni
+                    pkt += "/VXLAN(vni=%d, flags=8)" % vni
                     extrapacket['vni'] = str(vni)
                 else:
                     pkt += "/VXLAN()"
-- 
2.17.1


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

* Re: [dts] [PATCH V1] tests/generic_flow_api:fix issues by tool
  2020-04-11 11:20 [dts] [PATCH V1] tests/generic_flow_api:fix issues by tool Chen,Bo
  2020-04-17  5:13 ` Zhao, XinfengX
@ 2020-04-20  4:45 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-04-20  4:45 UTC (permalink / raw)
  To: Chen, BoX C, dts; +Cc: Chen, BoX C, Chen

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Chen,Bo
> Sent: Saturday, April 11, 2020 7:21 PM
> To: dts@dpdk.org
> Cc: Chen, BoX C <box.c.chen@intel.com>; Chen@dpdk.org
> Subject: [dts] [PATCH V1] tests/generic_flow_api:fix issues by tool
> 
> fix scapy tool issues, abort DPDK-17440
> 
> Signed-off-by: Chen,Bo <box.c.chen@intel.com>
> ---
>  tests/TestSuite_generic_flow_api.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_generic_flow_api.py
> b/tests/TestSuite_generic_flow_api.py
> index bb42bf7..1e968eb 100644
> --- a/tests/TestSuite_generic_flow_api.py
> +++ b/tests/TestSuite_generic_flow_api.py
> @@ -580,7 +580,7 @@ class TestGeneric_flow_api(TestCase):
>                  if 'vni' in flows:
>                      vni = self.generate_random_int(0, MAX_VLAN)
>                      flow_str += "vni is %d " % vni
> -                    pkt += "/VXLAN(vni=%d)" % vni
> +                    pkt += "/VXLAN(vni=%d, flags=8)" % vni
>                      extrapacket['vni'] = str(vni)
>                  else:
>                      pkt += "/VXLAN()"
> --
> 2.17.1


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

end of thread, other threads:[~2020-04-20  4:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-11 11:20 [dts] [PATCH V1] tests/generic_flow_api:fix issues by tool Chen,Bo
2020-04-17  5:13 ` Zhao, XinfengX
2020-04-20  4:45 ` 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).