]> code.ossystems Code Review - openembedded-core.git/commit
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:31 +0000 (19:57 +0100)
commit8c272641ef3e8410f331ca4133d28dea8f36e4f4
tree3f2d716b48f1a534154295104a56621772c9ff08
parent619e63946fef32995363981aab288fc669e8ac04
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).

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