X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fautopath.at;h=6b837f84bfc63ed2be15ffa1595ba7195344dfca;hb=6d8ffe18982370d2c46665d7924c340030d53565;hp=79ecb02f8b9fbf0e44e605b6e0dfc7284b855d9b;hpb=f1f41fb6b9ad166769fedacf66aca3b0364ced29;p=sliver-openvswitch.git diff --git a/tests/autopath.at b/tests/autopath.at index 79ecb02f8..6b837f84b 100644 --- a/tests/autopath.at +++ b/tests/autopath.at @@ -21,12 +21,6 @@ AT_CHECK([ovs-ofctl parse-flow 'actions=autopath(bad, NXM_NX_REG0[[]])'], [1], [ ]) AT_CLEANUP -AT_SETUP([autopath action bad destination]) -AT_CHECK([ovs-ofctl parse-flow 'actions=autopath(1, NXM_OF_VLAN_TCI[[]])'], [1], [], - [ovs-ofctl: 1, NXM_OF_VLAN_TCI[[]]: destination field must be a register -]) -AT_CLEANUP - AT_SETUP([autopath action destination too narrow]) AT_CHECK([ovs-ofctl parse-flow 'actions=autopath(1,NXM_NX_REG0[[0..7]])'], [1], [], [ovs-ofctl: 1,NXM_NX_REG0[[0..7]]: 8-bit destination field has 256 possible values, less than required 65536