regressions: Enable both tests for bug 576879 (not fixed).
[libguestfs.git] / inspector / example-windows.xml
1 <?xml version="1.0"?>
2 <operatingsystems>
3   <operatingsystem>
4     <root>/dev/sda2</root>
5     <name>windows</name>
6     <arch>i386</arch>
7     <distro>windows</distro>
8     <product_name>Microsoft Windows 7 Phony Edition</product_name>
9     <major_version>6</major_version>
10     <minor_version>1</minor_version>
11     <windows_systemroot>/Windows</windows_systemroot>
12     <mountpoints>
13       <mountpoint dev="/dev/sda2">/</mountpoint>
14     </mountpoints>
15     <filesystems>
16       <filesystem dev="/dev/sda2">
17         <type>ntfs</type>
18       </filesystem>
19     </filesystems>
20     <applications>
21       <application>
22         <name>test1</name>
23         <display_name>Test1 is not real software</display_name>
24         <version>1.2.3</version>
25         <url>http://libguestfs.org/</url>
26       </application>
27       <application>
28         <name>test2</name>
29         <display_name>Test2 is not real software</display_name>
30         <version>1.2.4</version>
31         <url>http://libguestfs.org/</url>
32         <description>Longer description about phony test2 software</description>
33       </application>
34       <application>
35         <name>test3</name>
36         <display_name>Test3 is not real software</display_name>
37         <version>1.2.5</version>
38         <install_path>C:\Program Files\Red Hat\test3</install_path>
39         <publisher>Red Hat Inc.</publisher>
40       </application>
41     </applications>
42   </operatingsystem>
43 </operatingsystems>