tests: Fix expected output for group features test.
authorBen Pfaff <blp@nicira.com>
Tue, 11 Nov 2014 20:44:39 +0000 (12:44 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 11 Nov 2014 20:44:39 +0000 (12:44 -0800)
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>
tests/ofproto.at

index 9427d7b..5162938 100644 (file)
@@ -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