test suite reviews and discussions
 help / color / mirror / Atom feed
* Re: [dts] [PATCH V1] tests/ipfrag:Modify the judgment content.
  2019-07-02  9:51 [dts] [PATCH V1] tests/ipfrag:Modify the judgment content zhu,shuai
@ 2019-07-02  9:51 ` Yao, BingX Y
  2019-07-03  5:36 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Yao, BingX Y @ 2019-07-02  9:51 UTC (permalink / raw)
  To: Zhu, ShuaiX, dts; +Cc: Zhu, ShuaiX

Tested-by: Yao, BingX Y <bingx.y.yao@intel.com>

-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai
Sent: Tuesday, July 2, 2019 5:52 PM
To: dts@dpdk.org
Cc: Zhu, ShuaiX <shuaix.zhu@intel.com>
Subject: [dts] [PATCH V1] tests/ipfrag:Modify the judgment content.

The value is modified due to changes in dpdk 19.08.rc0.
commit 4b06b0771f321bd4301075eaff64452261a45a4d

Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
---
 tests/TestSuite_ipfrag.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py index a6cb629..f6d0373 100644
--- a/tests/TestSuite_ipfrag.py
+++ b/tests/TestSuite_ipfrag.py
@@ -249,7 +249,7 @@ l3fwd_ipv4_route_array[] = {\\\n"
 
                     # fragment offset should be correct
                     frag = pkt.strip_element_layer4("offset")
-                    self.verify((frag == int((idx - 1) * 182)), "Fragment packet frag not match")
+                    self.verify((frag == int((idx - 1) * 181)), 
+ "Fragment packet frag not match")
                     idx += 1
 
     def set_up(self):
--
2.17.2


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

* [dts] [PATCH V1] tests/ipfrag:Modify the judgment content.
@ 2019-07-02  9:51 zhu,shuai
  2019-07-02  9:51 ` Yao, BingX Y
  2019-07-03  5:36 ` Tu, Lijuan
  0 siblings, 2 replies; 3+ messages in thread
From: zhu,shuai @ 2019-07-02  9:51 UTC (permalink / raw)
  To: dts; +Cc: zhu,shuai

The value is modified due to changes in dpdk 19.08.rc0.
commit 4b06b0771f321bd4301075eaff64452261a45a4d

Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
---
 tests/TestSuite_ipfrag.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py
index a6cb629..f6d0373 100644
--- a/tests/TestSuite_ipfrag.py
+++ b/tests/TestSuite_ipfrag.py
@@ -249,7 +249,7 @@ l3fwd_ipv4_route_array[] = {\\\n"
 
                     # fragment offset should be correct
                     frag = pkt.strip_element_layer4("offset")
-                    self.verify((frag == int((idx - 1) * 182)), "Fragment packet frag not match")
+                    self.verify((frag == int((idx - 1) * 181)), "Fragment packet frag not match")
                     idx += 1
 
     def set_up(self):
-- 
2.17.2


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

* Re: [dts] [PATCH V1] tests/ipfrag:Modify the judgment content.
  2019-07-02  9:51 [dts] [PATCH V1] tests/ipfrag:Modify the judgment content zhu,shuai
  2019-07-02  9:51 ` Yao, BingX Y
@ 2019-07-03  5:36 ` Tu, Lijuan
  1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2019-07-03  5:36 UTC (permalink / raw)
  To: Zhu, ShuaiX, dts; +Cc: Zhu, ShuaiX

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of zhu,shuai
> Sent: Tuesday, July 2, 2019 5:52 PM
> To: dts@dpdk.org
> Cc: Zhu, ShuaiX <shuaix.zhu@intel.com>
> Subject: [dts] [PATCH V1] tests/ipfrag:Modify the judgment content.
> 
> The value is modified due to changes in dpdk 19.08.rc0.
> commit 4b06b0771f321bd4301075eaff64452261a45a4d
> 
> Signed-off-by: zhu,shuai <shuaix.zhu@intel.com>
> ---
>  tests/TestSuite_ipfrag.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/TestSuite_ipfrag.py b/tests/TestSuite_ipfrag.py index
> a6cb629..f6d0373 100644
> --- a/tests/TestSuite_ipfrag.py
> +++ b/tests/TestSuite_ipfrag.py
> @@ -249,7 +249,7 @@ l3fwd_ipv4_route_array[] = {\\\n"
> 
>                      # fragment offset should be correct
>                      frag = pkt.strip_element_layer4("offset")
> -                    self.verify((frag == int((idx - 1) * 182)), "Fragment packet frag not
> match")
> +                    self.verify((frag == int((idx - 1) * 181)),
> + "Fragment packet frag not match")
>                      idx += 1
> 
>      def set_up(self):
> --
> 2.17.2


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

end of thread, other threads:[~2019-07-03  5:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02  9:51 [dts] [PATCH V1] tests/ipfrag:Modify the judgment content zhu,shuai
2019-07-02  9:51 ` Yao, BingX Y
2019-07-03  5:36 ` 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).