diff options
author | Chet Burgess <cfb@metacloud.com> | 2013-02-06 04:36:34 +0000 |
---|---|---|
committer | Chet Burgess <cfb@metacloud.com> | 2013-02-07 12:38:45 -0800 |
commit | 4c891b9243985bb95d8beff8affa9db470a1c94a (patch) | |
tree | 193413c0e2ee9c655111a300636f5bdc937e4445 /setup.py | |
parent | 08499b9c2d6aa9c4f416afc5672dcf474fca0fbb (diff) | |
download | nova-4c891b9243985bb95d8beff8affa9db470a1c94a.tar.gz nova-4c891b9243985bb95d8beff8affa9db470a1c94a.tar.xz nova-4c891b9243985bb95d8beff8affa9db470a1c94a.zip |
support reloctable venv roots in testing framework
run_tests.sh, with_venv.sh, and the install_venv.py scripts now
support relocating the venv root to another location.
All 3 scripts now support new envinroment variables to configure
the location of the venv and the tools directory. To maintain
compatability the defaults are set to the current values.
venv_path = Location of the virtualenv directory
Default: $(pwd)
venv_name = Name of the virtualenv directory
Default: .venv
tools_path = Location of the tools directory
Default: $(pwd)
Additionally the run_tests.sh script also takes these value as
arguments and will pass them along accordingly.
--virtual-env-path <path> Location of the virtualenv directory
Default: $(pwd)
--virtual-env-name <name> Name of the virtualenv directory
Default: .venv
--tools-path <dir> Location of the tools directory
Default: $(pwd)
DocImpact
Change-Id: I1be036058227206ecca342f692cd3d6aadb24069
Fixes: bug #1116942
Diffstat (limited to 'setup.py')
0 files changed, 0 insertions, 0 deletions