X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fofp-print.at;h=35f599cfd237198c78b8e1a52831f284f3447998;hb=f90433936b399e8a00ad78ee23fdecdb8d6bb150;hp=8491dd05bb1c372f38c7577fe672993e8160b906;hpb=3f78c3ccb5d024c7e2e7eae58be03f4960b996c8;p=sliver-openvswitch.git diff --git a/tests/ofp-print.at b/tests/ofp-print.at index 8491dd05b..35f599cfd 100644 --- a/tests/ofp-print.at +++ b/tests/ofp-print.at @@ -1180,7 +1180,7 @@ AT_CHECK([ovs-ofctl ofp-print "\ 01 10 00 14 00 00 00 01 00 04 00 00 ff ff 00 00 \ 00 00 00 00 \ "], [0], [dnl -OFPST_PORT request (xid=0x1): port_no=65535 +OFPST_PORT request (xid=0x1): port_no=ANY ]) AT_CLEANUP @@ -1190,7 +1190,7 @@ AT_CHECK([ovs-ofctl ofp-print "\ 02 12 00 18 00 00 00 02 00 04 00 00 00 00 00 00 \ ff ff ff ff 00 00 00 00 \ "], [0], [dnl -OFPST_PORT request (OF1.1) (xid=0x2): port_no=65535 +OFPST_PORT request (OF1.1) (xid=0x2): port_no=ANY ]) AT_CLEANUP @@ -1200,7 +1200,7 @@ AT_CHECK([ovs-ofctl ofp-print "\ 03 12 00 18 00 00 00 02 00 04 00 00 00 00 00 00 \ ff ff ff ff 00 00 00 00 \ "], [0], [dnl -OFPST_PORT request (OF1.2) (xid=0x2): port_no=65535 +OFPST_PORT request (OF1.2) (xid=0x2): port_no=ANY ]) AT_CLEANUP @@ -1210,7 +1210,7 @@ AT_CHECK([ovs-ofctl ofp-print "\ 04 12 00 18 00 00 00 02 00 04 00 00 00 00 00 00 \ ff ff ff ff 00 00 00 00 \ "], [0], [dnl -OFPST_PORT request (OF1.3) (xid=0x2): port_no=65535 +OFPST_PORT request (OF1.3) (xid=0x2): port_no=ANY ]) AT_CLEANUP @@ -1248,7 +1248,7 @@ AT_CHECK([ovs-ofctl ofp-print "\ OFPST_PORT reply (xid=0x1): 4 ports port 3: rx pkts=19744, bytes=1007694, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=5170, bytes=356796, drop=0, errs=0, coll=0 - port 65534: rx pkts=684, bytes=68748, drop=0, errs=0, frame=0, over=0, crc=0 + port LOCAL: rx pkts=684, bytes=68748, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=501, bytes=56092, drop=0, errs=0, coll=0 port 2: rx pkts=1726, bytes=144564, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=1412, bytes=140244, drop=0, errs=0, coll=0 @@ -1285,7 +1285,7 @@ AT_CHECK([ovs-ofctl ofp-print "\ OFPST_PORT reply (OF1.2) (xid=0x2): 3 ports port 2: rx pkts=103766, bytes=39651480, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=136, bytes=11512, drop=0, errs=0, coll=0 - port 65534: rx pkts=68, bytes=5756, drop=0, errs=0, frame=0, over=0, crc=0 + port LOCAL: rx pkts=68, bytes=5756, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=40236, bytes=18757188, drop=0, errs=0, coll=0 port 1: rx pkts=68, bytes=5756, drop=0, errs=0, frame=0, over=0, crc=0 tx pkts=40236, bytes=18757188, drop=0, errs=0, coll=0 @@ -1515,6 +1515,26 @@ OFPT_SET_ASYNC (OF1.3) (xid=0x0): ]) AT_CLEANUP +AT_SETUP([OFPT_ROLE_REQUEST - OF1.2]) +AT_KEYWORDS([ofp-print]) +AT_CHECK([ovs-ofctl ofp-print "\ +03 18 00 18 00 00 00 02 00 00 00 02 00 00 00 00 \ +00 00 00 00 00 00 00 03 \ +"], [0], [dnl +OFPT_ROLE_REQUEST (OF1.2) (xid=0x2): role=master generation_id=3 +]) +AT_CLEANUP + +AT_SETUP([OFPT_ROLE_REQUEST - nochange - OF1.2]) +AT_KEYWORDS([ofp-print]) +AT_CHECK([ovs-ofctl ofp-print "\ +03 18 00 18 00 00 00 02 00 00 00 00 00 00 00 00 \ +00 00 00 00 00 00 00 00 \ +"], [0], [dnl +OFPT_ROLE_REQUEST (OF1.2) (xid=0x2): role=nochange +]) +AT_CLEANUP + AT_SETUP([NXT_ROLE_REQUEST]) AT_KEYWORDS([ofp-print]) AT_CHECK([ovs-ofctl ofp-print "\ @@ -1525,6 +1545,16 @@ NXT_ROLE_REQUEST (xid=0x2): role=master ]) AT_CLEANUP +AT_SETUP([OFPT_ROLE_REPLY - OF1.2]) +AT_KEYWORDS([ofp-print]) +AT_CHECK([ovs-ofctl ofp-print "\ +03 19 00 18 00 00 00 02 00 00 00 03 00 00 00 00 \ +12 34 56 78 ab cd ef 90 \ +"], [0], [dnl +OFPT_ROLE_REPLY (OF1.2) (xid=0x2): role=slave generation_id=1311768467750121360 +]) +AT_CLEANUP + AT_SETUP([NXT_ROLE_REPLY]) AT_KEYWORDS([ofp-print]) AT_CHECK([ovs-ofctl ofp-print "\ @@ -1669,7 +1699,7 @@ AT_SETUP([NXT_FLOW_REMOVED]) AT_KEYWORDS([ofp-print]) AT_CHECK([ovs-ofctl ofp-print "\ 01 04 00 78 00 00 00 00 00 00 23 20 00 00 00 0e \ -00 00 00 00 00 00 00 00 ff ff 00 00 00 00 00 06 \ +00 00 00 00 00 00 00 00 ff ff 00 02 00 00 00 06 \ 01 6e 36 00 00 05 00 3c 00 00 00 00 00 00 00 01 \ 00 00 00 00 00 00 00 3c 00 00 00 02 00 03 00 00 \ 02 06 50 54 00 00 00 06 00 00 04 06 50 54 00 00 \ @@ -1677,7 +1707,7 @@ AT_CHECK([ovs-ofctl ofp-print "\ 1e 02 00 02 00 00 20 04 c0 a8 00 01 00 00 22 04 \ c0 a8 00 02 00 00 00 00 \ "], [0], [dnl -NXT_FLOW_REMOVED (xid=0x0): priority=65535,arp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,arp_spa=192.168.0.1,arp_tpa=192.168.0.2,arp_op=2 reason=idle duration6.024s idle5 pkts1 bytes60 +NXT_FLOW_REMOVED (xid=0x0): priority=65535,arp,in_port=3,vlan_tci=0x0000,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:06,arp_spa=192.168.0.1,arp_tpa=192.168.0.2,arp_op=2 reason=idle table_id=1 duration6.024s idle5 pkts1 bytes60 ]) AT_CLEANUP