← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1773818] [NEW] Test failures in docker container

 

Public bug reported:

There are no enough resources to raise the pool of virtual machines
sometimes. People use containers in this case.

There are two tests that fail in docker container:
http://paste.openstack.org/show/722171/

The main reason is that docker container is not a Virtual Machine, so it
doesn't provide all of the architecture in the same way that a Virtual
Machine might. The underlying infrastructure of docker containers is
configured on the Host system, not within the container itself

These tests use brctl and sysctl. You can use --privileged flag ('docker
run' command) for brctl. What about sysctl? You can use sysctl commands
with docker-client. But you can not use it inside a container.

It would be very cool if the tests were fixed so that they work in
docker containers.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1773818

Title:
  Test failures in docker container

Status in neutron:
  New

Bug description:
  There are no enough resources to raise the pool of virtual machines
  sometimes. People use containers in this case.

  There are two tests that fail in docker container:
  http://paste.openstack.org/show/722171/

  The main reason is that docker container is not a Virtual Machine, so
  it doesn't provide all of the architecture in the same way that a
  Virtual Machine might. The underlying infrastructure of docker
  containers is configured on the Host system, not within the container
  itself

  These tests use brctl and sysctl. You can use --privileged flag
  ('docker run' command) for brctl. What about sysctl? You can use
  sysctl commands with docker-client. But you can not use it inside a
  container.

  It would be very cool if the tests were fixed so that they work in
  docker containers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1773818/+subscriptions


Follow ups