bindep: other-requirments -> bindep.txt

Adopt for change of default from other-requirements.txt to bindep.txt.

Change-Id: I5ef810630ff678e50383ad38d2cd610f0caa7105
Depends-On: I6d3491c1ee18c579c768ae931a5edb2b783a19a3
This commit is contained in:
Andreas Jaeger 2016-08-09 14:27:52 +02:00
parent 099eb5e35f
commit 876e3bce75

View File

@ -494,7 +494,7 @@ below the `files
<http://git.openstack.org/cgit/openstack-dev/devstack/tree/files>`_ <http://git.openstack.org/cgit/openstack-dev/devstack/tree/files>`_
directory of devstack. directory of devstack.
For non-devstack based tests, add an ``other-requirements.txt`` file For non-devstack based tests, add a ``bindep.txt`` file
containing listing the required distribution packages. It is a containing listing the required distribution packages. It is a
cross-platform list of all dependencies needed for running tests. The cross-platform list of all dependencies needed for running tests. The
`bindep <http://docs.openstack.org/infra/bindep/>`_ utility will be `bindep <http://docs.openstack.org/infra/bindep/>`_ utility will be
@ -526,7 +526,7 @@ missing binary packages.
Note that infra uses the "test" `profile Note that infra uses the "test" `profile
<http://docs.openstack.org/infra/bindep/readme.html#profiles>`__ of <http://docs.openstack.org/infra/bindep/readme.html#profiles>`__ of
your other-requirements file for testing in the CI. Add any build time your ``bindep.txt`` file for testing in the CI. Add any build time
requirements and any requirements specific to the test jobs to the requirements and any requirements specific to the test jobs to the
"test" profile, add requirements for both test and runtime to the base "test" profile, add requirements for both test and runtime to the base
profile:: profile::
@ -535,6 +535,3 @@ profile::
libffi6 libffi6
# A build time dependency # A build time dependency
libffi-devel [test] libffi-devel [test]