From Fedora Project Wiki
m (virtualbox not vmware) |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{QA/Test_Case | {{QA/Test_Case | ||
|description=We are converting the JEOS build to the virtualbox platform format. | |description=We are converting the JEOS build to the virtualbox platform format. | ||
|setup= | |setup=No setup required besides [[Test_Day:2011-04-28_Cloud_SIG_BoxGrinder_Build#Prepare your environment|preparing your environment]]. | ||
|actions= | |actions= | ||
# Execute: <pre>boxgrinder-build testing-appliances/jeos-appls/fedora-14-jeos.appl -p virtualbox --trace</pre> | |||
# | # Produced disk image can be found in <code>build/appliances/$ARCH/fedora/15/fedora-15-jeos/virtualbox-plugin/</code>. Add this disk to VirtualBox drive manager, create new virtual machine using VirtualBox wizard selecting Fedora 15 as the operating system and add produced disk image as the main disk. | ||
# | |||
# Log in with user: <code>root</code> password: <code>boxgrinder</code> | # Log in with user: <code>root</code> password: <code>boxgrinder</code> | ||
# Run the following Test Case in the VM: [[QA:Network_basic_test_case]] | # Run the following Test Case in the VM: [[QA:Network_basic_test_case]] | ||
|results= | |results= | ||
The following must be true to consider this a successful test run. | The following must be true to consider this a successful test run. | ||
# Step # | # Step #1 completes without error (indicated on console) | ||
# Program completes with exit code 0 | # Program completes with exit code 0 | ||
# Successfully boot and log into the VirtualBox appliance without error | # Successfully boot and log into the VirtualBox appliance without error | ||
# [[QA:Network_basic_test_case]] is performed successfully on the new appliance | # [[QA:Network_basic_test_case]] is performed successfully on the new appliance | ||
}} | }} |
Latest revision as of 06:17, 28 April 2011
Description
We are converting the JEOS build to the virtualbox platform format.
Setup
No setup required besides preparing your environment.
How to test
- Execute:
boxgrinder-build testing-appliances/jeos-appls/fedora-14-jeos.appl -p virtualbox --trace
- Produced disk image can be found in
build/appliances/$ARCH/fedora/15/fedora-15-jeos/virtualbox-plugin/
. Add this disk to VirtualBox drive manager, create new virtual machine using VirtualBox wizard selecting Fedora 15 as the operating system and add produced disk image as the main disk. - Log in with user:
root
password:boxgrinder
- Run the following Test Case in the VM: QA:Network_basic_test_case
Expected Results
The following must be true to consider this a successful test run.
- Step #1 completes without error (indicated on console)
- Program completes with exit code 0
- Successfully boot and log into the VirtualBox appliance without error
- QA:Network_basic_test_case is performed successfully on the new appliance