From b393b7f042506141e98419be6d606184bf95d04d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 11 Nov 2014 12:44:39 -0800 Subject: [PATCH] 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 --- tests/ofproto.at | 20 ++++++++------------ 1 file 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 -- 2.20.1