This patch updates the ovs-vsctl test cases to account for the new parameters added to configure mirror hardware offload as well as to avoid incorrectly generating failed test cases with respect to the default mirror configuration settings.
Signed-off-by: Liang-Min Wang <[email protected] Tested-by: Timothy Miskell <[email protected]> Suggested-by: Munish Mehan <[email protected]> --- tests/ovs-vsctl.at | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/ovs-vsctl.at b/tests/ovs-vsctl.at index dccb11741..ff6e9e625 100644 --- a/tests/ovs-vsctl.at +++ b/tests/ovs-vsctl.at @@ -1364,7 +1364,9 @@ _uuid : <1> name : eth1 _uuid : <2> name : mymirror +output_dst_vlan : [] output_port : <1> +output_src_vlan : [] output_vlan : [] select_all : false select_dst_port : [<0>] -- 2.17.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
