From: Numan Siddique <num...@ovn.org>

This reverts commit 27c0dc6b7b22ccd16079140252e97ea902a1c62c.

Signed-off-by: Numan Siddique <num...@ovn.org>
---
 tests/ovn-macros.at | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/ovn-macros.at b/tests/ovn-macros.at
index b881830ecc..d0f1c0bf4f 100644
--- a/tests/ovn-macros.at
+++ b/tests/ovn-macros.at
@@ -616,14 +616,12 @@ ovn_start () {
         ovn-sbctl \
             -- --id=@c create connection \
                 target=\"ptcp:0:127.0.0.1\" \
-                inactivity_probe=15000 \
             -- add SB_Global . connections @c
     elif test X$HAVE_OPENSSL = Xyes; then
         # Create the SB DB pssl+RBAC connection.
         ovn-sbctl \
             -- --id=@c create connection \
                 target=\"pssl:0:127.0.0.1\" role=ovn-controller \
-                inactivity_probe=15000 \
             -- add SB_Global . connections @c
         local d=$ovs_base
         if test -n "$AZ"; then
@@ -748,7 +746,6 @@ ovn_az_attach() {
         -- set Open_vSwitch . external-ids:hostname=$sandbox \
         -- set Open_vSwitch . external-ids:system-id=$systemid \
         -- set Open_vSwitch . external-ids:ovn-remote=$ovn_remote \
-        -- set Open_vSwitch . external-ids:ovn-remote-probe-interval=15000 \
         -- set Open_vSwitch . external-ids:ovn-encap-type=$encap \
         -- set Open_vSwitch . external-ids:ovn-encap-ip=$ip \
         -- --may-exist add-br br-int \
-- 
2.49.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to