<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 01/16/2015 12:37 AM, Abhishek
      Talwar/HYD/TCS wrote:<br>
    </div>
    <blockquote
      cite="mid:bf07a158-e075-4191-94c4-a243bfdebc1c@inmumzm06.tcsin.com"
      type="cite">
      <style> body {height: 100%; color:#000000; font-size:10pt; font-family:Verdana, Arial, Helvetica, sans-serif;}</style>Hi,<br>
      <br>
      I have been trying to debug the test cases in OpenStack, but I am
      not getting successful with it. So if someone can help me with
      that. The last response from the dev-list was to use " $
      ./run_tests.sh -d [test module path] 
      " but this gives bDb quit error.<br>
    </blockquote>
    <br>
    Depends on the project.  The majority of the projects have moved
    over to using tox.  In Keystone, tox will run everything, which
    might be to much;<br>
    <br>
    <br>
    tox -epy27<br>
    <br>
    is usually what I run for unit tests and<br>
    <br>
    tox -epep8 <br>
    <br>
    explicitly for pep8 testing.<br>
    <br>
    To run a specific file full of tests:<br>
    <br>
     tox -e py27 test_v3_auth<br>
    <br>
    works as does<br>
    <br>
    <br>
    tox -e py27 keysteon.tests.test_v3_auth.TestPKIZTokenAPIs<br>
    <br>
    <blockquote
      cite="mid:bf07a158-e075-4191-94c4-a243bfdebc1c@inmumzm06.tcsin.com"
      type="cite"><br>
      So kindly help me this.<br>
      -- <br>
      Thanks and Regards<br>
      Abhishek Talwar
      <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>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: <a class="moz-txt-link-abbreviated" href="mailto:OpenStack-dev-request@lists.openstack.org?subject:unsubscribe">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a>
<a class="moz-txt-link-freetext" href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>