run_test virtual-env-path args not work
Bug #1535514 reported by
Einst Crazy
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Won't Fix
|
Low
|
Einst Crazy | ||
OpenStack Shared File Systems Service (Manila) |
Won't Fix
|
Low
|
yapeng Yang |
Bug Description
when run the unit test use arg virtual-env-path, the venv path not point to the args one
exec
./run_tests.sh --virtual-env-path /opt/stack
the venv-path is $(pwd), not /opt/stack
as in run_tests.sh it export environ value of venv_path, tools_path, venv_name. But in the install_venv.py not get the environ. And in the with_venv.sh not get the environ in the neutron and get wrong value of VENV_PATH, TOOLS_PATH, VENV_NAME.
Changed in glance: | |
assignee: | nobody → Einst Crazy (yu-changcai) |
Changed in neutron: | |
assignee: | nobody → Einst Crazy (yu-changcai) |
Changed in manila: | |
assignee: | nobody → yapeng Yang (yang-yapeng) |
Changed in neutron: | |
importance: | Undecided → Low |
tags: | added: unittest |
description: | updated |
description: | updated |
Changed in manila: | |
status: | New → In Progress |
Changed in glance: | |
importance: | Undecided → Low |
Changed in glance: | |
status: | New → In Progress |
Changed in manila: | |
importance: | Undecided → Low |
milestone: | none → newton-1 |
no longer affects: | neutron |
Changed in manila: | |
milestone: | newton-1 → none |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/269414
Review: https:/