[Libosinfo] [PATCH 06/11] centos, test: Add OS info/testcase for CentOS 6.3

Christophe Fergeau cfergeau at redhat.com
Mon Mar 25 08:52:47 UTC 2013


ACK

On Sat, Mar 23, 2013 at 03:09:29PM +0100, Fabiano Fidêncio wrote:
> ---
>  data/oses/centos.xml.in                            | 46 ++++++++++++++++++++++
>  .../centos6.3/CentOS-6.3-i386-bin-DVD1.iso.txt     | 29 ++++++++++++++
>  .../centos6.3/CentOS-6.3-x86_64-bin-DVD1.iso.txt   | 29 ++++++++++++++
>  3 files changed, 104 insertions(+)
>  create mode 100644 test/isodata/centos/centos6.3/CentOS-6.3-i386-bin-DVD1.iso.txt
>  create mode 100644 test/isodata/centos/centos6.3/CentOS-6.3-x86_64-bin-DVD1.iso.txt
> 
> diff --git a/data/oses/centos.xml.in b/data/oses/centos.xml.in
> index aeef735..86ac2a5 100644
> --- a/data/oses/centos.xml.in
> +++ b/data/oses/centos.xml.in
> @@ -139,4 +139,50 @@
>      </installer>
>    </os>
>  
> +  <os id="http://centos.org/centos/6.3">
> +    <short-id>centos6.3</short-id>
> +    <_name>CentOS 6.3</_name>
> +    <version>6.3</version>
> +    <_vendor>CentOS</_vendor>
> +    <family>linux</family>
> +    <distro>centos</distro>
> +    <upgrades id="http://centos.org/centos/6.2"/>
> +    <clones id="http://redhat.com/rhel/6.3"/>
> +
> +    <media arch="i686">
> +      <iso>
> +        <system-id>LINUX</system-id>
> +        <volume-id>CentOS_6.3_Final</volume-id>
> +      </iso>
> +      <kernel>isolinux/vmlinuz</kernel>
> +      <initrd>isolinux/initrd.img</initrd>
> +    </media>
> +    <media arch="x86_64">
> +      <iso>
> +        <system-id>LINUX</system-id>
> +        <volume-id>CentOS_6.3_Final</volume-id>
> +      </iso>
> +      <kernel>isolinux/vmlinuz</kernel>
> +      <initrd>isolinux/initrd.img</initrd>
> +    </media>
> +
> +    <resources arch="all">
> +      <minimum>
> +        <n-cpus>1</n-cpus>
> +        <ram>536870912</ram>
> +      </minimum>
> +
> +      <recommended>
> +        <cpu>400000000</cpu>
> +        <ram>1073741824</ram>
> +        <storage>9663676416</storage>
> +      </recommended>
> +    </resources>
> +
> +    <installer>
> +      <script id='http://redhat.com/scripts/rhel/jeos'/>
> +      <script id='http://redhat.com/scripts/rhel/desktop'/>
> +    </installer>
> +  </os>
> +
>  </libosinfo>
> diff --git a/test/isodata/centos/centos6.3/CentOS-6.3-i386-bin-DVD1.iso.txt b/test/isodata/centos/centos6.3/CentOS-6.3-i386-bin-DVD1.iso.txt
> new file mode 100644
> index 0000000..387cbfd
> --- /dev/null
> +++ b/test/isodata/centos/centos6.3/CentOS-6.3-i386-bin-DVD1.iso.txt
> @@ -0,0 +1,29 @@
> +CD-ROM is in ISO 9660 format
> +System id: LINUX
> +Volume id: CentOS_6.3_Final
> +Volume set id: 
> +Publisher id: CentOS Project
> +Data preparer id: CentOS
> +Application id: CentOS_6.3_Final
> +Copyright File id: 
> +Abstract File id: 
> +Bibliographic File id: 
> +Volume set size is: 1
> +Volume set sequence number is: 1
> +Logical block size is: 2048
> +Volume size is: 1813088
> +El Torito VD version 1 found, boot catalog is in sector 452
> +Joliet with UCS level 3 found
> +Rock Ridge signatures version 1 found
> +Eltorito validation header:
> +    Hid 1
> +    Arch 0 (x86)
> +    ID 'CentOS Project'
> +    Key 55 AA
> +    Eltorito defaultboot header:
> +        Bootid 88 (bootable)
> +        Boot media 0 (No Emulation Boot)
> +        Load segment 0
> +        Sys type 0
> +        Nsect 4
> +        Bootoff 1C5 453
> diff --git a/test/isodata/centos/centos6.3/CentOS-6.3-x86_64-bin-DVD1.iso.txt b/test/isodata/centos/centos6.3/CentOS-6.3-x86_64-bin-DVD1.iso.txt
> new file mode 100644
> index 0000000..3ec8e53
> --- /dev/null
> +++ b/test/isodata/centos/centos6.3/CentOS-6.3-x86_64-bin-DVD1.iso.txt
> @@ -0,0 +1,29 @@
> +CD-ROM is in ISO 9660 format
> +System id: LINUX
> +Volume id: CentOS_6.3_Final
> +Volume set id: 
> +Publisher id: CentOS Project
> +Data preparer id: CentOS
> +Application id: CentOS_6.3_Final
> +Copyright File id: 
> +Abstract File id: 
> +Bibliographic File id: 
> +Volume set size is: 1
> +Volume set sequence number is: 1
> +Logical block size is: 2048
> +Volume size is: 2094427
> +El Torito VD version 1 found, boot catalog is in sector 568
> +Joliet with UCS level 3 found
> +Rock Ridge signatures version 1 found
> +Eltorito validation header:
> +    Hid 1
> +    Arch 0 (x86)
> +    ID 'CentOS Project'
> +    Key 55 AA
> +    Eltorito defaultboot header:
> +        Bootid 88 (bootable)
> +        Boot media 0 (No Emulation Boot)
> +        Load segment 0
> +        Sys type 0
> +        Nsect 4
> +        Bootoff 239 569
> -- 
> 1.8.1.4
> 
> _______________________________________________
> Libosinfo mailing list
> Libosinfo at redhat.com
> https://www.redhat.com/mailman/listinfo/libosinfo
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libosinfo/attachments/20130325/f36d462e/attachment.sig>


More information about the Libosinfo mailing list