Contents |
The graphics subsystem is composed of Xserver, Mesa, 2D driver (e.g. Xf86-video-intel) and Drm. It should provide the latest graphics h/w features, as well as meet requirement of UI framework (e.g. Clutter, Qt), Window Manager even applications.
What features to be tested are made of basic features + accepted features of MeeGO-1.1/MeeGo-1.2.
| FEA ID | Feature summary | Feature description and Test points | Platform | Priority |
|---|---|---|---|---|
| n/a | X11 | Xserver should work well with Mesa, 2D driver and other components. Many X extensions should be supported, including Xrender, Xcomposite, Xdamage, Xrandr adn so on. | ALL | Major |
| n/a | OpenGL ES 2.0 | Should support OpenGL ES 2.0 | ALL | Major |
| n/a | OpenVG | hould support OpenVG | ALL | Major |
| n/a | Display | Should support Single/Multi display, Mode setting, Rotation setting | ALL | Major |
| n/a | Input | Should support proper event for input devices (i.e. multi-touch) in X | ALL | Major |
| n/a | Video | Should support XVideo and libVA | ALL | n/a |
| FEA ID | Feature summary | Feature description and Test points | Platform | Priority |
|---|---|---|---|---|
| 2734 | [MASTER] Bluetooth | Check package installation status. At least these packages need to be installed in image: * bluez * bluez-libs * obexd (client) * openobex | ALL | P1 |
| 3002 | FTP | FTP profile is to browse/send/receive/remote-create/remote-delete files with paired machine by OBEX. * FTP browse obexd-server folder * FTP send one file to obexd-server * FTP receive(get) one file from obexd-server * FTP create one file/folder on obexd-server's shared folder * FTP delete one file/folder on obexd-server's shared folder | ALL | P1 |
| 3012 | PBAP | PBAP profile is to get PhoneBook from mobile phone by OBEX | ALL | P1 |
| 3003 | OPP | OPP profile is Object Push profile from device to mobile phone by OBEX. Mutilple files (pitcures, text, music) will be sent to phone at one time. | ALL | P2 |
| 4716 | SYNC | SYNC profile is to get/put contact with mobile phone by OBEX. Test method is much like PBAP and OPP. | ALL | P2 |
| 3004 | A2DP | A2DP profile is used enjoy music by Bluetooth Headset. After connecting to BT Headset (pairing and redirect audio channel to headset), music could be heard by headset. | ALL | P1 |
| 4719 | A2DP Direct streaming | Some streaming audio files can be played through A2DP. Need to setup A2DP connection firstly. * AAC LC * HE AAC * WMA | ALL | P2 |
| 3008 | AVRCP | AVRCP profile is used for Bluetooth Headset control. Some keys on Headset will take effection: * play/pause * volume up/volume down * next/pre --- special for user has a play list in media player | ALL | P1 |
| 3006 | PAN User | PANU profile is make Personal Area Network by BT to mobile phone which could reach internet. * [Basic point] MeeGo device (PAN User) could get a person network connection to BNEP (PAN Server). * [Enhanced] With same http_proxy, MeeGo device could log on internet web, such as www.google.com | non-Handset | P1 |
| 3005 | HID | HID profile is to use Bluetooth human interface hardware. * BT keyboard * BT mouse * [Enhanced] BT playjoy | ALL | P1 |
| 3011 | HSP AG | HSP profile is Headset Profile, which is to make BT Headset to control a phone call. * ring a call * answer a call * hang up * adjust the volume | Handset | P2 |
| 3007 | HFP | HFP profile is to make driver Hands Free to take a call. * Pair with mobile phone * Redirect palseaudio to bluetooth HFP channel * Hear and speak with the testing device to take a phone call | Automotive | P2 |
| 4717 | SAP | SAP profile is commonly used in car, which is SIM Access Profile. No test point on non-automotive platforms | Automotive | P2 |
Those Bluetooth Low Energy features need BT LE support Hardware and BT LE driver support in kernel.
| FEA ID | Feature summary | Test points | Platform | Priority |
|---|---|---|---|---|
| 7110 | [MASTER] Bluetooth Low Energy (BT LE) | Qt-mobility should provide Bluetooth Low Energy APIs | ALL | P1 |
| 7112 | [BT LE] BT LE support in BlueZ | Bluetooth Low Energy APIs in bluez-libs | ALL | P1 |
| 7116 | [BT LE] Secure data transfer | Bluetooth Low Energy should support 128-bits encryption. | ALL | P1 |
| 7114 | [BT LE] Proximity tracking | Bluetooth Low Energy supports short-time device finding. | ALL | P1 |
| 7115 | [BT LE] Non-secure data transfer | Bluetooth Low Energy no encryption mode | ALL | P2 |
| 7113 | [BT LE] Bluetooth LE developer offering and APIs | In definition | ALL | P2 |
| 7111 | [BT LE] HW verification in adaptation sw | In definition | ALL | P2 |
Bluez tests do not cover Drivers and Low Level BT Profiles
| Summary | Detail scenario | Support | Reasons |
|---|---|---|---|
| BT driver | No BT driver for platform | NO | Use hciconfig to try to find info of the Blue device. We do not support Hardware driver missing. |
| BT driver | HAL error | NO | Use hciconfig to try to find info of the Blue device. We do not check other hardware error happening during bluetoothd starting process. |
| Low Level BT Profile | RFCOMM | NO | The RFCOMM profile is on L2CAP, works for serial connection. We do not test RFCOMM especially |
| Low Level BT Profile | L2CAP | NO | The L2CAP profile can be used by many Up-level profiles (such as FTP, OPP...). We do not test L2CAP especially |
Test is focused on Bluez user level profiles. Main goal is to ensure bluez stack can work well to comminucate with outside hardwares to implement different usages. All the commonly used BT profiles should be tested on different platforms either by GUI or by terminal commands.
For those low level profiles or Bluetooth drivers on platforms, there is no cover.
Test Methodology:
Bluez library provides many tools to do hardware BT connection. For example:
Nearly all the bluetooth test needs the first step: Bluetooth pairing. This can be done by simple-agent in bluez-test RPM.
BT Keyboard and BT mouse connection uses HID profile, which could be done by HID daemon. hidd --connect <Keyboard MAC> and hidd --search can help to connect keyboard and mouse.
For the profiles through OBEX, we write python scripts to call OBEX server APIs to transfer data.
For PANU, we setup a unbutu10.04 machine as BNEP server. PAN user could link to the BNEP after pairing with the ubuntu machine. When PANU needs log on to internet, the BNEP server will do ipforwarding from the bnap0 to eth0 (eth0 is connecting to outside).
Test Types:
Although the test points are classified by each profiles, we also do negative, performance and even stress test to the test points.
Test level:
Current test level is API level. All cases are based on middleware usage, no dependency on how GUI is like.
Flexibility:
Nokia shares some test cases calling bluez-libs API in C language. Although those cases are not in our test strategy, we still try to use bluez-libs to enlarge our profile test scope if possible.
We will keep one PC as server machine for auto test, so automated cases are the profiles which can be used between two computers. Based on this strategy, we currently made FTP/OPP/PANU profiles test cases automated.
There is no low level profiles automated by us. Nokia share some codes in MWTS and BLTS to test RFCOMM and L2CAP profiles. But unfortunately, all their cases are semi-automatic in fact.
The test framework to run our auto cases is MCTS. Those cases are written by shell scripts, some utility tools (called by cases) are made by python. Before case running, a OBEXD-Server machine must be setup there and wait for obexd-client call. Detail information can be refered from the README file in MCTS:Bluez component. Git repository is http://gitorious.org/qa-tools/mcts
Test points are written in Tested Feature Tables.
Test method is introduced in Test Strategy and Approach section.
Nearly all the bluez test cases need at least two devices. One is testing machine, the other may be some BT integrated device.
There are still some scripts needed for profile checking, since we do not depend on GUI APP.
| Test Platforms | Networking | Other Devices | Priority |
|---|---|---|---|
| Pinetrail Netbook: Acer NAV50 | LAN, Wifi, BT | BT headset (Dell DH200), BT Keyboard (Dell)... | P1 |
| Diamondville Netbook: EeePC 1005 HA | LAN, Wifi, BT | BT headset (Dell DH200), BT Keyboard (Dell)... | P2 |
| Handset: Avaa | USB, BT-dongle (BT2.0+EDR) | BT headset (Dell DH200), BT Keyboard (Dell)... | P1 |
Some python scripts are used to check FTP/OPP/PBAP... functions in middleware (without GUI). They are from:
jingke.zhang@intel.com
zhaojuan.guo@intel.com (intern)
majid.awad@intel.com
qiang.z.zhang@intel.com
BT Profile introduction: http://en.wikipedia.org/wiki/Bluetooth_profile
Bluez source and tool downloading: http://www.bluez.org
BIG offical webpage: http://www.bluetooth.org