Created
November 20, 2014 20:22
-
-
Save nelsnelson/a391f4bac782546a65d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tox -epy27 -- test_connect_auth_cb_exception | |
py27 develop-inst-nodeps: /home/nels.nelson/src/nova | |
py27 runtests: commands[0] | find . -type f -name *.pyc -delete | |
WARNING:test command found but not installed in testenv | |
cmd: /usr/bin/find | |
env: /home/nels.nelson/src/nova/.tox/py27 | |
Maybe forgot to specify a dependency? | |
py27 runtests: commands[1] | bash tools/pretty_tox.sh test_connect_auth_cb_exception | |
WARNING:test command found but not installed in testenv | |
cmd: /bin/bash | |
env: /home/nels.nelson/src/nova/.tox/py27 | |
Maybe forgot to specify a dependency? | |
running testr | |
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | |
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | |
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \ | |
${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --list | |
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \ | |
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \ | |
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \ | |
${PYTHON:-python} -m subunit.run discover -t ./ ./nova/tests --load-list /tmp/tmphmw8tD | |
{0} nova.tests.virt.libvirt.test_driver.LibvirtConnTestCase.test_connect_auth_cb_exception [1.838767s] ... ok | |
Slowest Tests | |
Test id Runtime (s) | |
-------------------------------------------------------------------------------------- ----------- | |
nova.tests.virt.libvirt.test_driver.LibvirtConnTestCase.test_connect_auth_cb_exception 1.839 | |
====== | |
Totals | |
====== | |
Run: 1 in 1.838767 sec. | |
- Passed: 1 | |
- Skipped: 0 | |
- Failed: 0 | |
============== | |
Worker Balance | |
============== | |
- Worker 0 (1 tests) => 0:00:01.838767s | |
________________________________________________________________________________________________ summary _________________________________________________________________________________________________ | |
py27: commands succeeded | |
congratulations :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment