--- .../rhel/rhel5.6/rhel-client-5.6-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel5.6/rhel-client-5.6-x86_64-dvd1.iso.txt | 29 ++++++++++++++++++++++ .../rhel5.6/rhel-client-5.6-x86_64-dvd2.iso.txt | 16 ++++++++++++ .../rhel/rhel5.6/rhel-server-5.6-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel5.6/rhel-server-5.6-x86_64-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel/rhel5.7/rhel-client-5.7-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel5.7/rhel-client-5.7-x86_64-dvd1.iso.txt | 29 ++++++++++++++++++++++ .../rhel5.7/rhel-client-5.7-x86_64-dvd2.iso.txt | 16 ++++++++++++ .../rhel/rhel5.7/rhel-server-5.7-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel5.7/rhel-server-5.7-x86_64-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel/rhel6.0/rhel-server-6.0-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel6.0/rhel-server-6.0-x86_64-boot.iso.txt | 29 ++++++++++++++++++++++ .../rhel6.0/rhel-server-6.0-x86_64-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel6.0/rhel-workstation-6.0-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel-workstation-6.0-x86_64-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel/rhel6.1/rhel-client-6.1-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel6.1/rhel-client-6.1-x86_64-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel/rhel6.1/rhel-server-6.1-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel6.1/rhel-server-6.1-x86_64-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel6.1/rhel-workstation-6.1-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel-workstation-6.1-x86_64-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel/rhel6.2/rhel-client-6.2-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel6.2/rhel-client-6.2-x86_64-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel/rhel6.2/rhel-server-6.2-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel6.2/rhel-server-6.2-x86_64-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel6.2/rhel-workstation-6.2-i386-dvd.iso.txt | 29 ++++++++++++++++++++++ .../rhel-workstation-6.2-x86_64-dvd.iso.txt | 29 ++++++++++++++++++++++ test/test-isodetect.c | 6 +++++ 28 files changed, 763 insertions(+) create mode 100644 test/isodata/rhel/rhel5.6/rhel-client-5.6-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel5.6/rhel-client-5.6-x86_64-dvd1.iso.txt create mode 100644 test/isodata/rhel/rhel5.6/rhel-client-5.6-x86_64-dvd2.iso.txt create mode 100644 test/isodata/rhel/rhel5.6/rhel-server-5.6-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel5.6/rhel-server-5.6-x86_64-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel5.7/rhel-client-5.7-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel5.7/rhel-client-5.7-x86_64-dvd1.iso.txt create mode 100644 test/isodata/rhel/rhel5.7/rhel-client-5.7-x86_64-dvd2.iso.txt create mode 100644 test/isodata/rhel/rhel5.7/rhel-server-5.7-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel5.7/rhel-server-5.7-x86_64-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.0/rhel-server-6.0-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.0/rhel-server-6.0-x86_64-boot.iso.txt create mode 100644 test/isodata/rhel/rhel6.0/rhel-server-6.0-x86_64-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.0/rhel-workstation-6.0-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.0/rhel-workstation-6.0-x86_64-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.1/rhel-client-6.1-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.1/rhel-client-6.1-x86_64-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.1/rhel-server-6.1-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.1/rhel-server-6.1-x86_64-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.1/rhel-workstation-6.1-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.1/rhel-workstation-6.1-x86_64-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.2/rhel-client-6.2-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.2/rhel-client-6.2-x86_64-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.2/rhel-server-6.2-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.2/rhel-server-6.2-x86_64-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.2/rhel-workstation-6.2-i386-dvd.iso.txt create mode 100644 test/isodata/rhel/rhel6.2/rhel-workstation-6.2-x86_64-dvd.iso.txt diff --git a/test/isodata/rhel/rhel5.6/rhel-client-5.6-i386-dvd.iso.txt b/test/isodata/rhel/rhel5.6/rhel-client-5.6-i386-dvd.iso.txt new file mode 100644 index 0000000..4b21d62 --- /dev/null +++ b/test/isodata/rhel/rhel5.6/rhel-client-5.6-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL/5.6 i386 DVD +Volume set id: RHEL/5.6 i386 +Publisher id: +Data preparer id: +Application id: RHEL/5.6 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: 2014779 +El Torito VD version 1 found, boot catalog is in sector 420 +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 1A5 421 diff --git a/test/isodata/rhel/rhel5.6/rhel-client-5.6-x86_64-dvd1.iso.txt b/test/isodata/rhel/rhel5.6/rhel-client-5.6-x86_64-dvd1.iso.txt new file mode 100644 index 0000000..5d076eb --- /dev/null +++ b/test/isodata/rhel/rhel5.6/rhel-client-5.6-x86_64-dvd1.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL/5.6 x86_64 DVD 1 +Volume set id: RHEL/5.6 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL/5.6 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: 2264124 +El Torito VD version 1 found, boot catalog is in sector 491 +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 1EC 492 diff --git a/test/isodata/rhel/rhel5.6/rhel-client-5.6-x86_64-dvd2.iso.txt b/test/isodata/rhel/rhel5.6/rhel-client-5.6-x86_64-dvd2.iso.txt new file mode 100644 index 0000000..0a040bd --- /dev/null +++ b/test/isodata/rhel/rhel5.6/rhel-client-5.6-x86_64-dvd2.iso.txt @@ -0,0 +1,16 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL/5.6 x86_64 DVD 2 +Volume set id: RHEL/5.6 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL/5.6 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: 68348 +Joliet with UCS level 3 found +Rock Ridge signatures version 1 found diff --git a/test/isodata/rhel/rhel5.6/rhel-server-5.6-i386-dvd.iso.txt b/test/isodata/rhel/rhel5.6/rhel-server-5.6-i386-dvd.iso.txt new file mode 100644 index 0000000..afc3e70 --- /dev/null +++ b/test/isodata/rhel/rhel5.6/rhel-server-5.6-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL/5.6 i386 DVD +Volume set id: RHEL/5.6 i386 +Publisher id: +Data preparer id: +Application id: RHEL/5.6 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: 1556914 +El Torito VD version 1 found, boot catalog is in sector 412 +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 19D 413 diff --git a/test/isodata/rhel/rhel5.6/rhel-server-5.6-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel5.6/rhel-server-5.6-x86_64-dvd.iso.txt new file mode 100644 index 0000000..9261328 --- /dev/null +++ b/test/isodata/rhel/rhel5.6/rhel-server-5.6-x86_64-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL/5.6 x86_64 DVD +Volume set id: RHEL/5.6 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL/5.6 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: 1852564 +El Torito VD version 1 found, boot catalog is in sector 533 +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 216 534 diff --git a/test/isodata/rhel/rhel5.7/rhel-client-5.7-i386-dvd.iso.txt b/test/isodata/rhel/rhel5.7/rhel-client-5.7-i386-dvd.iso.txt new file mode 100644 index 0000000..8d7ad73 --- /dev/null +++ b/test/isodata/rhel/rhel5.7/rhel-client-5.7-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL/5.7 i386 DVD +Volume set id: RHEL/5.7 i386 +Publisher id: +Data preparer id: +Application id: RHEL/5.7 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: 2030774 +El Torito VD version 1 found, boot catalog is in sector 425 +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 1AA 426 diff --git a/test/isodata/rhel/rhel5.7/rhel-client-5.7-x86_64-dvd1.iso.txt b/test/isodata/rhel/rhel5.7/rhel-client-5.7-x86_64-dvd1.iso.txt new file mode 100644 index 0000000..35c28bf --- /dev/null +++ b/test/isodata/rhel/rhel5.7/rhel-client-5.7-x86_64-dvd1.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL/5.7 x86_64 DVD 1 +Volume set id: RHEL/5.7 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL/5.7 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: 2265786 +El Torito VD version 1 found, boot catalog is in sector 476 +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 1DD 477 diff --git a/test/isodata/rhel/rhel5.7/rhel-client-5.7-x86_64-dvd2.iso.txt b/test/isodata/rhel/rhel5.7/rhel-client-5.7-x86_64-dvd2.iso.txt new file mode 100644 index 0000000..16d07a9 --- /dev/null +++ b/test/isodata/rhel/rhel5.7/rhel-client-5.7-x86_64-dvd2.iso.txt @@ -0,0 +1,16 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL/5.7 x86_64 DVD 2 +Volume set id: RHEL/5.7 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL/5.7 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: 85857 +Joliet with UCS level 3 found +Rock Ridge signatures version 1 found diff --git a/test/isodata/rhel/rhel5.7/rhel-server-5.7-i386-dvd.iso.txt b/test/isodata/rhel/rhel5.7/rhel-server-5.7-i386-dvd.iso.txt new file mode 100644 index 0000000..c9228f1 --- /dev/null +++ b/test/isodata/rhel/rhel5.7/rhel-server-5.7-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL/5.7 i386 DVD +Volume set id: RHEL/5.7 i386 +Publisher id: +Data preparer id: +Application id: RHEL/5.7 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: 1574634 +El Torito VD version 1 found, boot catalog is in sector 416 +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 1A1 417 diff --git a/test/isodata/rhel/rhel5.7/rhel-server-5.7-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel5.7/rhel-server-5.7-x86_64-dvd.iso.txt new file mode 100644 index 0000000..7369cd2 --- /dev/null +++ b/test/isodata/rhel/rhel5.7/rhel-server-5.7-x86_64-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL/5.7 x86_64 DVD +Volume set id: RHEL/5.7 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL/5.7 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: 1872430 +El Torito VD version 1 found, boot catalog is in sector 538 +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 21B 539 diff --git a/test/isodata/rhel/rhel6.0/rhel-server-6.0-i386-dvd.iso.txt b/test/isodata/rhel/rhel6.0/rhel-server-6.0-i386-dvd.iso.txt new file mode 100644 index 0000000..cf20df3 --- /dev/null +++ b/test/isodata/rhel/rhel6.0/rhel-server-6.0-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.0 i386 Disc 1 +Volume set id: RHEL_6.0 i386 +Publisher id: +Data preparer id: +Application id: RHEL_6.0 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: 1431180 +El Torito VD version 1 found, boot catalog is in sector 440 +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 1B9 441 diff --git a/test/isodata/rhel/rhel6.0/rhel-server-6.0-x86_64-boot.iso.txt b/test/isodata/rhel/rhel6.0/rhel-server-6.0-x86_64-boot.iso.txt new file mode 100644 index 0000000..e167b1f --- /dev/null +++ b/test/isodata/rhel/rhel6.0/rhel-server-6.0-x86_64-boot.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.0 x86_64 boot +Volume set id: RHEL_6.0 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL_6.0 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: 113653 +El Torito VD version 1 found, boot catalog is in sector 38 +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 27 39 diff --git a/test/isodata/rhel/rhel6.0/rhel-server-6.0-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.0/rhel-server-6.0-x86_64-dvd.iso.txt new file mode 100644 index 0000000..2871a94 --- /dev/null +++ b/test/isodata/rhel/rhel6.0/rhel-server-6.0-x86_64-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.0 x86_64 Disc 1 +Volume set id: RHEL_6.0 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL_6.0 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: 1675595 +El Torito VD version 1 found, boot catalog is in sector 561 +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 2E2 738 diff --git a/test/isodata/rhel/rhel6.0/rhel-workstation-6.0-i386-dvd.iso.txt b/test/isodata/rhel/rhel6.0/rhel-workstation-6.0-i386-dvd.iso.txt new file mode 100644 index 0000000..e2a6248 --- /dev/null +++ b/test/isodata/rhel/rhel6.0/rhel-workstation-6.0-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.0 i386 Disc 1 +Volume set id: RHEL_6.0 i386 +Publisher id: +Data preparer id: +Application id: RHEL_6.0 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: 1830312 +El Torito VD version 1 found, boot catalog is in sector 458 +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 1CB 459 diff --git a/test/isodata/rhel/rhel6.0/rhel-workstation-6.0-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.0/rhel-workstation-6.0-x86_64-dvd.iso.txt new file mode 100644 index 0000000..aea7d3b --- /dev/null +++ b/test/isodata/rhel/rhel6.0/rhel-workstation-6.0-x86_64-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.0 x86_64 Disc 1 +Volume set id: RHEL_6.0 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL_6.0 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: 2089668 +El Torito VD version 1 found, boot catalog is in sector 580 +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 2F5 757 diff --git a/test/isodata/rhel/rhel6.1/rhel-client-6.1-i386-dvd.iso.txt b/test/isodata/rhel/rhel6.1/rhel-client-6.1-i386-dvd.iso.txt new file mode 100644 index 0000000..e388245 --- /dev/null +++ b/test/isodata/rhel/rhel6.1/rhel-client-6.1-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.1 i386 Disc 1 +Volume set id: RHEL_6.1 i386 +Publisher id: +Data preparer id: +Application id: RHEL_6.1 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: 1476135 +El Torito VD version 1 found, boot catalog is in sector 380 +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 17D 381 diff --git a/test/isodata/rhel/rhel6.1/rhel-client-6.1-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.1/rhel-client-6.1-x86_64-dvd.iso.txt new file mode 100644 index 0000000..68e2f97 --- /dev/null +++ b/test/isodata/rhel/rhel6.1/rhel-client-6.1-x86_64-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.1 x86_64 Disc 1 +Volume set id: RHEL_6.1 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL_6.1 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: 1678171 +El Torito VD version 1 found, boot catalog is in sector 458 +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 283 643 diff --git a/test/isodata/rhel/rhel6.1/rhel-server-6.1-i386-dvd.iso.txt b/test/isodata/rhel/rhel6.1/rhel-server-6.1-i386-dvd.iso.txt new file mode 100644 index 0000000..e82ac7f --- /dev/null +++ b/test/isodata/rhel/rhel6.1/rhel-server-6.1-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.1 i386 Disc 1 +Volume set id: RHEL_6.1 i386 +Publisher id: +Data preparer id: +Application id: RHEL_6.1 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: 1497308 +El Torito VD version 1 found, boot catalog is in sector 457 +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 1CA 458 diff --git a/test/isodata/rhel/rhel6.1/rhel-server-6.1-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.1/rhel-server-6.1-x86_64-dvd.iso.txt new file mode 100644 index 0000000..9ada51b --- /dev/null +++ b/test/isodata/rhel/rhel6.1/rhel-server-6.1-x86_64-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.1 x86_64 Disc 1 +Volume set id: RHEL_6.1 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL_6.1 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: 1758209 +El Torito VD version 1 found, boot catalog is in sector 582 +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 2FF 767 diff --git a/test/isodata/rhel/rhel6.1/rhel-workstation-6.1-i386-dvd.iso.txt b/test/isodata/rhel/rhel6.1/rhel-workstation-6.1-i386-dvd.iso.txt new file mode 100644 index 0000000..9c537ea --- /dev/null +++ b/test/isodata/rhel/rhel6.1/rhel-workstation-6.1-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.1 i386 Disc 1 +Volume set id: RHEL_6.1 i386 +Publisher id: +Data preparer id: +Application id: RHEL_6.1 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: 1896568 +El Torito VD version 1 found, boot catalog is in sector 473 +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 1DA 474 diff --git a/test/isodata/rhel/rhel6.1/rhel-workstation-6.1-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.1/rhel-workstation-6.1-x86_64-dvd.iso.txt new file mode 100644 index 0000000..c4d6252 --- /dev/null +++ b/test/isodata/rhel/rhel6.1/rhel-workstation-6.1-x86_64-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.1 x86_64 Disc 1 +Volume set id: RHEL_6.1 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL_6.1 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: 2171911 +El Torito VD version 1 found, boot catalog is in sector 597 +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 30E 782 diff --git a/test/isodata/rhel/rhel6.2/rhel-client-6.2-i386-dvd.iso.txt b/test/isodata/rhel/rhel6.2/rhel-client-6.2-i386-dvd.iso.txt new file mode 100644 index 0000000..52d60ab --- /dev/null +++ b/test/isodata/rhel/rhel6.2/rhel-client-6.2-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.2 i386 Disc 1 +Volume set id: RHEL_6.2 i386 +Publisher id: +Data preparer id: +Application id: RHEL_6.2 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: 1456551 +El Torito VD version 1 found, boot catalog is in sector 384 +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 181 385 diff --git a/test/isodata/rhel/rhel6.2/rhel-client-6.2-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.2/rhel-client-6.2-x86_64-dvd.iso.txt new file mode 100644 index 0000000..3dd2d4f --- /dev/null +++ b/test/isodata/rhel/rhel6.2/rhel-client-6.2-x86_64-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.2 x86_64 Disc 1 +Volume set id: RHEL_6.2 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL_6.2 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: 1672772 +El Torito VD version 1 found, boot catalog is in sector 466 +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 28B 651 diff --git a/test/isodata/rhel/rhel6.2/rhel-server-6.2-i386-dvd.iso.txt b/test/isodata/rhel/rhel6.2/rhel-server-6.2-i386-dvd.iso.txt new file mode 100644 index 0000000..ab5758c --- /dev/null +++ b/test/isodata/rhel/rhel6.2/rhel-server-6.2-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.2 i386 Disc 1 +Volume set id: RHEL_6.2 i386 +Publisher id: +Data preparer id: +Application id: RHEL_6.2 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: 1481408 +El Torito VD version 1 found, boot catalog is in sector 464 +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 1D1 465 diff --git a/test/isodata/rhel/rhel6.2/rhel-server-6.2-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.2/rhel-server-6.2-x86_64-dvd.iso.txt new file mode 100644 index 0000000..947b81e --- /dev/null +++ b/test/isodata/rhel/rhel6.2/rhel-server-6.2-x86_64-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.2 x86_64 Disc 1 +Volume set id: RHEL_6.2 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL_6.2 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: 1752752 +El Torito VD version 1 found, boot catalog is in sector 591 +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 250 592 diff --git a/test/isodata/rhel/rhel6.2/rhel-workstation-6.2-i386-dvd.iso.txt b/test/isodata/rhel/rhel6.2/rhel-workstation-6.2-i386-dvd.iso.txt new file mode 100644 index 0000000..439f2b3 --- /dev/null +++ b/test/isodata/rhel/rhel6.2/rhel-workstation-6.2-i386-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.2 i386 Disc 1 +Volume set id: RHEL_6.2 i386 +Publisher id: +Data preparer id: +Application id: RHEL_6.2 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: 1880242 +El Torito VD version 1 found, boot catalog is in sector 480 +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 1E1 481 diff --git a/test/isodata/rhel/rhel6.2/rhel-workstation-6.2-x86_64-dvd.iso.txt b/test/isodata/rhel/rhel6.2/rhel-workstation-6.2-x86_64-dvd.iso.txt new file mode 100644 index 0000000..8c9872d --- /dev/null +++ b/test/isodata/rhel/rhel6.2/rhel-workstation-6.2-x86_64-dvd.iso.txt @@ -0,0 +1,29 @@ +CD-ROM is in ISO 9660 format +System id: LINUX +Volume id: RHEL_6.2 x86_64 Disc 1 +Volume set id: RHEL_6.2 x86_64 +Publisher id: +Data preparer id: +Application id: RHEL_6.2 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: 2165707 +El Torito VD version 1 found, boot catalog is in sector 606 +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 317 791 diff --git a/test/test-isodetect.c b/test/test-isodetect.c index acc3103..9033b32 100644 --- a/test/test-isodetect.c +++ b/test/test-isodetect.c @@ -280,6 +280,11 @@ START_TEST(test_fedora) } END_TEST +START_TEST(test_rhel) +{ + test_one("rhel"); +} +END_TEST START_TEST(test_ubuntu) { @@ -315,6 +320,7 @@ list_suite(void) tcase_set_timeout(tc, 20); tcase_add_test(tc, test_fedora); + tcase_add_test(tc, test_rhel); tcase_add_test(tc, test_ubuntu); tcase_add_test(tc, test_debian); tcase_add_test(tc, test_windows); -- 1.8.0 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list