From Fedora Project Wiki
m (change <code> to <pre>) |
m (fix copy and paste error - type: personal) |
||
Line 6: | Line 6: | ||
plugins: | plugins: | ||
vmware: | vmware: | ||
type: | type: personal | ||
thin_disk: true | thin_disk: true | ||
</pre> | </pre> |
Revision as of 18:57, 22 April 2011
Description
We are converting the JEOS build to the vmware platform format.
Setup
Clone the BoxGrinder test appliances into a convenient location using command git clone https://github.com/msavy/boxgrinder-appliances.git
Put the following BoxGrinder config into a file named: ~/.boxgrinder/config
plugins: vmware: type: personal thin_disk: true
How to test
- Navigate to directory
boxgrinder-appliances/testing-appliances/jeos-appls/
- Execute
boxgrinder-build fedora-15-jeos.appl -p vmware
- Run the produced vmdk/vmx files in your favourite virtualization application. Replace $basearch in the paths with your architecture, for instance via
uname -i
:build/appliances/$basearch/fedora/15/f15-jeos/vmware-plugin/f15-jeos.vmdk
andbuild/appliances/$basearch/fedora/15/f15-jeos/vmware-plugin/f15-jeos.vmx
- 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