From Fedora Project Wiki

m (Added feature page link)
(Drop direct Test Days category membership)
 
(23 intermediate revisions by 6 users not shown)
Line 23: Line 23:
* Available machine for a test installation (hw or virtual)
* Available machine for a test installation (hw or virtual)
* iSCSI target (hw or sw)
* iSCSI target (hw or sw)
** See [[Scsi-target-utils_Quickstart_Guide|scsi-target-utils Quickstart Guide]]
* Rawhide (Alpha?) installation media
* Rawhide (Alpha?) installation media


Line 30: Line 31:


=== Test Cases and Results ===
=== Test Cases and Results ===
Authentication test cases:
* No authentication.
* CHAP authentication against iSCSI target
* Reverese CHAP authentication
Partitioning test cases:
* Data parition on iSCSI target
* '/' parititon on iSCSI target (requires PXE, iBFT or local '/boot')
* swap on iSCSI target
* iSCSI target is part of LVM vg


Expected results:
Expected results:
Line 47: Line 37:
* All filesystems are mounted
* All filesystems are mounted


[[Category:Test_Days]]
Consult the [[QA:Test_Plans/iSCSI_Installation_Test_plan|iSCSI Installation Test Plan]] for detailed test case instructions.  Please record results below.
 
{{admon/warning|NOTE|In order to work around [[rhbug:485217]], you will need to boot the installer with <pre>updates=http://people.atrpms.net/~hdegoede/updates485217.img</pre>}}
 
{| border="1"
|-style="color: white; background-color: #3074c2; font-weight: bold"
|  Test Case  || Arch || Result || Bug Number || Comments
|-
| [[QA:Some Test]]
| i386
| <!-- {{testresult/pass|fasname}} -->
| <!-- [[rhbug:BUGID]] -->
| <!-- Sample comments -->
|- style="color: white; background-color: #3074c2; font-weight: bold"
| colspan="5"| Authentication test cases
|-
| [[QA:Test_Plans/iSCSI_Installation_Test_plan#No_authentication|No authentication]]
| x86_64
| {{testresult/pass|jlaska}}
| [[rhbug:485217]]
| Requires use of updates.img (see above)
|-
| [[QA:Test_Plans/iSCSI_Installation_Test_plan#CHAP_authentication_against_iSCSI_target|CHAP authentication against iSCSI target]]
| x86_64
| {{testresult/pass|jlaska}}
| [[rhbug:485218]]
| See bug ... password text-box displays funky character
|-
| [[QA:Test_Plans/iSCSI_Installation_Test_plan#Reverese_CHAP_authentication|Reverese CHAP authentication]]
| i386
| <!-- {{testresult/fail|jlaska}} -->
| <!-- [[rhbug:485217]]  -->
| Having trouble getting this working with scsi-target-utils
|- style="color: white; background-color: #3074c2; font-weight: bold"
| colspan="5"| Partitioning test cases
|-
| [[QA:Test_Plans/iSCSI_Installation_Test_plan#Data_partition_on_iSCSI_target|Data parition on iSCSI target]]
| i386
| {{testresult/pass|cww}}
| <!-- [[rhbug:BUGID]] -->
| Using http://people.atrpms.net/~hdegoede/updates485217.img with un-authenticated tgt, was able to mount /opt at boot time.
|-
| [[QA:Test_Plans/iSCSI_Installation_Test_plan#Data_partition_on_iSCSI_target|Data parition on iSCSI target]]
| x86_64
| {{testresult/pass|jlaska}}
| <!-- [[rhbug:BUGID]] -->
|
|-
| [[QA:Test_Plans/iSCSI_Installation_Test_plan#Root_partition_on_iSCSI_target|'/' parititon on iSCSI target (requires PXE, iBFT or local '/boot')]]
| i386
| {{testresult/warn|mchristi}}
| [[rhbug:485353]]
| Install completed, but system hangs while attempting to reboot
|-
| [[QA:Test_Plans/iSCSI_Installation_Test_plan#Root_partition_on_iSCSI_target|'/' parititon on iSCSI target (requires PXE, iBFT or local '/boot')]]
| i386
| {{testresult/fail|cww}}
| [[rhbug:485331]]
| Install completed, but upon reboot I get VFS: Cannot open root device "sdb1" or unknown-block(0,0). No initrd was created.
|-
| [[QA:Test_Plans/iSCSI_Installation_Test_plan#swap_on_iSCSI_target|swap on iSCSI target]]
| i386
| {{testresult/fail|jlaska}}
| [[rhbug:485309]]
| nash segfault on boot
|-
| [[QA:Test_Plans/iSCSI_Installation_Test_plan#iSCSI_target_is_part_of_LVM_vg|iSCSI target is part of LVM vg]]
| i386
| {{testresult/pass|jlaska}}
| <!-- [[rhbug:BUGID]] -->
| autopart pulled in 3 local drives and 1 iSCSI
|-
|}
 
== Exploratory Test Plan ==
 
If you perform an iSCSI installation test not part of the formalized test plans (and feel free to as this is were we get the best ideas) please follow this link and enter the information there.
 
Your feedback will drive future test plans.
 
[https://fedoraproject.org/wiki/User:Robertmwilliams/ExploreTestingiSCSI iSCSI Exploratory Testing]
 
[[Category:Fedora 11 Test Days]]

Latest revision as of 21:17, 26 June 2015

DATE TIME WHERE
Thu February 12, 2009 From 12:00 to 21:00 UTC (8am -> 5pm EDT) #fedora-qa)

What to test?[edit]

Today's instalment of Fedora Test Day will focus on:

Who's available[edit]

The following cast of characters will be available for testing, workarounds, bug fixes, and general discussion ...

Prerequisite for Test Day[edit]

How to test?[edit]

Perform several installations with iSCSI target available as a storage device.

Test Cases and Results[edit]

Expected results:

  • iSCSI target is connected and is available for partitioning during installation
  • System starts without error after installation
  • All filesystems are mounted

Consult the iSCSI Installation Test Plan for detailed test case instructions. Please record results below.

Warning.png
NOTE
In order to work around rhbug:485217, you will need to boot the installer with
updates=http://people.atrpms.net/~hdegoede/updates485217.img
Test Case Arch Result Bug Number Comments
QA:Some Test i386
Authentication test cases
No authentication x86_64 jlaska rhbug:485217 Requires use of updates.img (see above)
CHAP authentication against iSCSI target x86_64 jlaska rhbug:485218 See bug ... password text-box displays funky character
Reverese CHAP authentication i386 Having trouble getting this working with scsi-target-utils
Partitioning test cases
Data parition on iSCSI target i386 cww Using http://people.atrpms.net/~hdegoede/updates485217.img with un-authenticated tgt, was able to mount /opt at boot time.
Data parition on iSCSI target x86_64 jlaska
'/' parititon on iSCSI target (requires PXE, iBFT or local '/boot') i386 mchristi rhbug:485353 Install completed, but system hangs while attempting to reboot
'/' parititon on iSCSI target (requires PXE, iBFT or local '/boot') i386 cww rhbug:485331 Install completed, but upon reboot I get VFS: Cannot open root device "sdb1" or unknown-block(0,0). No initrd was created.
swap on iSCSI target i386 jlaska rhbug:485309 nash segfault on boot
iSCSI target is part of LVM vg i386 jlaska autopart pulled in 3 local drives and 1 iSCSI

Exploratory Test Plan[edit]

If you perform an iSCSI installation test not part of the formalized test plans (and feel free to as this is were we get the best ideas) please follow this link and enter the information there.

Your feedback will drive future test plans.

iSCSI Exploratory Testing