SuccessConsole Output

[lient-stage_2-merge_rift300-CIDEGQOJ5GJMK4PRC5C3QYQ4N3LTFE5SG55A5OSB5AQNU2SAAESA] Running shell script
+ devops-stages/stage-test.sh
GLOB sdist-make: /opt/jenkins/workspace/lient-stage_2-merge_rift300-CIDEGQOJ5GJMK4PRC5C3QYQ4N3LTFE5SG55A5OSB5AQNU2SAAESA/setup.py
py27 create: /home/jenkins/.tox/py27
py27 installdeps: nose, mock
py27 inst: /home/jenkins/.tox/dist/osmclient-3.0.2.zip
py27 installed: click==6.7,funcsigs==1.0.2,mock==2.0.0,nose==1.3.7,osmclient==3.0.2,pbr==3.1.1,pkg-resources==0.0.0,prettytable==0.7.2,pycurl==7.43.0.1,PyYAML==3.12,six==1.11.0
py27 runtests: PYTHONHASHSEED='1373642892'
py27 runtests: commands[0] | nosetests
.......................
----------------------------------------------------------------------
Ran 23 tests in 3.258s

OK
py3 create: /home/jenkins/.tox/py3
py3 installdeps: nose, mock
py3 inst: /home/jenkins/.tox/dist/osmclient-3.0.2.zip
py3 installed: click==6.7,mock==2.0.0,nose==1.3.7,osmclient==3.0.2,pbr==3.1.1,pkg-resources==0.0.0,prettytable==0.7.2,pycurl==7.43.0.1,PyYAML==3.12,six==1.11.0
py3 runtests: PYTHONHASHSEED='1373642892'
py3 runtests: commands[0] | nosetests
.......................
----------------------------------------------------------------------
Ran 23 tests in 2.171s

OK
flake8 create: /home/jenkins/.tox/flake8
flake8 installdeps: flake8
flake8 inst: /home/jenkins/.tox/dist/osmclient-3.0.2.zip
flake8 installed: click==6.7,configparser==3.5.0,enum34==1.1.6,flake8==3.5.0,mccabe==0.6.1,osmclient==3.0.2,pkg-resources==0.0.0,prettytable==0.7.2,pycodestyle==2.3.1,pycurl==7.43.0.1,pyflakes==1.6.0,PyYAML==3.12
flake8 runtests: PYTHONHASHSEED='1373642892'
flake8 runtests: commands[0] | flake8 setup.py
___________________________________ summary ____________________________________
  py27: commands succeeded
  py3: commands succeeded
  flake8: commands succeeded
  congratulations :)