lib/oeqa/runtime: smart: serve repo on host ip only and increase timeout
authorStefan Stanacar <stefanx.stanacar@intel.com>
Tue, 3 Sep 2013 13:01:11 +0000 (16:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 3 Sep 2013 18:57:38 +0000 (19:57 +0100)
commit664190cff2312d99847cee03fe80183904448b29
treec3ada700efd7ae0c8455e651d39981e1dced2214
parent0e9ac025ca80edbdd95d48994be4e22f168ad3e9
lib/oeqa/runtime: smart: serve repo on host ip only and increase timeout

Don't start the http server on 0.0.0.0, listen on host ip (end of tap interface) only.
Also use the timeout option (default is 300s for ssh commands) for all the commands
run in this module (mostly because smart update timeouts on mips).

(From OE-Core rev: 8c272641ef3e8410f331ca4133d28dea8f36e4f4)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/smart.py
meta/lib/oeqa/utils/httpserver.py