Some files still use trademark OpenStack LLC in header, which
should be changed to OpenStack Foundation.
NOTE: tools/install_venv.py is not synced from oslo-incubator, so
it is modified too.
Change-Id: I0084684ff5225076291fea857eb010d638291bd0
Fixes-Bug: #1214176
In python 3 print statement is not supported, so we should use
only print() functions.
Fixes bug 1226943
Change-Id: I05f042dc247ac117f6c2823d1326a88059875b79
Rename tools/pip-requires to requirements.txt and tools/test-requires
to test-requirements.txt. These are standard files, and tools in the
general world are growing intelligence about them.
Change-Id: I31fa9fb5e6b1e4656424b4a56f58b71903641875
Fixes: bug #1179008
This syncs install_venv_common.py from oslo and reworks the
tools/install_venv.py script to use the new library.
Change-Id: I817ca5f317dc360e787f42697ad717ac77c1ae24
There was no check_exit_code=False used so install_venv died
on Fedora/RHEL/etc.
Also calling external grep command is not neccessary.
Change-Id: I280aed3019b8cb7fce67033158deb34937946fab
Add openssl-devel package installation procedure to tools/install_venv.py
It fixes CentOS-specific package dependency. pip install pyOpenSSL
will work well after installing openssl-devel package.
Change-Id: Ia8c5cdd48260996e33b752ccb956c9e072a8f3d8
Currently when running Tempest tests with run_tests.sh a venv
isn't being used. This leaves tempest at the mercy of whatever
required package versions are installed on the system.
This patch takes install_venv.py and with_venv.sh from nova and
integrates them into run_tests to ensure that the correct
dependencies versions from pip-requires and test-requires are
being used.
Change-Id: I4bf4a02890a33c4034e4493d1763ed4019fdf46e
The list server filter details checks were checking
entire mappings against the list of mappings returned
from a call to GET /servers/detail. Unfortunately, the
mappings returned by the GET /servers/detail and the
mapping returned by POST /servers are slightly different,
resulting in the comparison failing. We really only are
checking that the server instance we expect to be in the
returned list of instances is there, so checking for the
server ID in the returned list is fine.
Change-Id: If9680f56a1ea06ffe93393d06b23bd231ccddd01
Fixes: LP Bug 1028465pep8 build for tempest.
agnostic
Refactored some of the shell scripts to handle
being run from another directory, as well as to
not force the use of 2.6
edit: format the comments
Change-Id: Id92b9dc82743598b7c570e431cad423c8a2ee95d