X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fofp-errors.at;h=a8d7cfaedbabf113e2793ed88bab935f5264435e;hb=c5cf10598f8c9f4428291e9df3ecd72a05fb1ccf;hp=92f2a98f301cb4d0ba4e9803cd7350afda2777f5;hpb=514887ee4666894c4d0b93960ce3d33515611fa9;p=sliver-openvswitch.git diff --git a/tests/ofp-errors.at b/tests/ofp-errors.at index 92f2a98f3..a8d7cfaed 100644 --- a/tests/ofp-errors.at +++ b/tests/ofp-errors.at @@ -90,11 +90,13 @@ AT_CHECK([ovs-ofctl print-error OFPBIC_BAD_EXPERIMENTER], [0], [dnl OpenFlow 1.1: vendor 0, type 3, code 5 OpenFlow 1.2: vendor 0, type 3, code 5 OpenFlow 1.3: vendor 0, type 3, code 5 +OpenFlow 1.4: vendor 0, type 3, code 5 ]) AT_CHECK([ovs-ofctl print-error OFPBIC_BAD_EXP_TYPE], [0], [dnl OpenFlow 1.1: vendor 0, type 3, code 5 OpenFlow 1.2: vendor 0, type 3, code 6 OpenFlow 1.3: vendor 0, type 3, code 6 +OpenFlow 1.4: vendor 0, type 3, code 6 ]) AT_CLEANUP