From Fedora Project Wiki

No edit summary
No edit summary
Line 2: Line 2:
{{QA/Test_Case
{{QA/Test_Case
|description=A brief description of the functionality being tested.
|description=A brief description of the functionality being tested.
|setup=Optionally include information on preparing the test environment
|setup=
# Install: {{command|su -c 'yum install vzctl'}}
# Open terminal
# Switch to root user: {{command | su -}}
|actions=
|actions=
Be as specific as required for the target audience.
# Create new container: {{command | vzctl create 101 --ostemplate centos-6-x86_64}}
# Start here ...
# Start container: {{command | vzctl start 101}}
# Next do this ...
# Enter to container: {{command | vzctl enter 101}}
# Finally click that
|results=
|results=
The following must be true to consider this a successful test run. Be brief ... but explicit.  
The following must be true to consider this a successful test run. Be brief ... but explicit.  

Revision as of 09:26, 9 July 2013


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.