From a1a7d333e7d451dddbb194f667494f8b8e79752b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 10 Jun 2011 09:18:58 -0700 Subject: [PATCH] tests: Add test for printing NXT_FLOW_MOD_TABLE_ID. --- tests/ofp-print.at | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/ofp-print.at b/tests/ofp-print.at index b5653d93..9b7a962d 100644 --- a/tests/ofp-print.at +++ b/tests/ofp-print.at @@ -685,6 +685,16 @@ NXT_FLOW_REMOVED (xid=0x0): priority=65535,arp,in_port=3,vlan_tci=0x0000,dl_src= ]) AT_CLEANUP +AT_SETUP([NXT_FLOW_MOD_TABLE_ID]) +AT_KEYWORDS([ofp-print]) +AT_CHECK([ovs-ofctl ofp-print "\ +01 04 00 18 01 02 03 04 00 00 23 20 00 00 00 0f \ +01 00 00 00 00 00 00 00 \ +"], [0], [dnl +NXT_FLOW_MOD_TABLE_ID (xid=0x1020304): enable +]) +AT_CLEANUP + AT_SETUP([NXST_FLOW request]) AT_KEYWORDS([ofp-print OFPT_STATS_REQUEST]) AT_CHECK([ovs-ofctl ofp-print "\ -- 2.30.2