]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime/context.py: support listening port in TEST_SERVER_IP
authorAndré Draszik <git@andred.net>
Thu, 12 Dec 2019 21:52:10 +0000 (21:52 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Dec 2019 23:22:03 +0000 (23:22 +0000)
commit9f401cd8b010ca613a151d0323b251f2243f399f
treee91eb84665db9cef149332f81d3b6af01ee7d382
parente54391ca9068661693275fbfcfded9bc0b2606f3
oeqa/runtime/context.py: support listening port in TEST_SERVER_IP

Similar to the existing possibility to specify a port in
TEST_TARGET_IP, allow TEST_SERVER_IP to also contain a
port.

The intention is for this port to be passed into e.g.
the http server from the apt / dnf / opkg tests, or
any other (custom) tests that might need the target to
connect to a service spawned by bitbake / oeqa, where
bitbake is actually running inside a docker container.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/context.py