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
- Exec ps in container:
vzctl exec 101 ps axf
- Enter to container:
vzctl enter 101
- Exec ps in container directly:
ps axf
- Exit from container:
logout
- Suspend container:
vzctl suspend 101
- Restore container:
vzctl restore 101
orvzctl resume 101
- Stop container:
vzctl stop 101
Expected Results
The following must be true to consider this a successful test run. Be brief ... but explicit.
- All steps completes without error
- Steps #3, #5 shows the same:
Optional
Optionally provide hints for exploratory testing.