I assume that helped? (since there was a smiley face) ;) On Tue, May 12, 2015 at 10:08 PM, James Peach <[email protected]> wrote:
> > > On May 12, 2015, at 2:54 PM, Thomas Jackson <[email protected]> > wrote: > > > > Looks like you are missing python's decorator package (python-decorator) > which it seems that httpbin requires (and I see is in its > requirements.txt), so I'm not sure how you don't have it installed ;). If > you do "make clean" and "make test" it should recreate the virtualenv-- > does that help? > > Yup the virtualenv was recreated correctly after I nuked it :) > > > > > On Sun, May 10, 2015 at 2:05 PM, James Peach <[email protected]> wrote: > > Hi all, > > > > Can anyone give me a hint how to get TSQA running? > > > > vagrant@vagrant-ubuntu-trusty-64:/opt/src/trafficserver.git/ci/tsqa$ > make list > > Failure: ImportError (No module named decorator) ... ok > > Failure: ImportError (No module named decorator) ... ok > > Failure: ImportError (No module named decorator) ... ok > > Failure: ImportError (No module named decorator) ... ok > > Failure: ImportError (No module named decorator) ... ok > > Failure: ImportError (No module named decorator) ... ok > > Failure: ImportError (No module named > cryptography.hazmat.bindings.openssl.binding) ... ok > > Failure: ImportError (No module named decorator) ... ok > > Failure: ImportError (No module named decorator) ... ok > > Failure: ImportError (No module named decorator) ... ok > > Failure: ImportError (No module named decorator) ... ok > > Failure: ImportError (No module named decorator) ... ok > > > > ---------------------------------------------------------------------- > > Ran 12 tests in 0.147s > > > > OK > > vagrant@vagrant-ubuntu-trusty-64:/opt/src/trafficserver.git/ci/tsqa$ > make test > > virtualenv/bin/nosetests --with-xunit -sv --logging-level=INFO > > Failure: ImportError (No module named decorator) ... ERROR > > ... > > ====================================================================== > > ERROR: Failure: ImportError (No module named decorator) > > ---------------------------------------------------------------------- > > Traceback (most recent call last): > > File > "/opt/src/trafficserver.git/ci/tsqa/virtualenv/local/lib/python2.7/site-packages/nose/loader.py", > line 420, in loadTestsFromName > > addr.filename, addr.module) > > File > "/opt/src/trafficserver.git/ci/tsqa/virtualenv/local/lib/python2.7/site-packages/nose/importer.py", > line 47, in importFromPath > > return self.importFromDir(dir_path, fqname) > > File > "/opt/src/trafficserver.git/ci/tsqa/virtualenv/local/lib/python2.7/site-packages/nose/importer.py", > line 94, in importFromDir > > mod = load_module(part_fqname, fh, filename, desc) > > File "/opt/src/trafficserver.git/ci/tsqa/tests/test_buildoptions.py", > line 22, in <module> > > import helpers > > File "/opt/src/trafficserver.git/ci/tsqa/tests/helpers.py", line 20, > in <module> > > import tsqa.test_cases > > File > "/opt/src/trafficserver.git/ci/tsqa/virtualenv/local/lib/python2.7/site-packages/tsqa/test_cases.py", > line 24, in <module> > > import httpbin > > File > "/opt/src/trafficserver.git/ci/tsqa/virtualenv/local/lib/python2.7/site-packages/httpbin/__init__.py", > line 3, in <module> > > from .core import * > > File > "/opt/src/trafficserver.git/ci/tsqa/virtualenv/local/lib/python2.7/site-packages/httpbin/core.py", > line 23, in <module> > > from . import filters > > File > "/opt/src/trafficserver.git/ci/tsqa/virtualenv/local/lib/python2.7/site-packages/httpbin/filters.py", > line 17, in <module> > > from decorator import decorator > > ImportError: No module named decorator > > > >
