From Fedora Project Wiki

(initial test case boxgrinder-jeos)
 
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{QA/Test_Case
{{QA/Test_Case
|description=Build the most basic possible appliance with BoxGrinder: JEOS (Just Enough Operating System)
|description=Build the most basic possible appliance with BoxGrinder: JEOS (Just Enough Operating System)
|setup=Clone the BoxGrinder test appliances into a convenient location using command <code>git clone https://github.com/msavy/boxgrinder-appliances.git</code>
|setup=No setup required besides [[Test_Day:2011-04-28_Cloud_SIG_BoxGrinder_Build#Prepare your environment|preparing your environment]].
|actions=
|actions=
# Navigate to directory <code>testing-appliances/jeos-appls/</code>
# Execute <pre>boxgrinder-build testing-appliances/jeos-appls/fedora-14-jeos.appl --trace</pre>
# Execute <code>boxgrinder-build fedora-rawhide-jeos.appl</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.
# Step #2 completes without error (indicated on console)
# Step #1 completes without error (indicated on console)
# Program completes with exit code 0
# Program completes with exit code 0
}}
}}

Latest revision as of 07:32, 28 April 2011

Description

Build the most basic possible appliance with BoxGrinder: JEOS (Just Enough Operating System)

Setup

No setup required besides preparing your environment.

How to test

  1. Execute
    boxgrinder-build testing-appliances/jeos-appls/fedora-14-jeos.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