Closed
Bug 1135094
Opened 10 years ago
Closed 10 years ago
"make test" fails with "No module named semiauto"
Categories
(Firefox OS Graveyard :: Certification Suite, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cr, Assigned: askeing)
References
Details
Attachments
(1 file)
I'm trying to run the certsuit (commit 63726bbd8f49fd79bdc0b4add64cf376838284fa from Sun Feb 15 10:52:17 2015 -0500) on Mac OS X 10.9 in a virtualenv created on top of a homebrew python-2.7.
$ make test
adb forward tcp:2828 tcp:2828
python -m semiauto webapi_tests.semiauto.smoketests | python -m mozlog.structured.scripts.format mach 2>/dev/null
/Users/cruetten/.virtualenvs/certsuite/bin/python: No module named semiauto
$ python setup.py install # installed a number of requirements
pip freeze
Babel==1.3
Jinja2==2.7.3
MarkupSafe==0.23
Pygments==2.0.2
Sphinx==1.3b2
backports.ssl-match-hostname==3.4.0.2
blessings==1.6
certifi==14.05.14
docutils==0.12
fxos-appgen==0.12
fxos-certsuite==0.1
gaiatest==0.26
html5lib==1.0b3
manifestparser==1.0
marionette-client==0.7.10
marionette-extension==0.4.7
marionette-transport==0.2
mozcrash==0.14
mozdevice==0.44
mozfile==1.1
mozhttpd==0.7
mozinfo==0.7
mozlog==2.10
moznetwork==0.24
mozprocess==0.21
mozprofile==0.23
mozrunner==6.7
moztest==0.7
mozversion==1.2
plivo==0.9.6
py==1.4.20
pytz==2014.10
requests==2.5.1
six==1.9.0
snowballstemmer==1.2.0
tornado==4.1
wptrunner==1.4
wptserve==1.2.1
wsgiref==0.1.2
Comment 1•10 years ago
|
||
'make test' doesn't actually run the cert suite, just some unit tests, which are apparently haven't been maintained. Is that what you're trying to do?
Reporter | ||
Comment 2•10 years ago
|
||
Actually I am concerned with the tests, because I'm extending the certsuite with my own code.
![]() |
||
Updated•10 years ago
|
Blocks: b2g-cert-tests
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8571191 -
Flags: review?(oouyang)
Attachment #8571191 -
Flags: review?(atsai)
![]() |
||
Comment 4•10 years ago
|
||
Comment on attachment 8571191 [details] [review]
PR 233
r = me, merged.
Attachment #8571191 -
Flags: review?(atsai) → review+
![]() |
||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → fyen
Updated•10 years ago
|
Attachment #8571191 -
Flags: review?(oouyang) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•