ACK, thanks for adding the tests! On Sat, Mar 23, 2013 at 03:09:25PM +0100, Fabiano Fidêncio wrote: > --- > data/oses/rhel.xml.in | 50 ++++++++++++++++++++++ > .../rhel/rhel6.4/rhel-server-6.4-i386-dvd.iso.txt | 29 +++++++++++++ > .../rhel6.4/rhel-server-6.4-x86_64-dvd.iso.txt | 29 +++++++++++++ > .../rhel6.4/rhel-workstation-6.4-i386-dvd.iso.txt | 29 +++++++++++++ > .../rhel-workstation-6.4-x86_64-dvd.iso.txt | 29 +++++++++++++ > 5 files changed, 166 insertions(+) > create mode 100644 test/isodata/rhel/rhel6.4/rhel-server-6.4-i386-dvd.iso.txt > create mode 100644 test/isodata/rhel/rhel6.4/rhel-server-6.4-x86_64-dvd.iso.txt > create mode 100644 test/isodata/rhel/rhel6.4/rhel-workstation-6.4-i386-dvd.iso.txt > create mode 100644 test/isodata/rhel/rhel6.4/rhel-workstation-6.4-x86_64-dvd.iso.txt > > diff --git a/data/oses/rhel.xml.in b/data/oses/rhel.xml.in > index 35de243..6985404 100644 > --- a/data/oses/rhel.xml.in > +++ b/data/oses/rhel.xml.in > @@ -864,4 +864,54 @@ > <script id='http://redhat.com/scripts/rhel/desktop'/> > </installer> > </os> > + > + <os id="http://redhat.com/rhel/6.4"> > + <short-id>rhel6.4</short-id> > + <_name>Red Hat Enterprise Linux 6.4</_name> > + <version>6.4</version> > + <_vendor>Red Hat, Inc</_vendor> > + <family>linux</family> > + <distro>rhel</distro> > + <codename>Santiago</codename> > + <upgrades id="http://redhat.com/rhel/6.3"/> > + <derives-from id="http://redhat.com/rhel/6.3"/> > + > + <release-date>2013-02-21</release-date> > + <eol-date>2023-11-30</eol-date> > + > + <media arch="i686"> > + <iso> > + <system-id>LINUX</system-id> > + <volume-id>.*RHEL_6.4 i386.*</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>.*RHEL_6.4 x86_64.*</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/rhel/rhel6.4/rhel-server-6.4-i386-dvd.iso.txt b/test/isodata/rhel/rhel6.4/rhel-server-6.4-i386-dvd.iso.txt > new file mode 100644 > index 0000000..6a3b8b8 > --- /dev/null > +++ b/test/isodata/rhel/rhel6.4/rhel-server-6.4-i386-dvd.iso.txt > @@ -0,0 +1,29 @@ > +CD-ROM is in ISO 9660 format > +System id: LINUX > +Volume id: RHEL_6.4 i386 Disc 1 > +Volume set id: RHEL_6.4 i386 > +Publisher id: > +Data preparer id: > +Application id: RHEL_6.4 i386 > +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: 1540391 > +El Torito VD version 1 found, boot catalog is in sector 478 > +Joliet with UCS level 3 found > +Rock Ridge signatures version 1 found > +Eltorito validation header: > + Hid 1 > + Arch 0 (x86) > + ID '' > + Key 55 AA > + Eltorito defaultboot header: > + Bootid 88 (bootable) > + Boot media 0 (No Emulation Boot) > + Load segment 0 > + Sys type 0 > + Nsect 4 > + Bootoff 1DF 479 > diff --git a/test/isodata/rhel/rhel6.4/rhel-server-6.4-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.4/rhel-server-6.4-x86_64-dvd.iso.txt > new file mode 100644 > index 0000000..06e696f > --- /dev/null > +++ b/test/isodata/rhel/rhel6.4/rhel-server-6.4-x86_64-dvd.iso.txt > @@ -0,0 +1,29 @@ > +CD-ROM is in ISO 9660 format > +System id: LINUX > +Volume id: RHEL_6.4 x86_64 Disc 1 > +Volume set id: RHEL_6.4 x86_64 > +Publisher id: > +Data preparer id: > +Application id: RHEL_6.4 x86_64 > +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: 1816388 > +El Torito VD version 1 found, boot catalog is in sector 609 > +Joliet with UCS level 3 found > +Rock Ridge signatures version 1 found > +Eltorito validation header: > + Hid 1 > + Arch 0 (x86) > + ID '' > + Key 55 AA > + Eltorito defaultboot header: > + Bootid 88 (bootable) > + Boot media 0 (No Emulation Boot) > + Load segment 0 > + Sys type 0 > + Nsect 4 > + Bootoff 31C 796 > diff --git a/test/isodata/rhel/rhel6.4/rhel-workstation-6.4-i386-dvd.iso.txt b/test/isodata/rhel/rhel6.4/rhel-workstation-6.4-i386-dvd.iso.txt > new file mode 100644 > index 0000000..533b7d8 > --- /dev/null > +++ b/test/isodata/rhel/rhel6.4/rhel-workstation-6.4-i386-dvd.iso.txt > @@ -0,0 +1,29 @@ > +CD-ROM is in ISO 9660 format > +System id: LINUX > +Volume id: RHEL_6.4 i386 Disc 1 > +Volume set id: RHEL_6.4 i386 > +Publisher id: > +Data preparer id: > +Application id: RHEL_6.4 i386 > +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: 1843235 > +El Torito VD version 1 found, boot catalog is in sector 490 > +Joliet with UCS level 3 found > +Rock Ridge signatures version 1 found > +Eltorito validation header: > + Hid 1 > + Arch 0 (x86) > + ID '' > + Key 55 AA > + Eltorito defaultboot header: > + Bootid 88 (bootable) > + Boot media 0 (No Emulation Boot) > + Load segment 0 > + Sys type 0 > + Nsect 4 > + Bootoff 1EB 491 > diff --git a/test/isodata/rhel/rhel6.4/rhel-workstation-6.4-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.4/rhel-workstation-6.4-x86_64-dvd.iso.txt > new file mode 100644 > index 0000000..0b4673a > --- /dev/null > +++ b/test/isodata/rhel/rhel6.4/rhel-workstation-6.4-x86_64-dvd.iso.txt > @@ -0,0 +1,29 @@ > +CD-ROM is in ISO 9660 format > +System id: LINUX > +Volume id: RHEL_6.4 x86_64 Disc 1 > +Volume set id: RHEL_6.4 x86_64 > +Publisher id: > +Data preparer id: > +Application id: RHEL_6.4 x86_64 > +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: 2130896 > +El Torito VD version 1 found, boot catalog is in sector 622 > +Joliet with UCS level 3 found > +Rock Ridge signatures version 1 found > +Eltorito validation header: > + Hid 1 > + Arch 0 (x86) > + ID '' > + Key 55 AA > + Eltorito defaultboot header: > + Bootid 88 (bootable) > + Boot media 0 (No Emulation Boot) > + Load segment 0 > + Sys type 0 > + Nsect 4 > + Bootoff 329 809 > -- > 1.8.1.4 > > _______________________________________________ > Libosinfo mailing list > Libosinfo@xxxxxxxxxx > https://www.redhat.com/mailman/listinfo/libosinfo
Attachment:
pgpf3cHxiUFc_.pgp
Description: PGP signature
_______________________________________________ Libosinfo mailing list Libosinfo@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libosinfo