tests: log error which happens during connect and wait longer for stats socket 14/22914/2
authorAndrew Yourtchenko <[email protected]>
Sun, 13 Oct 2019 10:06:46 +0000 (10:06 +0000)
committerAndrew Yourtchenko <[email protected]>
Sun, 27 Oct 2019 10:04:47 +0000 (10:04 +0000)
commite46f029003c126a901dfc5e1960984b9faf3ebc9
tree586735de65fa368b0552a0e2954bae9c46a0b584
parent5bf125be8fdfb7b552a8141d3010bd3fcd9189e8
tests: log error which happens during connect and wait longer for stats socket

Intermittently, a test would start VPP, but no testcases would execute.
This would be more probable apparent during the high load or if there
is another testcase dumping the core at that moment.
Adding the logging to the connection revealed it was the stats socket
connection erroring with error -2. Increasing the deadline
from 3 seconds to 5 minutes has eliminated this error.

Change-Id: I40bd7e642abb9e2aef0238c612e4c34781de5db2
Signed-off-by: Andrew Yourtchenko <[email protected]>
Type: test
(cherry picked from commit 4f05a8e408cba09057841d97cd5e7da3058836d1)
test/framework.py