Skip to content

WIP: fix never ending timeout for xrv and calculate command timeout same way in the all config scripts

username-removed-1347053 requested to merge red55/eve-ng-public:master into master

As we get a timeout constant in each script defined as timeout=60 (line 21) and unetlab web application run the config scripts with -t 15 I suppose timeout should be declared in seconds. There was a double 1000 multiplication in config_xrv.py so the script had no way to exit via timeout.

Merge request reports