Closed
Bug 999965
Opened 11 years ago
Closed 11 years ago
enable DSDS tests via manifest with the Flame device name
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zcampbell, Unassigned)
Details
Attachments
(1 file)
test_settings_sim_manager is run only on dsds devices.
Ahead of putting the flame to the MV grid we need to update the manifest to include flame.
the flame's name is "msm8610"
run-if = device == "sp7710gaplus_gonk" || device == "msm8610"
![]() |
Reporter | |
Comment 1•11 years ago
|
||
Alison, also can you do this for your pending pull requests?
Flags: needinfo?(ashiue)
Comment 2•11 years ago
|
||
Is there a way to detect DSDS (perhaps through a WebAPI) and then simply skip the test if the target is not supported?
![]() |
Reporter | |
Comment 3•11 years ago
|
||
Probably, but the API could be something that regresses and causes the test to be skipped. I'd rather be explicit about it like we are about other hardware on the device.
Comment 4•11 years ago
|
||
(In reply to Zac C (:zac) from comment #3)
> Probably, but the API could be something that regresses and causes the test
> to be skipped. I'd rather be explicit about it like we are about other
> hardware on the device.
What about a small unit test for the code to detect DSDS? I'm just thinking that's more maintainable and less prone to human error.
![]() |
Reporter | |
Comment 5•11 years ago
|
||
Then you've a unit test to maintain! I'm not mad on the manifest files either but I'd rather just continue the current style for ease; we've got bigger issues to focus on at the moment.
Comment 6•11 years ago
|
||
This isn't the right place to discuss the merits of unit tests. Feel free to ignore my suggestion, it was just a suggestion. :)
![]() |
||
Comment 7•11 years ago
|
||
Zac, I've added this PR to update manifest for test_settings_sim_manager, and I also updated my previous 3 PRs for the manifest. Please check them, thank you!
Attachment #8411655 -
Flags: review?(zcampbell)
Flags: needinfo?(ashiue)
![]() |
Reporter | |
Comment 8•11 years ago
|
||
Comment on attachment 8411655 [details] [review]
PR 18624
r+!
Attachment #8411655 -
Flags: review?(zcampbell) → review+
![]() |
Reporter | |
Comment 9•11 years ago
|
||
Thanks Alison!
Merged:
https://github.com/mozilla-b2g/gaia/commit/8e601db342f13804ae759a09893baba99603e4c8
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•