summaryrefslogtreecommitdiff
path: root/tests/ofproto.at
diff options
context:
space:
mode:
authorSimon Horman <simon.horman@netronome.com>2014-11-11 12:39:20 +0900
committerBen Pfaff <blp@nicira.com>2014-11-11 09:01:25 -0800
commit1c4c05afa1e4aeda24f815c1663f787c19b55b42 (patch)
tree27933c9d68d3841c12ca7eced8c012ce5c238cbc /tests/ofproto.at
parent18ac06d3546ec38645a9baf8c3830c906bef2059 (diff)
downloadopenvswitch-1c4c05afa1e4aeda24f815c1663f787c19b55b42.tar.gz
ofp-print: Print bucket ids of OpenFlow 1.5 group messages.
ONF-JIRA: EXT-350 Signed-off-by: Simon Horman <simon.horman@netronome.com> [blp@nicira.com changed ofp_print_bucket_id()] Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'tests/ofproto.at')
-rw-r--r--tests/ofproto.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ofproto.at b/tests/ofproto.at
index 8bf45569e..9e1c803f2 100644
--- a/tests/ofproto.at
+++ b/tests/ofproto.at
@@ -274,7 +274,7 @@ AT_CHECK([ovs-ofctl -O OpenFlow11 -vwarn add-groups br0 groups.txt])
AT_CHECK([ovs-ofctl -F OXM-OpenFlow15 -O OpenFlow15 -vwarn dump-groups br0 1234], [0], [stdout])
AT_CHECK([STRIP_XIDS stdout], [0], [dnl
OFPST_GROUP_DESC reply (OF1.5):
- group_id=1234,type=all,bucket=actions=output:10
+ group_id=1234,type=all,bucket=bucket_id:0,actions=output:10
])
AT_CHECK([ovs-ofctl -O OpenFlow11 -vwarn del-groups br0 group_id=1234])
AT_CHECK([ovs-ofctl -O OpenFlow11 -vwarn dump-groups br0], [0], [stdout])