test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH V1] tests/TestSuite_iavf_fdir: fix syntax errors
@ 2020-09-02  8:59 Jiang, YuX
  2020-09-09  8:27 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Jiang, YuX @ 2020-09-02  8:59 UTC (permalink / raw)
  To: dts; +Cc: Jiang,yu, Jiang

From: "Jiang,yu" <yux.jiang@intel.com>

Fix syntax errors: there are 4 invalid black spaces 

Signed-off-by: Jiang,yu <yux.jiang@intel.com>
---
 tests/TestSuite_iavf_fdir.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/TestSuite_iavf_fdir.py b/tests/TestSuite_iavf_fdir.py
index eaea13f..63d8714 100644
--- a/tests/TestSuite_iavf_fdir.py
+++ b/tests/TestSuite_iavf_fdir.py
@@ -4091,7 +4091,7 @@ class TestIAVFFdir(TestCase):
 
         rule_ipv4_tcp_ipv6_udp = [
             "flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.21 / tcp src is 22 dst is 23 / end actions queue index 1 / mark id 0 / end",
-            "flow create 0 ingress pattern eth / ipv6 dst is CDCD:910A:2222:5498:8475:1111:3900:2020 src is 2001::2 hop is 2 tc is 1 / udp src is 22 dst is 23 / end actions queue index 2 / mark id 2 / e    nd"
+            "flow create 0 ingress pattern eth / ipv6 dst is CDCD:910A:2222:5498:8475:1111:3900:2020 src is 2001::2 hop is 2 tc is 1 / udp src is 22 dst is 23 / end actions queue index 2 / mark id 2 / end"
         ]
         # create rules
         self.create_fdir_rule(rule_ipv4_tcp_ipv6_udp, check_stats=True)
-- 
2.7.4


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

* Re: [dts] [PATCH V1] tests/TestSuite_iavf_fdir: fix syntax errors
  2020-09-02  8:59 [dts] [PATCH V1] tests/TestSuite_iavf_fdir: fix syntax errors Jiang, YuX
@ 2020-09-09  8:27 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-09-09  8:27 UTC (permalink / raw)
  To: Jiang, YuX, dts; +Cc: Jiang, YuX, Jiang

> Subject: [dts] [PATCH V1] tests/TestSuite_iavf_fdir: fix syntax errors
> 
> From: "Jiang,yu" <yux.jiang@intel.com>
> 
> Fix syntax errors: there are 4 invalid black spaces
> 
> Signed-off-by: Jiang,yu <yux.jiang@intel.com>

Applied

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

end of thread, other threads:[~2020-09-09  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02  8:59 [dts] [PATCH V1] tests/TestSuite_iavf_fdir: fix syntax errors Jiang, YuX
2020-09-09  8:27 ` 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).