<div dir="ltr">Looks like running tox will pass along any environment variables with the prefix "OS_" from the shell to tox, see <a href="https://github.com/openstack/python-openstackclient/blob/master/tox.ini#L55">https://github.com/openstack/python-openstackclient/blob/master/tox.ini#L55</a> <div><br></div><div>So as long as you've sourced or exported a bunch of env. variables, you should be ready to run tests. You don't and shouldn't run it with sudo either.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 4, 2017 at 2:25 AM, <a href="mailto:nidhi.hada@wipro.com">nidhi.hada@wipro.com</a> <span dir="ltr"><<a href="mailto:nidhi.hada@wipro.com" target="_blank">nidhi.hada@wipro.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="m_-7987592598549563106WordSection1">
<p class="MsoNormal">Hello all,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">I am running functional tests for openstackclient.<u></u><u></u></p>
<p class="MsoNormal">By using this command sudo tox -efunctional<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><b><u>It gives me this error <u></u><u></u></u></b></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">setUpClass (openstackclient.tests.<wbr>functional.volume.v3.test_<wbr>snapshot.VolumeSnapshotTests)<u></u><u></u></p>
<p class="MsoNormal">------------------------------<wbr>------------------------------<wbr>-----------------------------<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Captured traceback:<u></u><u></u></p>
<p class="MsoNormal">~~~~~~~~~~~~~~~~~~~<u></u><u></u></p>
<p class="MsoNormal">    Traceback (most recent call last):<u></u><u></u></p>
<p class="MsoNormal">      File "openstackclient/tests/<wbr>functional/volume/v3/test_<wbr>snapshot.py", line 22, in setUpClass<u></u><u></u></p>
<p class="MsoNormal">        super(VolumeSnapshotTests, cls).setUpClass()<u></u><u></u></p>
<p class="MsoNormal">      File "openstackclient/tests/<wbr>functional/volume/v2/test_<wbr>snapshot.py", line 31, in setUpClass<u></u><u></u></p>
<p class="MsoNormal">        cls.VOLLY<u></u><u></u></p>
<p class="MsoNormal">      File "openstackclient/tests/<wbr>functional/base.py", line 64, in openstack<u></u><u></u></p>
<p class="MsoNormal">        return execute('openstack ' + cmd, fail_ok=fail_ok)<u></u><u></u></p>
<p class="MsoNormal">      File "openstackclient/tests/<wbr>functional/base.py", line 41, in execute<u></u><u></u></p>
<p class="MsoNormal">        result_err)<u></u><u></u></p>
<p class="MsoNormal">    tempest.lib.exceptions.<wbr>CommandFailed: Command 'openstack volume create -f json --size 1 ee1a858057464f15b6488ec4f3c1da<wbr>5d' returned non-zero exit status 1.<u></u><u></u></p>
<p class="MsoNormal">    stdout:<u></u><u></u></p>
<p class="MsoNormal">    <u></u><u></u></p>
<p class="MsoNormal">    stderr:<u></u><u></u></p>
<p class="MsoNormal"><b>    Missing value auth-url required for auth plugin password<u></u><u></u></b></p>
<p class="MsoNormal"><b><u></u> <u></u></b></p>
<p class="MsoNormal"><b><u></u> <u></u></b></p>
<p class="MsoNormal"><b>Can someone tell me where do I need to configure environment variables<u></u><u></u></b></p>
<p class="MsoNormal"><b>So that functional tests run well?<u></u><u></u></b></p>
<p class="MsoNormal"><b><u></u> <u></u></b></p>
<p class="MsoNormal"><b>Any doc /url also will be helpful.<u></u><u></u></b></p>
<p class="MsoNormal"><b><u></u> <u></u></b></p>
<p class="MsoNormal"><b>Thanks<u></u><u></u></b></p>
<p class="MsoNormal"><b>Nidhi<u></u><u></u></b></p>
<p class="MsoNormal"><b><u></u> <u></u></b></p>
</div>
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should
 not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments
 for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. <a href="http://www.wipro.com" target="_blank">www.wipro.com</a>
</div>

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