From Fedora Project Wiki
(initial boxgrinder platform virtualbox test case) |
m (embolden key point) |
||
Line 7: | Line 7: | ||
# Navigate to directory <code>boxgrinder-appliances/testing-appliances/jeos-appls/</code> | # Navigate to directory <code>boxgrinder-appliances/testing-appliances/jeos-appls/</code> | ||
# Execute <code>boxgrinder-build fedora-rawhide-jeos.appl -p virtualbox</code> | # Execute <code>boxgrinder-build fedora-rawhide-jeos.appl -p virtualbox</code> | ||
# Run the produced vdi file in your favourite virtualization application. Remember to replace $basearch in the path with your specific architecture, for instance via '''<code>uname -i</code>''': <code>build/appliances/$basearch/fedora/rawhide/Rawhide-jeos/virtualbox-plugin/fedora-rawhide.vdi</code> | # Run the produced vdi file in your favourite virtualization application. Remember to replace '''$basearch''' in the path with your specific architecture, for instance via '''<code>uname -i</code>''': <code>build/appliances/$basearch/fedora/rawhide/Rawhide-jeos/virtualbox-plugin/fedora-rawhide.vdi</code> | ||
# 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]] |
Revision as of 13:25, 22 April 2011
Description
We are converting the JEOS build to the virtualbox platform format.
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
boxgrinder-build fedora-rawhide-jeos.appl -p virtualbox
- Run the produced vdi file in your favourite virtualization application. Remember to replace $basearch in the path with your specific architecture, for instance via
uname -i
:build/appliances/$basearch/fedora/rawhide/Rawhide-jeos/virtualbox-plugin/fedora-rawhide.vdi
- 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 #2 completes without error (indicated on console)
- Program completes with exit code 0
- Successfully boot and log into the vmware appliance without error
- QA:Network_basic_test_case is performed successfully on the new appliance