12 Commits

Author SHA1 Message Date
ghanshyam
f5360ff14f Sync venv scripts from oslo-incubator
Currently install_venv.py and with_venv.sh create virtual
environment in .venv directory and there is no way to specify
the virtual environment path explicitly.

This has been fixed in oslo-incubator.
This patch sync those virtual environment scripts from oslo-incubator.
Also make run_test.sh and run_tempest.sh scripts to use 'VENV' env variable.

Change-Id: I55311cff4dea1f6c5adaa2a6d51eeee2f6cc71ea
Closes-Bug: 1370086
2015-07-10 11:53:58 +09:00
Yaroslav Lobankov
4693783f7e Removing unnecessary pass instructions
There are some files in Tempest where code has unnecessary
pass instructions. This CR fixes that.

Change-Id: Ie32399d731edad8a4d0b9cdec8aa7e9444eda254
2014-05-06 14:14:44 +04:00
Sean Dague
fc691e33f3 sync oslo to current
this is largely to deal with config generator issues, however
we're apparently quite far behind on other items, so lets just
sync it all.

Change-Id: I2f36e41b5d7cce8dd0b64636e45da3f7481b0e39
2014-01-03 09:25:29 -05:00
Matthew Treinish
f45528a527 Sync latest module versions from oslo-incubator
This commit just syncs the latest modules from oslo-incubator, which
includes removing the second copy of LockFixture from the
tempest.openstack.common.lockutils module.

Change-Id: Ib9b07fe733dc2c924ac0eb054fa707dd352a812b
2013-10-24 20:12:28 +00:00
Matthew Treinish
50bf2d27c3 Sync install_venv_common.py from oslo-incubator
This is needed to ensure that when using run_tests.sh requirements
are handled correctly. Both requirements.txt and test-requirements.txt
need to be handed to pip at the same time to ensure that all
dependencies are satisfied and we don't upgrade a package to be
outside of the version constraints set by requirements.txt when
installing dependencies for the packages in test-requirements.txt.

Change-Id: I89bcf4e44b7274dca535e8e1d2eeb0adb142cabb
2013-09-20 11:58:41 -04:00
Matthew Treinish
ffa94d6b56 Sync latest versions of oslo incubator
This commit pulls in the lastest version of oslo incubator modules.

Change-Id: Ib591897958d6e12c251375d30342218b7d2cdd05
2013-09-16 17:18:53 +00:00
Monty Taylor
7a3c3790ed Sync install_venv_common from oslo
Change-Id: Iacdd71dc4dc99a470b27c26b50dd0ea9ef0e6157
2013-07-05 22:15:06 -04:00
Dirk Mueller
74af42c714 Oslo Merge
Merge in print operator fixes from Oslo

Change-Id: Iff6af9298cfa571b70729ea242a3b9dfc111a890
2013-06-23 20:50:22 +02:00
Matthew Treinish
f824085f90 Sync latest install_venv_common.py
Syncs:

c78b2ab Avoid using cfg in install_venv_common

So that people don't need oslo-config installed to run install_venv

Change-Id: Ie9b703255e8fdd1faa32b4e995efd858b3801801
2013-02-25 18:04:43 -05:00
Joe Gordon
2b0591d953 Sync in latest version of oslo
python update.py ../tempest/openstack-common.conf

Change-Id: If4660915a121d572c9a914136a925386a366f1d1
2013-02-14 23:18:39 +00:00
Matthew Treinish
7682cde001 Sync latest install_venv_common from oslo.
This commit syncs the latest install_venv_common from oslo which
fixes an issue with importing from tempest.openstack.common. This
is needed to run tools/install_venv.py in a non-devstack environment.

Change-Id: I37812c9e0cd432a05ef63eba38fb91ea6df98a0b
2013-02-06 16:35:45 -05: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