Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] support OEQA inside container
@ 2019-12-12 21:52 André Draszik
  2019-12-12 21:52 ` [PATCH 1/4] oeqa/utils/httpserver: allow to pass in listening port André Draszik
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: André Draszik @ 2019-12-12 21:52 UTC (permalink / raw)
  To: openembedded-core

Hi,

With these patches it is possible to run bitbake inside a docker
container and still successfully execute the OEQA tests that require
the target to talk to a temporary http server spawned on the machine
running bitake, e.g. using crops.

This wasn't possible so far because:
* we need to map a port from outside the container into the container
  for the target to be able to reach the http server
* we need to pass the IP address of the docker host to the target,
  e.g. in the OPKG repository URL, but we can't bind the http server
  to that IP address, as the http server is running inside the container
  with a different IP address - the bind would fail

To make this work, TEST_SERVER_IP needs to be set to the IP address of
the docker host, and the port that is mapped into the container can now
also be specified in TEST_SERVER_IP, similar to TEST_TARGET_IP

Cheers,
Andre'





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-12 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12 21:52 [PATCH 0/4] support OEQA inside container André Draszik
2019-12-12 21:52 ` [PATCH 1/4] oeqa/utils/httpserver: allow to pass in listening port André Draszik
2019-12-12 21:52 ` [PATCH 2/4] oeqa/runtime/context.py: support listening port in TEST_SERVER_IP André Draszik
2019-12-12 21:52 ` [PATCH 3/4] oeqa/target/ssh oeqa/target/qemu: expose server listening port to tests André Draszik
2019-12-12 21:52 ` [PATCH 4/4] oeqa/runtime/apt dnf opkg: support running from within docker container André Draszik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox