The Mer Wiki now uses your Mer user account and password (create account on https://bugs.merproject.org/)
Talk:Quality/Test processes
From Mer Wiki
(Difference between revisions)
(→Test mapping / Test plan configuration) |
(→Test mapping / Test plan configuration) |
||
Line 18: | Line 18: | ||
default options: | default options: | ||
+ | - chroot: | ||
+ | filter: "hardware=chroot" | ||
- filter: "testset=core" | - filter: "testset=core" | ||
− | - | + | - test package prefix: "-tests" |
default packages: | default packages: | ||
+ | - chroot: | ||
+ | - mer-core-chroot-tests | ||
- mer-core-sanity-tests | - mer-core-sanity-tests | ||
− | |||
− | |||
− | |||
packages: | packages: | ||
Line 44: | Line 45: | ||
</pre> | </pre> | ||
+ | |||
+ | * devices: list of devices to execute tests | ||
+ | * kickstart: map kickstart files to devices | ||
+ | * default options: default options for all packages | ||
+ | ** filter: filter options to testrunner-lite | ||
+ | ** test package prefix: if no test package(s) defined for a package, then test package is the original package name + prefix. See the bluez package below. | ||
+ | * default packages: list of packages to execute always | ||
+ | * packages: package configurations for changed packages |
Revision as of 11:17, 22 April 2012
Test mapping / Test plan configuration
- Test request comes in. The request has parameter such as stage and changed package list
- Testplanner reads the configuration/mapping file and creates test plan(s)
- Kickstart files are delivered to image builder and test plans for test automation
Mapping/configuration file:
name: Release testing devices: [ chroot virtual n900 ] kickstart: - chroot: chroot-release.ks - virtual: virtual-image-core.ks - n900: mer-core-n900.ks default options: - chroot: filter: "hardware=chroot" - filter: "testset=core" - test package prefix: "-tests" default packages: - chroot: - mer-core-chroot-tests - mer-core-sanity-tests packages: - alc: filter: "name=unittests" versio: < 1.5.0 device: [virtual n900] - bluez - qt5base: test packages: - mwts-location-tests filter: "type=functional" versio: 2.3.1 device: [virtual n900] - qt5base-unittests
- devices: list of devices to execute tests
- kickstart: map kickstart files to devices
- default options: default options for all packages
- filter: filter options to testrunner-lite
- test package prefix: if no test package(s) defined for a package, then test package is the original package name + prefix. See the bluez package below.
- default packages: list of packages to execute always
- packages: package configurations for changed packages