Fix ssh timeout issue 42/72842/1
authorLuc Provoost <luc.provoost@intel.com>
Fri, 20 Aug 2021 09:33:55 +0000 (11:33 +0200)
committerLuc Provoost <luc.provoost@intel.com>
Fri, 20 Aug 2021 09:33:55 +0000 (11:33 +0200)
commit3fa810ce5efea1fc3b1902dabc6ddf39c9070814
tree1a4063b4e639ef451383fab0b1b8e10d7a1d0596
parent8a12bf3b9202cfb02102c9f179dc2cc15be79a63
Fix ssh timeout issue

Moving to paramiko for ssh introduced a bug: when starting PROX through
ssh, a default timeout of 15 seconds was started. The timer is now
disable since we need to run PROX as long as the test will take.

Change-Id: I65162fff33beb6d30d2f5ee2b83f9bef7880ce4b
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
VNFs/DPPD-PROX/helper-scripts/rapid/prox_ctrl.py