From Fedora Project Wiki


Description

A brief description of the functionality being tested.

Setup

  1. Install: su -c 'yum install vzctl'
  2. Open terminal
  3. Switch to root user: su -

How to test

  1. Create new container: vzctl create 101 --ostemplate centos-6-x86_64
  2. Start container: vzctl start 101
  3. Enter to container: vzctl enter 101

Expected Results

The following must be true to consider this a successful test run. Be brief ... but explicit.

  1. Step #1 completes without error
  2. The system boots into runlevel 5
  3. Program completes with exit code 0

Optional

Optionally provide hints for exploratory testing.