tox command not found
When I run ./stack.sh, I get the following error: devstack/lib/tempest: line 637: tox:command not found. How to solv the above
First time here? Check out the FAQ!
When I run ./stack.sh, I get the following error: devstack/lib/tempest: line 637: tox:command not found. How to solv the above
Alright I finally fixed this problem, here is the answer.
Inside your dist-packages folder in python2.7 remove everything related to tox, virtualenv, pluggy and py. Then modify your tempest file; in the install tempest function, right before it pushd's to the tempest folder, have it run sudo pip install tox (the sudo is important and is not there by default)
It's not working for me.
Asked: 2016-08-11 08:05:06 -0500
Seen: 1,861 times
Last updated: Mar 27 '19
tempest test test_flavor_negative.py is failing
Submit a background process using tempest
tempest service not starting through stack.sh run?
tempest gate and smoke explanation
Parallel/Concurrent test configuration using TEMPEST
Cinder tempest volume tests failed
fixtures._fixtures.timeout.TimeoutException raised during time.sleep()
I am running into this same problem. I am assuming you are running liberty stable too. Anyone else have a solution?