<div dir="ltr"><div><div><div><div><div>Hi, <br></div>I can't boast digging a lot into tempest, but at least I can give you some info on question 1. <br></div>You can run a single test or a series of tests stopping at "import pdb; pdb.set_trace()" if use use testr:<br><pre class="">testr list-tests test_name_regex <span class="">></span> my-list<br>python <span class="">-m</span> testtools.run discover <span class="">--load-list</span> my-list<br></pre>Mind that you need to activate your venv first. More info can be found here: <a href="https://wiki.openstack.org/wiki/Testr">https://wiki.openstack.org/wiki/Testr</a><br><br></div>By the way, I personally recommend ipdb - has the same power, but is a lot more user friendly :) <br><br></div>Hope it helps,<br><br></div>Inessa Vasilevskaya<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 18, 2015 at 11:50 AM, Abhishek Talwar/HYD/TCS <span dir="ltr"><<a href="mailto:abhishek.talwar@tcs.com" target="_blank">abhishek.talwar@tcs.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Hi,<br><br>I have some doubts regarding tempest. <br><br>Q1. How can we debug test cases in OpenStack ? (We can debug the code through import pdb but the same doesn't work for test cases and we have a bdb quit error)<p style="margin-bottom:0cm;line-height:13.3333320617676px">Q2. Suppose I need to add a test case in the tempest suite how can I do that ?</p><p style="margin-bottom:0cm;line-height:13.3333320617676px">Q3. Whenever we run run_tests.sh script where does it first hit and how does the tests cases start running ?</p><p style="margin-bottom:0cm;line-height:13.3333320617676px">Q4. As it is said that tempest interacts only with the OpenStack Rest Api's , then how are the test cases for the various clients run, by clients here I mean the python-novaclient,keystoneclient etc.</p><br><br>-- <br>Thanks and Regards<br>Abhishek Talwar<br>Employee ID : 770072<br>Assistant System Engineer<br>Tata Consultancy Services,Gurgaon<br>India<br>Contact Details : +918377882003<p>=====-----=====-----=====<br>
Notice: The information contained in this e-mail<br>
message and/or attachments to it may contain <br>
confidential or privileged information. If you are <br>
not the intended recipient, any dissemination, use, <br>
review, distribution, printing or copying of the <br>
information contained in this e-mail message <br>
and/or attachments to it are strictly prohibited. If <br>
you have received this communication in error, <br>
please notify us by reply e-mail or telephone and <br>
immediately and permanently delete the message <br>
and any attachments. Thank you</p>

<p></p></div><br>__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
<br></blockquote></div><br></div>