From Fedora Project Wiki
(initial boxgrinder delivery local test case) |
m (15 not rawhide) |
||
Line 18: | Line 18: | ||
|actions= | |actions= | ||
# 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- | # Execute <code>boxgrinder-build fedora-15-jeos.appl -d local</code> | ||
|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. |
Revision as of 14:33, 22 April 2011
Description
Deliver an appliance to a locally mounted drive.
Setup
- Clone the BoxGrinder test appliances into a convenient location using command
git clone https://github.com/msavy/boxgrinder-appliances.git
- Create a directory to deliver file, for instance
mkdir ~/delivered_appliances
- Put the following BoxGrinder config into a file named:
~/.boxgrinder/config
. Please replace YOUR_USERNAME above with the appropriate username in the snippet.
plugins: local: path: /home/YOUR_USERNAME/delivered_appliances package: true overwrite: false
How to test
- Navigate to directory
boxgrinder-appliances/testing-appliances/jeos-appls/
- Execute
boxgrinder-build fedora-15-jeos.appl -d local
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
- Determine whether a tar.gz file has appeared in the expected local directory