From Fedora Project Wiki

No edit summary
(Updates to the problem space definition)
Line 8: Line 8:


== Problem Space ==
== Problem Space ==
The purpose of auto test is to simplify testing,save time, improve efficiency.So the auto-test should help us to solve the following problems:
The purpose of AutoQA install test automation is to simplify testing, reduce the test execution time and improve efficiency. The AutoQA install test should help us to solve the following problems:


* the system should be small enough for personal use
* The system should be small enough to allow for developer use
* have a very simple interface for user to customize testing or configure testing
* Have a clear method for customizing and creating new tests
* very easy interface for user to set up some services due to some special cases,such as ftp/nfs/http install,etc
* Work within existing Fedora infrastructure services, but not require them
* test result is easy to check
* Test results are easy to verify


Installation process covers the following sections, therefore, brokenness comes from these types:
The installation process covers the following sections, therefore, failures typically come from the following areas:
* Image Sanity
# Image Sanity
# Error in size/Checksum
## Image size too large (or small)
# Dependency problems/File Conflicts
## Invalid SHA256 checksum
# Versions check
## Invalid implanted ISO md5sum
* Boot Methods  
## Versions check
# Anaconda fails to boot
# Boot Methods
# Anaconda unable to transition to stage#2
## Boot media improperly built (PXE, boot.iso, CD/DVD, efidisk.img)
* Install Source
## Installer fails to boot as a KVM guest
# Unable to find source
## Installer fails to boot as a XEN guest
* Kickstart Delivery
# Install Source
# Ks.cfg couldn't be obtained from specified location
## Unable to detect install.img media
# Install fails to proceed in accordance with the directives in the ks.cfg file  
## Unable to transition to stage#2 installer
* Package Set
# Kickstart Delivery
# Process of package install doesn't complete
## Ks.cfg could not be obtained from specified location (http, ftp, nfs, hd, initrd)
# Package errors (install.log)
## Install fails to proceed in accordance with the directives in the ks.cfg file
# The specified packages aren't installed
## Install improperly sets up networking based on command-line and kickstart network parameters (boot with <code>ksdevice=eth1</code>, {{filename|ks.cfg}} contains <code>eth2</code>)
* Partitioning
# User Interface
# Can't prompt for an existing partition to resize
## X driver problems while transitioning to graphical install
# Error when resizing the selected partition
## Screen corruption during text-mode install
# The installer fails to partition the system as required
## VNC fails to start
# Encrypted partitions contain errors.
## Serial console redirection improperly setup
* User Interface
# Storage Devices
# Unable to boot to graphical/text mode
## Fail to detect existing storage device(s)
# Graphical anaconda displays error in steps
## Failure to clear stale data off of existing devices
# Anaconda doesn't start Xvnc/telnet properly
## Unable to add iSCSI volumes
* Recovery
# Partitioning
# Rescue mode fails
## Failure detecting existing partition scheme (lvm, mdraid, dmraid, luks)
# Anaconda doesn't prepare the updates.img
## Failure when attempting to resize existing partitions
# Traceback errors
## Failures while attempting to re-use existing partitions
* Storage Devices
## Improperly clearing stale information from disks
# Fail to detect any storage device
## Unable to consistently resize an existing filesystem
# Error occurred during installation
## General failures while attempting to manually partition a system
* Upgrade system
# Package Repository
# upgrade issues.
## Unable to read metadata from package repositories (http, ftp, nfs, media)
# preupgrade issues.
## Failures while adding or modifying existing package repositories
# Package Set
## Network timeout while retrieving packages
## Dependency problems while resolving package list
## File conflicts during package install
## Package order and install errors in {{filename|install.log}}
## Improperly formatted {{filename|comps.xml}} data
# Recovery
## Rescue mode fails to detect existing installations (lvm, raid, luks)
## Rescue mode fails to establish networking
## Problems saving traceback information (local disk, bugzilla, remote server)
## Anaconda unable to download and use updates.img (from install source, local media or URL)
## Unable to transition to debug mode
# Boot loader configuration
## Unable to properly detect other operating systems
## Failure while setting up chainloader for another OS
# Upgrade system
## Failure to detect previously installed systems
## Errors while attempting to update bootloader configuration during upgrade
## Package upgrade errors in {{filename|upgrade.log}}


Auto-test will test anaconda of these media:DVD,CDROM, LiveCD,Network boot CD.If anaconda broken,typically have these issues:
Auto-test will test anaconda of these media:DVD,CDROM, LiveCD,Network boot CD.If anaconda broken,typically have these issues:

Revision as of 20:50, 14 December 2009

QA.png


Warning.png
This page is a draft only
It is still under construction and content may change. Do not rely on the information on this page.

Overview

provide small auto-test system with a web-based interface which can help to customize autoinstall testing.The test system should be small enough for personal use.

Problem Space

The purpose of AutoQA install test automation is to simplify testing, reduce the test execution time and improve efficiency. The AutoQA install test should help us to solve the following problems:

  • The system should be small enough to allow for developer use
  • Have a clear method for customizing and creating new tests
  • Work within existing Fedora infrastructure services, but not require them
  • Test results are easy to verify

