X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fmultipath.at;h=361c2c47ade0bf240f7b8b213f66a85fb262c701;hb=f90433936b399e8a00ad78ee23fdecdb8d6bb150;hp=6eafa9a3f750aa7eacb65265e9091922c4c8c400;hpb=770f1f66bb9dc4e784e6c2c5351089c62b9a5919;p=sliver-openvswitch.git diff --git a/tests/multipath.at b/tests/multipath.at index 6eafa9a3f..361c2c47a 100644 --- a/tests/multipath.at +++ b/tests/multipath.at @@ -303,12 +303,6 @@ AT_CHECK([ovs-ofctl parse-flow 'actions=multipath(eth_src,50,modulo_n,0,0,NXM_NX ]) AT_CLEANUP -AT_SETUP([multipath action bad destination]) -AT_CHECK([ovs-ofctl parse-flow 'actions=multipath(eth_src,50,modulo_n,1,0,NXM_OF_VLAN_TCI[[]])'], [1], [], - [ovs-ofctl: eth_src,50,modulo_n,1,0,NXM_OF_VLAN_TCI[[]]: destination field must be register -]) -AT_CLEANUP - AT_SETUP([multipath action destination too narrow]) AT_CHECK([ovs-ofctl parse-flow 'actions=multipath(eth_src,50,modulo_n,1024,0,NXM_NX_REG0[[0..7]])'], [1], [], [ovs-ofctl: eth_src,50,modulo_n,1024,0,NXM_NX_REG0[[0..7]]: 8-bit destination field has 256 possible values, less than specified n_links 1024