Skip to content

Instantly share code, notes, and snippets.

@bobsilverberg
Created April 3, 2014 14:07
Show Gist options
  • Save bobsilverberg/9955021 to your computer and use it in GitHub Desktop.
Save bobsilverberg/9955021 to your computer and use it in GitHub Desktop.
TEST-START test_cards_view_kill_apps_with_two_apps.py
Traceback (most recent call last):
File "/Users/bsilverberg/.virtualenvs/gaia-v1.3/bin/gaiatest", line 9, in <module>
load_entry_point('gaiatest==0.21.2', 'console_scripts', 'gaiatest')()
File "/Users/bsilverberg/gitRepos/gaia/tests/python/gaia-ui-tests/gaiatest/runtests.py", line 49, in main
cli(runner_class=GaiaTestRunner, parser_class=GaiaTestOptions)
File "/Users/bsilverberg/.virtualenvs/gaia-v1.3/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/.virtualenvs/gaia-v1.3/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/.virtualenvs/gaia-v1.3/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/.virtualenvs/gaia-v1.3/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/.virtualenvs/gaia-v1.3/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/.virtualenvs/gaia-v1.3/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/.virtualenvs/gaia-v1.3/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