nova-powervc/run_tests.sh doesn't work
Bug #1370712 reported by
Matt Riedemann
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
powervc-driver |
New
|
Undecided
|
Unassigned |
Bug Description
While making this change:
https:/
I tried running the run_tests.sh script for the nova-powervc code, was prompted to create a virtual environment and replied 'yes' and then it failed:
mriedem@
mriedem@
No virtual environment found...create one? (Y/n) y
python: can't open file 'tools/
mriedem@
To post a comment you must log in.
osadmin@ openstackdevsta ck:~/git/ powervc- driver/ nova-powervc$ ./run_tests.sh ....... ....... ....... ....... ... ------- ------- ------- ------- ------- ------- ------- ------- -------
No virtual environment found...create one? (Y/n) n
.......
-------
Ran 38 tests in 27.140s
OK
Running flake8 ...
if I select not creating the virtualenv, it can pass. I do not check this for a long time, need to look into it...I've asked someone else to look at that and write down a testing readiness to guide people to run unit test, but this work looks not done yet: /review. openstack. org/#/c/ 106614/
https:/
I need to push people to complete the work on this. Thanks for pointing out this.