From Fedora Project Wiki
m (fix tags) |
m (fix capitalisation, some layout issues) |
||
Line 10: | Line 10: | ||
# Run the produced vdi file in your favourite virtualization application: <code>build/appliances/i686/fedora/15/f15-jeos/virtualbox-plugin/f15-jeos.vdi</code> | # Run the produced vdi file in your favourite virtualization application: <code>build/appliances/i686/fedora/15/f15-jeos/virtualbox-plugin/f15-jeos.vdi</code> | ||
# Log in with user: <code>root</code> password: <code>boxgrinder</code> | # Log in with user: <code>root</code> password: <code>boxgrinder</code> | ||
# | # Executing <code>uname -i</code> should indicate i386 (32 bit) | ||
# 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= | ||
Line 16: | Line 16: | ||
# Step #2 completes without error (indicated on console) | # Step #2 completes without error (indicated on console) | ||
# Program completes with exit code 0 | # Program completes with exit code 0 | ||
# Successfully boot and log into the | # Successfully boot and log into the VirtualBox appliance without error | ||
# Image has the expected architecture (i386/i686) | # Image has the expected architecture (i386/i686) | ||
# [[QA:Network_basic_test_case]] is performed successfully on the new appliance | # [[QA:Network_basic_test_case]] is performed successfully on the new appliance | ||
}} | }} |
Revision as of 19:55, 22 April 2011
Description
A full cross-architecture build and platform conversion in one command.
Setup
Clone the BoxGrinder test appliances into a convenient location using command git clone https://github.com/msavy/boxgrinder-appliances.git
How to test
- Navigate to directory
boxgrinder-appliances/testing-appliances/jeos-appls/
- Execute
setarch i386 boxgrinder-build fedora-15-jeos.appl -p virtualbox
. You may want to use another format, such as vmware or EC2, see: http://boxgrinder.org/tutorials/boxgrinder-build-plugins/#Platform_plugins - Run the produced vdi file in your favourite virtualization application:
build/appliances/i686/fedora/15/f15-jeos/virtualbox-plugin/f15-jeos.vdi
- Log in with user:
root
password:boxgrinder
- Executing
uname -i
should indicate i386 (32 bit) - 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 #2 completes without error (indicated on console)
- Program completes with exit code 0
- Successfully boot and log into the VirtualBox appliance without error
- Image has the expected architecture (i386/i686)
- QA:Network_basic_test_case is performed successfully on the new appliance