itzikb / docker-tempest

1 stars 4 forks source link

doc bug : executing tests in the ~/tempest-upstream/tempest dir fail #19

Closed pinikomarov closed 5 years ago

pinikomarov commented 5 years ago

Hi :), found a doc bug : executing tests in the ~/tempest-upstream/tempest dir itself fails. *any other dir is ok .. tested it a couple of times : stacktrace and reproducer is here: http://pastebin.test.redhat.com/786074

I'm suggesting the docs should say : $ cd ~/tempest-upstream/tempest $ sudo ~/scripts/run_tempest.sh $ source ../bin/activate $ stestr list $ cd ../ $python -m testtools.run tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts *the last one is a simple list hosts test run and it will make sure the users can test the tempest setup out of the box

itzikb commented 5 years ago

Hi, Thanks for the issue! I updated python-tempestconf and now it should work as documented.