Closed
Bug 1015851
(qemu-bt-test)
Opened 10 years ago
Closed 8 years ago
[Meta] Bluetooth tests on B2G emulator
Categories
(Firefox OS Graveyard :: Bluetooth, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: howie, Unassigned)
References
Details
Clone, Bug 860695 is for v2.0 only. If there's any task after v2.0, please put under this meta.
This meta bug tracks all tasks for developing test cases for Gecko Bluetooth API running on B2G emulator, including:
- QEMU support
- Marionette test cases
In order to have tests that can be executed by developers at any time without setting up test environment using real devices, emulator should:
- provide identical result every time the same test is executed
- be able to be configured to have expected behavior before testing
Marionette will be the test framework to use because it:
- is available for B2G
- works on emulator
- can use Python script to control emulator through shell and commands
- cab use Javascript script to exercise DOM API
Test cases will be implemented in both Python and Javascript:
1. setup - use QEMU commands or verified DOM API
2. exercise - use DOM API
3. verify - use DOM API/QEMU commands
QEMU support and test cases will be developed increamentally:
- local BT adapter features
* enable/disable
* read/write properties
- common connectivity features
* remote device dicovery
* remote device pair/unpair
- profiles (TBD)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•