diff mbox series

[ovs-dev] tests: Fix syntax in another ODP test.

Message ID 20181210174547.14958-1-blp@ovn.org
State Accepted
Headers show
Series [ovs-dev] tests: Fix syntax in another ODP test. | expand

Commit Message

Ben Pfaff Dec. 10, 2018, 5:45 p.m. UTC
Reported-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 tests/odp.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ilya Maximets Dec. 11, 2018, 8:18 a.m. UTC | #1
On 10.12.2018 20:45, Ben Pfaff wrote:
> Reported-by: Ilya Maximets <i.maximets@samsung.com>
> Signed-off-by: Ben Pfaff <blp@ovn.org>
> ---
>  tests/odp.at | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Ilya Maximets <i.maximets@samsung.com>
Ben Pfaff Dec. 11, 2018, 4:40 p.m. UTC | #2
On Tue, Dec 11, 2018 at 11:18:08AM +0300, Ilya Maximets wrote:
> On 10.12.2018 20:45, Ben Pfaff wrote:
> > Reported-by: Ilya Maximets <i.maximets@samsung.com>
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> > ---
> >  tests/odp.at | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> 
> Acked-by: Ilya Maximets <i.maximets@samsung.com>

Thanks, applied to master.
diff mbox series

Patch

diff --git a/tests/odp.at b/tests/odp.at
index 178877dc811f..96b4b47dc45a 100644
--- a/tests/odp.at
+++ b/tests/odp.at
@@ -188,7 +188,7 @@  sed -n 's/,frag=no),.*/,frag=later)/p' odp-base.txt
 
  echo
  echo '# Valid forms with tunnel and ERSPAN v2 headers.'
- sed 's/^/skb_priority(0),tunnel(tun_id=0xfedcba9876543210,src=10.0.0.1,dst=10.0.0.2,ttl=128,erspan(ver=2,dir=0x1,hwid=0x7/0xf),flags(df|key)),skb_mark(0),recirc_id(0),dp_hash(0),/' odp-base.txt
+ sed 's/^/skb_priority(0),tunnel(tun_id=0xfedcba9876543210,src=10.0.0.1,dst=10.0.0.2,ttl=128,erspan(ver=2,dir=1,hwid=0x7/0xf),flags(df|key)),skb_mark(0),recirc_id(0),dp_hash(0),/' odp-base.txt
 ) > odp.txt
 AT_CAPTURE_FILE([odp.txt])
 AT_CHECK_UNQUOTED([ovstest test-odp parse-wc-keys < odp.txt], [0], [`cat odp.txt`