Closed
Bug 1160112
Opened 10 years ago
Closed 7 years ago
[Dolphine 7715EA] test_settings_media_storage.py - AssertionError: u'0 B' != '120 KB'
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(b2g-v2.1 unaffected, b2g-v2.1S affected)
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
b2g-v2.1 | --- | unaffected |
b2g-v2.1S | --- | affected |
People
(Reporter: whsu, Unassigned)
References
()
Details
@ Description:
This bug only happens on Dolphin 7715EA. Flame cannot reproduce it.
The test check the internal storage, but the function-push_resource() pushes file to external storage. (As figure show)
So, it causes a failed test.
@ Repro Steps:
1) Use command to push a file to Dolphin 7715EA device
2) Check the media storage on setting app
@ Actual:
Media storage: Music = 0 KB
@ Expected:
Media storage: Music = 120 KB
@ Debug message:
Traceback (most recent call last):
File "/var/lib/jenkins/JenkinsCI/B2G_Dolphin_2dot1_Kitkat/B2G_Gaia_2dot1s/tests/python/gaia-ui-tests/.env/local/lib/python2.7/site-packages/marionette_client_mozilla_b2g34_v2_1-0.2-py2.7.egg/marionette/marionette_test.py", line 174, in run
testMethod()
File "/var/lib/jenkins/JenkinsCI/B2G_Dolphin_2dot1_Kitkat/B2G_Gaia_2dot1s/tests/python/gaia-ui-tests/gaiatest/tests/functional/settings/test_settings_media_storage.py", line 35, in test_settings_media_storage
self.assertEqual(media_storage_settings.music_size, '120 KB')
AssertionError: u'0 B' != '120 KB'
@ Environmental Variables:
Gaia 406f72699d59f07c63b758f1fc75f23dd463bacc
Gecko https://hg.mozilla.org/releases/mozilla-b2g34_v2_1s/rev/053964d49572
BuildID 20150428001202
Version 34.0
ro.build.date Thu Apr 16 22:58:57 CST 2015
ro.bootloader unknown
ro.build.version.incremental 145
@ Reproducible manually: Yes
Reporter | ||
Updated•10 years ago
|
status-b2g-v2.1:
--- → unaffected
status-b2g-v2.1S:
--- → affected
Comment 1•10 years ago
|
||
push_resource uses push_file which uses the mxr.mozilla.org/gaia/source/tests/python/gaia-ui-tests/gaiatest/file_manager.py#99
Apparently self.device.storage_path is external storage with the Dolphin?
Comment 2•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•