summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-12-10 09:45:47 -0800
committerBen Pfaff <blp@ovn.org>2018-12-11 08:39:55 -0800
commitf9162628325cef86a0666f422d148f592d06c39d (patch)
tree96a3b90fb36f29c8ef6f9a10b8f328f0a3e22132 /tests
parentd8c6955a03ea6a923b733ea6bc3c114e82f37c6e (diff)
downloadopenvswitch-f9162628325cef86a0666f422d148f592d06c39d.tar.gz
tests: Fix syntax in another ODP test.
Reported-by: Ilya Maximets <i.maximets@samsung.com> Acked-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/odp.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/odp.at b/tests/odp.at
index 178877dc8..96b4b47dc 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`