<div dir="ltr">You are right.<div><br></div><div>run_tests.sh simply runs unit tests which cover tempest's code itself.</div><div><br></div><div>In order to run the tests for the various OpenStack services, use tox.</div><div>In tox.ini there are several environments defined which run different sets of tests.</div><div>When all you want to do is run just a specific test module or test case, it is possible to use the 'all' environment. For instance, to run only scenarios I usually do:</div><div><br></div><div>tox -eall -- tempest.scenario</div><div><br></div><div>Hope this helps,</div><div>Salvatore<br><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On 16 January 2015 at 05:48, 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 am bit confused regarding the testing in OpenStack. The run_tests.sh script ( that is at the root of every component may it be nova,keystone etc ) , does it run only the unit tests covered under that component or it runs the test cases it tempest too (for ex scenario tests, api tests etc).<br><br>Please provide me some information regarding this. <br><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 : <a href="tel:%2B918377882003" value="+918377882003" target="_blank">+918377882003</a><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></div></div>