Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created April 22, 2014 15:29
Show Gist options
  • Save bobsilverberg/11183672 to your computer and use it in GitHub Desktop.
Save bobsilverberg/11183672 to your computer and use it in GitHub Desktop.
gaiatest --testvars=mine/b2g.gaia.inari.json --address=localhost:2828 --restart --type=b2g marketplacetests/tests/test_marketplace_feedback_anonymous.py --xml-output=results.xml --html-output=results.html
starting httpd
running webserver on http://192.168.0.29:57936/
TEST-START test_marketplace_feedback_anonymous.py
Traceback (most recent call last):
File "/Users/bsilverberg_local/.virtualenvs/marketplace-tests-gaia-current/bin/gaiatest", line 9, in <module>
load_entry_point('gaiatest==0.22', 'console_scripts', 'gaiatest')()
File "/Users/bsilverberg_local/.virtualenvs/marketplace-tests-gaia-current/lib/python2.7/site-packages/gaiatest-0.22-py2.7.egg/gaiatest/runtests.py", line 49, in main
cli(runner_class=GaiaTestRunner, parser_class=GaiaTestOptions)
File "/Users/bsilverberg_local/.virtualenvs/marketplace-tests-gaia-current/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/runtests.py", line 28, in cli
runner = startTestRunner(runner_class, options, tests)
File "/Users/bsilverberg_local/.virtualenvs/marketplace-tests-gaia-current/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/runtests.py", line 19, in startTestRunner
runner.run_tests(tests)
File "/Users/bsilverberg_local/.virtualenvs/marketplace-tests-gaia-current/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/runner/base.py", line 761, in run_tests
self.run_test_sets()
File "/Users/bsilverberg_local/.virtualenvs/marketplace-tests-gaia-current/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/runner/base.py", line 958, in run_test_sets
self.run_test_set(in_process_tests)
File "/Users/bsilverberg_local/.virtualenvs/marketplace-tests-gaia-current/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/runner/base.py", line 949, in run_test_set
self.run_test(test['filepath'], test['expected'], test['oop'])
File "/Users/bsilverberg_local/.virtualenvs/marketplace-tests-gaia-current/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/runner/base.py", line 927, in run_test
capabilities=self.capabilities)
File "/Users/bsilverberg_local/.virtualenvs/marketplace-tests-gaia-current/lib/python2.7/site-packages/marionette_client-0.7.5-py2.7.egg/marionette/runner/base.py", line 254, in __init__
if self.capabilities['device'] != 'desktop' and self.capabilities['b2g']:
KeyError: 'b2g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment