Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created September 20, 2016 18:10
Show Gist options
  • Save harlowja/c8bafb239290d87fbc95c519a60acc20 to your computer and use it in GitHub Desktop.
Save harlowja/c8bafb239290d87fbc95c519a60acc20 to your computer and use it in GitHub Desktop.
$ testr run
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
OS_DEBUG=${OS_DEBUG:-TRACE} \
OS_LOG_CAPTURE=${OS_LOG_CAPTURE:-1} \
${PYTHON:-python} -m subunit.run discover -t ./ ./taskflow/tests
Connection dropped: socket connection error: Connection refused
Connection dropped: socket connection error: Connection refused
Connection dropped: socket connection error: Connection refused
Connection dropped: socket connection error: Connection refused
Failed connecting to Zookeeper within the connection retry policy.
Connection dropped: socket connection error: Connection refused
Connection dropped: socket connection error: Connection refused
Connection dropped: socket connection error: Connection refused
Connection dropped: socket connection error: Connection refused
Failed connecting to Zookeeper within the connection retry policy.
Ran 1665 tests in 211.394s (+7.603s)
PASSED (id=1, skips=2)
(.venv) [jxharlow@cent7-2-example taskflow]$ python --version
Python 3.5.2
(.venv) [jxharlow@cent7-2-example taskflow]$ pip freeze
alembic==0.8.8
amqp==1.4.9
anyjson==0.3.3
appdirs==1.4.0
automaton==1.4.0
Babel==2.3.4
cachetools==1.1.6
chardet==2.3.0
contextlib2==0.5.4
debtcollector==1.8.0
decorator==4.0.10
doc8==0.7.0
docutils==0.12
eventlet==0.19.0
extras==1.0.0
fasteners==0.14.1
fixtures==3.0.0
flake8==2.2.4
futurist==0.18.0
greenlet==0.4.10
hacking==0.10.2
iso8601==0.1.11
Jinja2==2.8
jsonschema==2.5.1
kazoo==2.2.1
keystoneauth1==2.12.1
kombu==3.0.35
linecache2==1.0.0
Mako==1.0.4
MarkupSafe==0.23
mccabe==0.2.1
mock==2.0.0
monotonic==1.2
mox3==0.18.0
msgpack-python==0.4.8
netaddr==0.7.18
netifaces==0.10.5
networkx==1.11
nose==1.3.7
os-client-config==1.21.1
oslo.i18n==3.9.0
oslo.serialization==2.13.0
oslo.utils==3.16.0
oslosphinx==4.7.0
oslotest==2.10.0
pbr==1.10.0
pep8==1.5.7
positional==1.1.1
prettytable==0.7.2
psycopg2==2.6.2
pydotplus==2.0.2
pyflakes==0.8.1
Pygments==2.1.3
PyMySQL==0.7.9
pyparsing==2.1.9
python-editor==1.0.1
python-mimeparse==1.5.2
python-subunit==1.2.0
pytz==2016.6.1
PyYAML==3.12
redis==2.10.5
requests==2.11.1
requestsexceptions==1.1.3
restructuredtext-lint==0.17.1
retrying==1.3.3
six==1.10.0
Sphinx==1.2.3
SQLAlchemy==1.0.15
SQLAlchemy-Utils==0.32.9
stevedore==1.17.1
taskflow==2.3.0
testrepository==0.0.20
testscenarios==0.5.0
testtools==2.2.0
traceback2==1.4.0
unittest2==1.1.0
wrapt==1.10.8
zake==0.2.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment