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= | |setup= | ||
# Install: {{command|su -c 'yum install vzctl'}} | |||
# Open terminal | |||
# Switch to root user: {{command | su -}} | |||
|actions= | |actions= | ||
# Create new container: {{command | vzctl create 101 --ostemplate centos-6-x86_64}} | |||
# Start | # Start container: {{command | vzctl start 101}} | ||
# Enter to container: {{command | vzctl enter 101}} | |||
# | |||
|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
- 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.