aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2014-11-11 12:44:39 -0800
committerBen Pfaff <blp@nicira.com>2014-11-11 12:44:39 -0800
commitb393b7f042506141e98419be6d606184bf95d04d (patch)
tree9d863d5940da4a2a6bc125dba7c28901db963c02
parentd6f6034b57bc358f2956a7d8a0bdbea1287b006a (diff)
tests: Fix expected output for group features test.
Commit f6d23392d19db (ofproto: Fix supported group types.) fixed a bug in the group features code but added the wrong expected output to a test case. This fixes the expected output for the test case. Signed-off-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--tests/ofproto.at20
1 files changed, 8 insertions, 12 deletions
diff --git a/tests/ofproto.at b/tests/ofproto.at
index 9427d7b59..5162938c7 100644
--- a/tests/ofproto.at
+++ b/tests/ofproto.at
@@ -399,18 +399,14 @@ OFPST_GROUP_FEATURES reply (OF1.2):
Group table:
Types: 0xf
Capabilities: 0x7
- all group:
- max_groups=0xffffff00
- actions: output group set_field strip_vlan push_vlan mod_nw_ttl dec_ttl set_mpls_ttl dec_mpls_ttl push_mpls pop_mpls set_queue
- select group:
- max_groups=0xffffff00
- actions: output group set_field strip_vlan push_vlan mod_nw_ttl dec_ttl set_mpls_ttl dec_mpls_ttl push_mpls pop_mpls set_queue
- indirect group:
- max_groups=0xffffff00
- actions: output group set_field strip_vlan push_vlan mod_nw_ttl dec_ttl set_mpls_ttl dec_mpls_ttl push_mpls pop_mpls set_queue
- fast failover group:
- max_groups=0xffffff00
- actions: output group set_field strip_vlan push_vlan mod_nw_ttl dec_ttl set_mpls_ttl dec_mpls_ttl push_mpls pop_mpls set_queue
+ All group :
+ max_groups = 0xffffff00 actions=0x03ff9801
+ Select group :
+ max_groups = 0xffffff00 actions=0x00000000
+ Indirect group :
+ max_groups = 0xffffff00 actions=0x00000000
+ Fast Failover group :
+ max_groups = 0xffffff00 actions=0x00000000
])
OVS_VSWITCHD_STOP
AT_CLEANUP