From Fedora Project Wiki

Description

A test that ensures that init scripts contained in Fedora packages are LSB compliant.

Setup

The Fedora release installed on the host machine must match the Fedora release the tested package was built for. For every package tested the host machine must have appropriate tests available - they can be downloaded from AutoQA source code.

How to test

  1. For every package tested examine the file Makefile located in the appropriate directory and install all packages that are mentioned in the Requires: ... lines.
  2. Run runtest.sh.
  3. Example: For the openssh package the Requires lines in the Makefile mention openssh and initscripts packages. So we install them. After that from the same directory we run ./runtest.sh.

Expected Results

  1. The output must not report any failures.