(→Multiple device support) |
|||
| Line 15: | Line 15: | ||
Install OTS worker normally, [[Quality/QA-tools/OTS/UserDocumentation|check installation guidelines]]. | Install OTS worker normally, [[Quality/QA-tools/OTS/UserDocumentation|check installation guidelines]]. | ||
| - | == Wiring == | + | === Wiring === |
[[File:20110414_002.jpg]] | [[File:20110414_002.jpg]] | ||
| Line 28: | Line 28: | ||
=== ots-worker configuration === | === ots-worker configuration === | ||
| - | Basically you need to start two ots-worker programs in one PC | + | Basically you need to start two ots-worker programs in one PC. |
| - | If you want to dedicated the other device to some other server or queue, create a copy from the default ots.ini file and make your changes to that. | + | If both devices are using the same OTS server and queue, then you can use the default /etc/ots.ini file. Start workers as '''root''' in different shells or screen windows: |
| + | ots_worker -n 1 | ||
| + | ots_worker -n 2 | ||
| + | |||
| + | If you want to dedicated the other device to some other server or queue, create a copy from the default ots.ini file and make your changes to that. Start workers as '''root''' in different shells or screen windows: | ||
| + | ots_worker -n 1 | ||
| + | ots_worker -n 2 -c /your/new/ots.ini | ||
| + | |||
| + | === conductor configuration === | ||
== Testing == | == Testing == | ||
Contents |
This feature has been added to 0.8.4 version.
Multiple device support means that one OTS worker can handle multiple devices simultaneously and execute tests parallel. One worker can include multiple ots-worker instances and they work individually. Only limitation is amount of the switchbox ports (if using USB devices), this limitation in HAT switchbox is 2.
Note! For MeeGo N900, you need the latest meego-ai and meego-ai-flasher!
This guideline assumes that you have HAT switchbox and two N900 devices.
Install OTS worker normally, check installation guidelines.
You need one HAT, two N900 devices and lots of cables:
Basically you need to start two ots-worker programs in one PC.
If both devices are using the same OTS server and queue, then you can use the default /etc/ots.ini file. Start workers as root in different shells or screen windows:
ots_worker -n 1 ots_worker -n 2
If you want to dedicated the other device to some other server or queue, create a copy from the default ots.ini file and make your changes to that. Start workers as root in different shells or screen windows:
ots_worker -n 1 ots_worker -n 2 -c /your/new/ots.ini