The installation process covers the following sections, therefore, failures typically come from the following areas:

  1. Image Sanity
    1. Image size too large (or small)
    2. Invalid SHA256 checksum
    3. Invalid implanted ISO md5sum
    4. Versions check
  2. Boot Methods
    1. Boot media improperly built (PXE, boot.iso, CD/DVD, efidisk.img)
    2. Installer fails to boot as a KVM guest
    3. Installer fails to boot as a XEN guest
  3. Install Source
    1. Unable to detect install.img media
    2. Unable to transition to stage#2 installer
  4. Kickstart Delivery
    1. Ks.cfg could not be obtained from specified location (http, ftp, nfs, hd, initrd)
    2. Install fails to proceed in accordance with the directives in the ks.cfg file
    3. Install improperly sets up networking based on command-line and kickstart network parameters (boot with ksdevice=eth1, ks.cfg contains eth2)
  5. User Interface
    1. X driver problems while transitioning to graphical install
    2. Screen corruption during text-mode install
    3. VNC fails to start
    4. Serial console redirection improperly setup
  6. Storage Devices
    1. Fail to detect existing storage device(s)
    2. Failure to clear stale data off of existing devices
    3. Unable to add iSCSI volumes
  7. Partitioning
    1. Failure detecting existing partition scheme (lvm, mdraid, dmraid, luks)
    2. Failure when attempting to resize existing partitions
    3. Failures while attempting to re-use existing partitions
    4. Improperly clearing stale information from disks
    5. Unable to consistently resize an existing filesystem
    6. General failures while attempting to manually partition a system
  8. Package Repository
    1. Unable to read metadata from package repositories (http, ftp, nfs, media)
    2. Failures while adding or modifying existing package repositories
  9. Package Set
    1. Network timeout while retrieving packages
    2. Dependency problems while resolving package list
    3. File conflicts during package install
    4. Package order and install errors in install.log
    5. Improperly formatted comps.xml data
  10. Recovery
    1. Rescue mode fails to detect existing installations (lvm, raid, luks)
    2. Rescue mode fails to establish networking
    3. Problems saving traceback information (local disk, bugzilla, remote server)
    4. Anaconda unable to download and use updates.img (from install source, local media or URL)
    5. Unable to transition to debug mode
  11. Boot loader configuration
    1. Unable to properly detect other operating systems
    2. Failure while setting up chainloader for another OS
  12. Upgrade system
    1. Failure to detect previously installed systems
    2. Errors while attempting to update bootloader configuration during upgrade
    3. Package upgrade errors in upgrade.log

Auto-test will test anaconda of these media:DVD,CDROM, LiveCD,Network boot CD.If anaconda broken,typically have these issues:

  • DVD install
  1. Boot fails from DVD
  2. Stage#2 can not start successfully
  3. Partition fails
  4. Reboot to newly installed system fails
  5. Upgrade fails
  • CDROM install
  1. Fail to boot from CDROM
  2. Stage#2 can not start successfully
  3. Fail to request next CDROM
  4. Package errors during installation
  5. Reboot to newly installed system fails
  • BootCD install
  1. Fail to boot from BootCD
  2. kickstart install fails
  3. Ftp install fails
  4. NFS install fails
  5. Repo is missing
  6. Http install fails
  • LiveCD install
  1. LiveCD install fails
  2. Reboot to newly installed system fails

Proposed Solution

  • use virtual machine(libvirt+KVM) to finish install tests one by one.
  • provide simple interface to customize testing.
  • Create scripts to do test automatically for anaconda
  • Create test cases for the above possible breakness of anaconda(DVD,CDROM,BootCD,LiveCD)
  • Test result display page help to check the test result easily,the result format is good for testers to post to specified link(have no need to change a lot before post).
  • Write test cases From simple to complex, kickstart to graphic.

Scope

  • Any testers from community can install the testing system and run test cases
  • After finish testing,testers will post test result to specified wiki

Active Ingredients

  • develop a system to run install system
  • convert some of the current install test cases to cases which can be run in auto test system
  • Provide a test results presentation layer for manual test result submission

Roadmap

your comments

Results

Version 1.0

  • Goal: Create a basic system, make it simple and run successfully.
  • Case: DVD input and support simplest test cases.
  • Platform: Virtual Machine.
  • Inputs and Outputs:
    • Inputs: DVD, kickstart files, python (shell) scripts.
    • Outputs: Logs of whole process(including anaconda logs), test results.
  • Approach<<Fix Me>>:
  1. Create a server, and prepare DVD.iso.
  2. Create a virtual machine by the server.
  3. Run test cases using some kickstarts for install tests.
  4. Send back some logs, successful or not...
  5. Have some "results parsers" which waits for the logs from the clients and then parses them
  • Frameworks studied so far: kvm-autotest, autotest, libvirt, dogtail.

Version 2.0

  • Graphical automation testing
  1. http://www.linux-kvm.org/page/KVM-Autotest
  2. The above autotest is based on this framework: http://autotest.kernel.org/
  3. The steps to work with step files: http://www.linux-kvm.org/page/KVM-Autotest/Steps

Discussion Points

your comments

Comments?

To leave a comment, use the Talk page for this proposal.

Owner

Fedora auto-install test project

Meeting

This project meeting is held weekly for progress. Welcome everyone to attend it and give your valuable suggestions.

  • IRC on #fedora-meeting
  • Each Friday at 8:30 UTC (9:30 CET and 16:30 Bejing)