X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fofp-print.at;h=3e9920588a7a6a3aca1da216a3afd87bb67544aa;hb=f25b4a812c5353325e6ef3e658f19db040d96039;hp=1fe54f1702a7a07d94786567b74c900806983abd;hpb=0d0c0bb535d0b305aabac5cc6f24e880808ff410;p=openvswitch diff --git a/tests/ofp-print.at b/tests/ofp-print.at index 1fe54f17..3e992058 100644 --- a/tests/ofp-print.at +++ b/tests/ofp-print.at @@ -26,17 +26,17 @@ AT_CLEANUP AT_SETUP([truncated message]) AT_KEYWORDS([ofp-print]) -AT_CHECK([ovs-ofctl ofp-print 01bbccddeeff0011], [0], [dnl +AT_CHECK([ovs-ofctl ofp-print 0110ccddeeff0011], [0], [dnl (***truncated to 8 bytes from 52445***) -00000000 01 bb cc dd ee ff 00 11- |........ | +00000000 01 10 cc dd ee ff 00 11- |........ | ]) AT_CLEANUP AT_SETUP([message only uses part of buffer]) AT_KEYWORDS([ofp-print]) -AT_CHECK([ovs-ofctl ofp-print 01bb0009eeff00112233], [0], [dnl +AT_CHECK([ovs-ofctl ofp-print 01100009eeff00112233], [0], [dnl (***only uses 9 bytes out of 10***) -00000000 01 bb 00 09 ee ff 00 11-22 33 |........"3 | +00000000 01 10 00 09 ee ff 00 11-22 33 |........"3 | ]) # " AT_CLEANUP