Lines Matching full:ovs
4 # OVS kernel module self tests
21 upcall_interfaces ovs: test the upcall interfaces
77 ovs_sbx "$sbxname" python3 $ovs_base/ovs-dpctl.py add-dp $*
78 on_exit "ovs_sbx $sbxname python3 $ovs_base/ovs-dpctl.py del-dp $1;"
84 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py add-if "$2" "$3" \
87 python3 $ovs_base/ovs-dpctl.py add-if \
96 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py del-if "$2" "$3" || return 1
139 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py add-flow "$2" "$3" "$4"
149 ovs_sbx "$1" python3 $ovs_base/ovs-dpctl.py del-flows "$2"
497 [ $(python3 $ovs_base/ovs-dpctl.py show nv0 | grep port | \
501 [ $(python3 $ovs_base/ovs-dpctl.py show nv0 | grep port | \
559 if python3 ovs-dpctl.py -h 2>&1 | \