Upload Tizen:Main source
[external/libsatsolver.git] / tests / solver / data.libzypp / kernel-tests / 3_1-test.xml
1 <?xml version="1.0"?>
2 <test>
3 <setup>
4   <channel name="packages1" file="beta8-packages.xml.gz"/>
5   <channel name="packages2" file="2.6.16_rc5_git14-2-packages.xml.gz"/>
6   <hardwareInfo path="kernel-hardware"/>
7 </setup>
8 <!-- 
9 (3) System Installation
10
11     During system installation, we must make sure that only one kernel
12     package gets installed, and that all KMPs that should be installed
13     get installed.
14
15     (3.1) KMP requests always to be installed
16
17       A KMP can request always to be installed. For that, each
18       some-kmp-$flavor package has a `Supplements: kernel-$flavor' tag.
19       The package that matches the installed kernel-$flavor package
20       gets installed.
21
22       The novfs-kmp-$flavor packages use this mechanism. Make sure that
23       the novfs-kmp package that matches the kernel gets installed.
24 -->
25
26 <trial>
27  <install channel="packages2" kind="package" name="kernel-default"/>
28   <reportproblems/>
29 </trial>
30
31 </test>