Closed
Bug 991641
Opened 11 years ago
Closed 11 years ago
[v1.3] Backport test_clock_set_alarm.py to v1.3
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect, P2)
Tracking
(b2g-v1.3 wontfix)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
b2g-v1.3 | --- | wontfix |
People
(Reporter: bsilverberg, Assigned: viorela)
References
Details
Attachments
(1 file)
This test needs to be brought into v1.3 from master. It will replace test_clock_set_alarm_repeat.py, test_clock_set_alarm_sound.py, test_clock_set_alarm_snooze.py & test_clock_set_alarm_time.py. Marking as P2 as it is not a smoke test.
Reporter | ||
Updated•11 years ago
|
status-b2g-v1.3:
--- → affected
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → viorela.ioia
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8402652 -
Flags: review?(bob.silverberg)
Assignee | ||
Updated•11 years ago
|
Attachment #8402652 -
Flags: review?(florin.strugariu)
Attachment #8402652 -
Flags: review?(andrei.hutusoru)
Reporter | ||
Comment 2•11 years ago
|
||
These changes should also allow for the deletion of test_clock_turn_on_off_alarm.py. Sorry, I missed that one the first time.
I think the best thing to do would be to update all of the clock tests to match what's currently in master, as it seems like some of them have some improvements.
Reporter | ||
Comment 3•11 years ago
|
||
Comment on attachment 8402652 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/18034
See my comment in the PR and also the new comment in this bug.
Attachment #8402652 -
Flags: review?(bob.silverberg) → review-
Assignee | ||
Updated•11 years ago
|
Attachment #8402652 -
Flags: review- → review?(bob.silverberg)
Comment 4•11 years ago
|
||
Comment on attachment 8402652 [details] [review]
Github PR: https://github.com/mozilla-b2g/gaia/pull/18034
see the travis error:
Traceback (most recent call last):
File "tests/python/gaia-ui-tests/gaiatest/cli.py", line 4, in <module>
main()
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/runtests.py", line 49, in main
cli(runner_class=GaiaTestRunner, parser_class=GaiaTestOptions)
File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.7.1-py2.7.egg/marionette/runtests.py", line 28, in cli
runner = startTestRunner(runner_class, options, tests)
File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.7.1-py2.7.egg/marionette/runtests.py", line 19, in startTestRunner
runner.run_tests(tests)
File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.7.1-py2.7.egg/marionette/runner/base.py", line 718, in run_tests
self.run_test(test)
File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.7.1-py2.7.egg/marionette/runner/base.py", line 819, in run_test
self.run_test(i["path"], i["expected"])
File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.7.1-py2.7.egg/marionette/runner/base.py", line 836, in run_test
**self.test_kwargs)
File "/usr/local/lib/python2.7/dist-packages/marionette_client-0.7.1-py2.7.egg/marionette/marionette_test.py", line 297, in add_tests_to_suite
test_mod = imp.load_source(mod_name, filepath)
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/tests/functional/clock/test_clock_create_new_alarm.py", line 6, in <module>
from gaiatest.apps.clock.app import Clock
File "/home/travis/build/mozilla-b2g/gaia/tests/python/gaia-ui-tests/gaiatest/apps/clock/app.py", line 7, in <module>
from marionette.wait import Wait
ImportError: No module named wait
Attachment #8402652 -
Flags: review?(florin.strugariu) → review-
Reporter | ||
Comment 5•11 years ago
|
||
We're not going to bring this into v1.3 after all. Marking as wontfix.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Reporter | ||
Updated•11 years ago
|
Attachment #8402652 -
Flags: review?(bob.silverberg)
Attachment #8402652 -
Flags: review?(andrei.hutusoru)
You need to log in
before you can comment on or make changes to this bug.
Description
•