Closed
Bug 977630
Opened 11 years ago
Closed 11 years ago
[Single Variant] Builds Generation with Single Variant is not working
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rafael.marquez, Assigned: yurenju)
Details
(Keywords: regression, Whiteboard: [systemsfe])
Attachments
(1 file)
*Procedire
1. Installing a master build on device
2. Clone the tests repository for sigle variant: https://github.com/telefonicaid/firefoxos-gaia-testsbuild.git
3. Configuring the file variant.json with a params similar to:
"id": "movistar",
"mcc-mnc": [
"214-001",
"214-002",
"214-005",
"214-007"
],
4. Clone Gaia repository and select the master branch.
5. Executing the command "GAIA_DISTRIBUTION_DIR="URL"/firefoxos-gaia-testsbuild PRODUCTION=1 make reset-gaia" to install gaia with single variant in the device
6.Complete FTE with a movistar SIM with mnc/mcc 214/007
*Expected Result
Configured apps are installed
*Actual Result
Configured apps are not installed. If we have several mnc/mcc for a id, the configured apps are not installed
| Reporter | ||
Updated•11 years ago
|
Comment 1•11 years ago
|
||
After single variant refactor seems that generated singlevariantconf.json has wrong format, now has the following content:
{"214-001,214-002,214-005,214-007":["Calculator","Poppit","Wikipedia"],"734-004":["Twitter","Facebook","Accuweather","Wikipedia"]}
And it should besomething like:
"214-001":["Calculator","Poppit","Wikipedia"],
"214-002":["Calculator","Poppit","Wikipedia"],
"214-005":["Calculator","Poppit","Wikipedia"],
"214-007":["Calculator","Poppit","Wikipedia"],
"734-004":["Twitter","Facebook","Accuweather","Wikipedia"]
It makes mcc/mnc not being matched with "214-001,214-002,214-005,214-007", so applications are not installed.
Comment 2•11 years ago
|
||
Yuren, can you confirm if the behavior commented on comment 1 is planned as a new way to do it or it is a bug?
Flags: needinfo?(yurenju.mozilla)
Comment 3•11 years ago
|
||
(In reply to Albert [:albert] from comment #2)
> Yuren, can you confirm if the behavior commented on comment 1 is planned as
> a new way to do it or it is a bug?
We really shouldn't be switching these things around this much. We're going to run into unnecessary operator communication overhead if we keep changing the format.
blocking-b2g: --- → 1.4?
| Assignee | ||
Comment 4•11 years ago
|
||
No, that's a bug. I'll fix it and add test case for it.
Assignee: acperez → yurenju.mozilla
Flags: needinfo?(yurenju.mozilla)
| Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8384412 -
Flags: review?(acperez)
| Assignee | ||
Updated•11 years ago
|
Flags: in-testsuite+
Comment 6•11 years ago
|
||
Comment on attachment 8384412 [details] [review]
github PR: https://github.com/mozilla-b2g/gaia/pull/16773
Thanks Yuren!
Attachment #8384412 -
Flags: review?(acperez) → review+
| Assignee | ||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
blocking-b2g: 1.4? → ---
| Reporter | ||
Updated•11 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•