13 Commits

Author SHA1 Message Date
ZhiQiang Fan
39f9722500 Replace OpenStack LLC with OpenStack Foundation
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
2013-09-21 11:03:53 +08:00
Chang Bo Guo
c3fd15307b Use built-in print() instead of print statement
In python 3 print statement is not supported, so we should use
only print() functions.

Fixes bug 1226943

Change-Id: I05f042dc247ac117f6c2823d1326a88059875b79
2013-09-17 23:24:39 -07:00
Zhenguo Niu
d41413a2f3 Rename requires files to standard names.
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
2013-05-29 17:46:59 +08:00
Monty Taylor
b2ca5cad74 Finish up flake8 conversion.
Change-Id: I5034f19d5f9b20ad2b4569455273c730b1efec08
2013-05-01 14:04:07 -04:00
afazekas
c426f3acf4 Remove unused imports
Removing the unused imports.

Change-Id: I30caa85b51a3cf969f6a1dfa8920be8d809cf257
2013-03-25 17:34:40 +01:00
Attila Fazekas
b2902af858 T4xx fixes
T404 WONTFIX

Change-Id: I2e94fa4762615b686635b82e1843bdc1c10dabb0
2013-02-16 16:22:44 +01:00
Matthew Treinish
51dfee7363 Use install_venv_common.py from oslo.
This syncs install_venv_common.py from oslo and reworks the
tools/install_venv.py script to use the new library.

Change-Id: I817ca5f317dc360e787f42697ad717ac77c1ae24
2013-01-28 17:03:41 -05:00
Pavel Sedlák
67309bbf86 Fix install_venv-get_distro failure on Fedora
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
2013-01-17 19:26:18 +01:00
Ryota Hashimoto
67adbd96de Add CentOS-specific OpenSSL package installation.
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
2013-01-15 11:02:42 -07:00
Matthew Treinish
8e937d7023 Fix use of venv in Tempest.
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
2012-12-18 09:51:23 -05:00
Jay Pipes
a6aa5f2107 Fix checks in server listing only lok for an ID
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.
2012-07-24 19:40:29 -04:00
Aaron Lee
78dbb64366 Making run_test.sh python version and directory
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
2011-10-18 14:24:26 -05:00
Justin Shepherd
0d9bbd1471 Initial Release 2011-08-26 16:08:57 +02:00