![Jesse Pretorius](/assets/img/avatar_default.png)
This test executes an LXC container listing from the LXC host, then verifies that the container is present by name and IP address. The test will work whether there is one or more IP addresses in each containers created. This patch also includes the following in order to unblock testing for this role: - A forced apt-get update - A base other-requirements.txt file to ensure that the OpenStack-CI fallback requirements aren't used, which conflict with LXC and cause the instance to hang. Change-Id: I2619b1090300a161c108fcc3f65059e8d50c851e
17 lines
632 B
Plaintext
17 lines
632 B
Plaintext
# This file facilitates OpenStack-CI package installation
|
|
# before the execution of any tests.
|
|
#
|
|
# See the following for details:
|
|
# - http://docs.openstack.org/infra/bindep/
|
|
# - https://github.com/openstack-infra/bindep
|
|
#
|
|
# Even if the role does not make use of this facility, it
|
|
# is better to have this file empty, otherwise OpenStack-CI
|
|
# will fall back to installing its default packages which
|
|
# will potentially be detrimental to the tests executed.
|
|
|
|
# OpenStack-CI's Jenkins needs curl
|
|
# TODO(odyssey4me) remove this once https://review.openstack.org/288634 has merged
|
|
# and the disk images are rebuilt and redeployed.
|
|
curl
|