summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2018-01-04 12:37:57 -0800
committerJustin Pettit <jpettit@ovn.org>2018-01-10 16:42:00 -0800
commit8de6ff3ea8642b29952949e6bcd532d1441b48c0 (patch)
tree70d2a544be7899fce555d70ed914c60e134fab0e /tests
parentae9f2ce7c598ab7a3429287ebe31c5c25d7cc691 (diff)
downloadopenvswitch-8de6ff3ea8642b29952949e6bcd532d1441b48c0.tar.gz
ofproto-dpif: Use a fixed size userspace cookie.
This simplifies the cookie handling a bit. Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/odp.at2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/odp.at b/tests/odp.at
index 1a8032289..4891653eb 100644
--- a/tests/odp.at
+++ b/tests/odp.at
@@ -246,8 +246,6 @@ AT_CLEANUP
AT_SETUP([OVS datapath actions parsing and formatting - valid forms])
AT_DATA([actions.txt], [dnl
1,2,3
-userspace(pid=555666777)
-userspace(pid=555666777,tunnel_out_port=10)
userspace(pid=6633,sFlow(vid=9,pcp=7,output=10),actions)
userspace(pid=6633,sFlow(vid=9,pcp=7,output=10),actions,tunnel_out_port=10)
userspace(pid=9765,slow_path(0))