From Fedora Project Wiki

m (add work-around)
m (clarify)
Line 1: Line 1:
{{admon/important|If you are using Fedora 14, there is a known issue, use the following work-around|
{{admon/important|If you are using Fedora 14, there is a known issue, use the following work-around|
Edit boxgrinder-appliances/testing-appliances/modular-appls/_test_base.appl, comment out (or remove) line 13. Note this in your references, and see if you can build successfully from this point.}}
Edit boxgrinder-appliances/testing-appliances/modular-appls/_test_base.appl, comment out (or remove) line 13. Note this in your references, and see if you can build successfully from this point. '''This does not apply to Fedora 15.'''}}


{{QA/Test_Case
{{QA/Test_Case

Revision as of 22:37, 28 April 2011

Important.png
If you are using Fedora 14, there is a known issue, use the following work-around
Edit boxgrinder-appliances/testing-appliances/modular-appls/_test_base.appl, comment out (or remove) line 13. Note this in your references, and see if you can build successfully from this point. This does not apply to Fedora 15.


Description

Build an appliance based upon the modular appliances, which are designed to provide more comprehensive BoxGrinder Build feature coverage.

Setup

  1. Prepare your environment
  2. Create local repository directory
    mkdir -p /tmp/boxgrinder-repo
  3. Download our test RPM
    wget --directory-prefix=/tmp/boxgrinder-repo http://repo.boxgrinder.org/boxgrinder/testday/ephemeral-repo-test-0.1-1.noarch.rpm
  4. Create repodata
    createrepo /tmp/boxgrinder-repo

How to test

  1. Execute
    boxgrinder-build testing-appliances/modular-appls/fedora_14.appl --trace

Expected Results

The following must be true to consider this a successful test run.

  1. Step #1 completes without error (indicated on console)
  2. Program completes with exit code 0