From Fedora Project Wiki
Description
A brief description of the functionality being tested.
Setup
- Install:
su -c 'yum install vzctl'
- Open terminal
- Switch to root user:
su -
How to test
- Create new container:
vzctl create 101 --ostemplate centos-6-x86_64
- Start container:
vzctl start 101
- Enter to container:
vzctl enter 101
Expected Results
The following must be true to consider this a successful test run. Be brief ... but explicit.
- Step #1 completes without error
- The system boots into runlevel 5
- Program completes with exit code 0
Optional
Optionally provide hints for exploratory testing.