From Fedora Project Wiki

Revision as of 20:50, 14 December 2009 by Jlaska (talk | contribs) (Updates to the problem space definition)

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)